Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DFont.cpp140 int nPenX = x + glyph->mBitmapLeft; in measureCachedGlyph()
162 float nPenX = x + glyph->mBitmapLeft; in drawCachedGlyph()
182 p[0].iset(glyph->mBitmapLeft, glyph->mBitmapTop + height); in drawCachedGlyphTransformed()
183 p[1].iset(glyph->mBitmapLeft + width, glyph->mBitmapTop + height); in drawCachedGlyphTransformed()
184 p[2].iset(glyph->mBitmapLeft + width, glyph->mBitmapTop); in drawCachedGlyphTransformed()
185 p[3].iset(glyph->mBitmapLeft, glyph->mBitmapTop); in drawCachedGlyphTransformed()
208 int dstX = x + glyph->mBitmapLeft; in drawCachedGlyphBitmap()
245 bool ok = measure.getPosTan(x + hOffset + glyph->mBitmapLeft + halfWidth, position, tangent); in drawCachedGlyph()
424 glyph->mBitmapLeft = skiaGlyph.fLeft; in updateGlyphCache()
DCachedGlyphInfo.h47 int32_t mBitmapLeft; member
/frameworks/rs/
DrsFont.cpp96 int32_t nPenX = x + glyph->mBitmapLeft; in drawCachedGlyph()
115 int32_t nPenX = x + glyph->mBitmapLeft; in drawCachedGlyph()
140 int32_t nPenX = x + glyph->mBitmapLeft; in measureCachedGlyph()
249 glyph->mBitmapLeft = mFace->glyph->bitmap_left; in updateGlyphCache()
DrsFont.h111 int32_t mBitmapLeft; member