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

/frameworks/base/libs/hwui/font/
H A DCachedGlyphInfo.h47 int32_t mBitmapLeft; member in struct:android::uirenderer::CachedGlyphInfo
H A DFont.cpp64 int nPenX = x + glyph->mBitmapLeft;
86 int nPenX = x + glyph->mBitmapLeft;
105 int nPenX = x + glyph->mBitmapLeft;
139 measure.getPosTan(x + hOffset + glyph->mBitmapLeft + halfWidth, position, tangent);
373 glyph->mBitmapLeft = skiaGlyph.fLeft;
/frameworks/rs/
H A DrsFont.cpp94 int32_t nPenX = x + glyph->mBitmapLeft;
113 int32_t nPenX = x + glyph->mBitmapLeft;
138 int32_t nPenX = x + glyph->mBitmapLeft;
247 glyph->mBitmapLeft = mFace->glyph->bitmap_left;
H A DrsFont.h112 int32_t mBitmapLeft; member in struct:android::renderscript::Font::CachedGlyphInfo

Completed in 65 milliseconds