Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DFont.cpp141 int nPenY = y + glyph->mBitmapTop; in measureCachedGlyph()
163 float nPenY = y + glyph->mBitmapTop + height; 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 dstY = y + glyph->mBitmapTop; in drawCachedGlyphBitmap()
240 vOffset += glyph->mBitmapTop + height; in drawCachedGlyph()
422 glyph->mBitmapTop = skiaGlyph.fTop; in updateGlyphCache()
DCachedGlyphInfo.h46 int32_t mBitmapTop; member
/frameworks/rs/
DrsFont.cpp96 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; in drawCachedGlyph()
115 int32_t nPenY = y + glyph->mBitmapTop; in drawCachedGlyph()
140 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; in measureCachedGlyph()
249 glyph->mBitmapTop = mFace->glyph->bitmap_top; in updateGlyphCache()
DrsFont.h112 int32_t mBitmapTop; member