Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DCachedGlyphInfo.h48 int32_t mBitmapTop; member
DFont.cpp65 int nPenY = y + glyph->mBitmapTop; in measureCachedGlyph()
87 int nPenY = y + glyph->mBitmapTop + glyph->mBitmapHeight; in drawCachedGlyph()
106 int nPenY = y + glyph->mBitmapTop; in drawCachedGlyphBitmap()
136 vOffset += glyph->mBitmapTop + height; in drawCachedGlyph()
374 glyph->mBitmapTop = skiaGlyph.fTop; in updateGlyphCache()
/frameworks/rs/
DrsFont.cpp95 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; in drawCachedGlyph()
114 int32_t nPenY = y + glyph->mBitmapTop; in drawCachedGlyph()
139 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; in measureCachedGlyph()
248 glyph->mBitmapTop = mFace->glyph->bitmap_top; in updateGlyphCache()
DrsFont.h113 int32_t mBitmapTop; member