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

/frameworks/base/libs/hwui/font/
H A DCachedGlyphInfo.h46 int32_t mBitmapTop; member in struct:android::uirenderer::CachedGlyphInfo
H A DFont.cpp141 int nPenY = y + glyph->mBitmapTop;
163 float nPenY = y + glyph->mBitmapTop + height;
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);
209 int dstY = y + glyph->mBitmapTop;
242 vOffset += glyph->mBitmapTop + height;
431 glyph->mBitmapTop = skiaGlyph.fTop;
/frameworks/rs/
H A DrsFont.cpp96 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight;
115 int32_t nPenY = y + glyph->mBitmapTop;
140 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight;
249 glyph->mBitmapTop = mFace->glyph->bitmap_top;
H A DrsFont.h112 int32_t mBitmapTop; member in struct:android::renderscript::Font::CachedGlyphInfo

Completed in 108 milliseconds