OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBitmapMaxV
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/font/
CachedGlyphInfo.h
41
float
mBitmapMaxV
;
Font.cpp
175
float v2 = glyph->
mBitmapMaxV
;
201
float v2 = glyph->
mBitmapMaxV
;
256
const float v2 = glyph->
mBitmapMaxV
;
457
glyph->
mBitmapMaxV
= endY / (float) cacheHeight;
/frameworks/rs/
rsFont.h
105
float
mBitmapMaxV
;
rsFont.cpp
102
float v2 = glyph->
mBitmapMaxV
;
280
glyph->
mBitmapMaxV
= (float)endY / (float)cacheHeight;
Completed in 57 milliseconds