Searched refs:mBitmapLeft (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DCachedGlyphInfo.h45 int32_t mBitmapLeft; member in struct:android::uirenderer::CachedGlyphInfo
H A DFont.cpp140 int nPenX = x + glyph->mBitmapLeft;
162 float nPenX = x + glyph->mBitmapLeft;
182 p[0].iset(glyph->mBitmapLeft, glyph->mBitmapTop + height);
183 p[1].iset(glyph->mBitmapLeft + width, glyph->mBitmapTop + height);
184 p[2].iset(glyph->mBitmapLeft + width, glyph->mBitmapTop);
185 p[3].iset(glyph->mBitmapLeft, glyph->mBitmapTop);
208 int dstX = x + glyph->mBitmapLeft;
245 bool ok = measure.getPosTan(x + hOffset + glyph->mBitmapLeft + halfWidth, position, tangent);
430 glyph->mBitmapLeft = skiaGlyph.fLeft;
/frameworks/rs/
H A DrsFont.cpp95 int32_t nPenX = x + glyph->mBitmapLeft;
114 int32_t nPenX = x + glyph->mBitmapLeft;
139 int32_t nPenX = x + glyph->mBitmapLeft;
248 glyph->mBitmapLeft = mFace->glyph->bitmap_left;
H A DrsFont.h111 int32_t mBitmapLeft; member in struct:android::renderscript::Font::CachedGlyphInfo

Completed in 209 milliseconds