Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DCachedGlyphInfo.h37 float mBitmapMinV; member
DFont.cpp167 float v1 = glyph->mBitmapMinV; in drawCachedGlyph()
196 float v1 = glyph->mBitmapMinV; in drawCachedGlyphTransformed()
262 const float v1 = glyph->mBitmapMinV; in drawCachedGlyph()
462 glyph->mBitmapMinV = startY / (float) cacheHeight; in updateGlyphCache()
/frameworks/rs/
DrsFont.h103 float mBitmapMinV; member
DrsFont.cpp100 float v1 = glyph->mBitmapMinV; in drawCachedGlyph()
277 glyph->mBitmapMinV = (float)startY / (float)cacheHeight; in updateGlyphCache()