Home
last modified time | relevance | path

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

/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