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

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp76 int nPenY = y + glyph->mBitmapTop;
97 int nPenY = y + glyph->mBitmapTop + glyph->mBitmapHeight;
116 int nPenY = y + glyph->mBitmapTop;
239 glyph->mBitmapTop = skiaGlyph.fTop;
H A DFontRenderer.h125 int32_t mBitmapTop; member in struct:android::uirenderer::Font::CachedGlyphInfo
/frameworks/base/libs/rs/
H A DrsFont.cpp94 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight;
113 int32_t nPenY = y + glyph->mBitmapTop;
138 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight;
247 glyph->mBitmapTop = mFace->glyph->bitmap_top;
H A DrsFont.h114 int32_t mBitmapTop; member in struct:android::renderscript::Font::CachedGlyphInfo

Completed in 9 milliseconds