Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DCachedGlyphInfo.h39 float mBitmapMinV; member
DFont.cpp91 float v1 = glyph->mBitmapMinV; in drawCachedGlyph()
153 const float v1 = glyph->mBitmapMinV; in drawCachedGlyph()
401 glyph->mBitmapMinV = startY / (float) cacheHeight; in updateGlyphCache()
/frameworks/rs/
DrsFont.h104 float mBitmapMinV; member
DrsFont.cpp99 float v1 = glyph->mBitmapMinV; in drawCachedGlyph()
276 glyph->mBitmapMinV = (float)startY / (float)cacheHeight; in updateGlyphCache()