Home | History | Annotate | Download | only in text

Lines Matching refs:bm

1421                         Bitmap bm = EMOJI_FACTORY.
1424 if (bm != null) {
1440 float bitmapHeight = bm.getHeight();
1443 float width = bm.getWidth() * scale;
1448 canvas.drawBitmap(bm, null, mEmojiRect, paint);
1498 Bitmap bm = null;
1508 bm = EMOJI_FACTORY.getBitmapFromAndroidPua(codept);
1512 if (j == there || codept == '\t' || bm != null) {
1567 if (bm != null) {
1572 float wid = (float) bm.getWidth() *
1573 -workPaint.ascent() / bm.getHeight();
1638 Bitmap bm = null;
1648 bm = EMOJI_FACTORY.getBitmapFromAndroidPua(codept);
1652 if (pos == len || codept == '\t' || bm != null) {
1670 if (bm == null) {
1686 width += (float) bm.getWidth() *
1687 -workPaint.ascent() / bm.getHeight();