OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBitmapMinV
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/rs/
rsFont.h
105
float
mBitmapMinV
;
rsFont.cpp
98
float v1 = glyph->
mBitmapMinV
;
275
glyph->
mBitmapMinV
= (float)startY / (float)cacheHeight;
/frameworks/base/libs/hwui/
FontRenderer.h
116
float
mBitmapMinV
;
FontRenderer.cpp
101
float v1 = glyph->
mBitmapMinV
;
267
glyph->
mBitmapMinV
= (float) startY / (float) cacheHeight;
Completed in 6309 milliseconds