OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBitmapMaxU
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/font/
CachedGlyphInfo.h
40
float
mBitmapMaxU
;
Font.cpp
173
float u2 = glyph->
mBitmapMaxU
;
199
float u2 = glyph->
mBitmapMaxU
;
254
const float u2 = glyph->
mBitmapMaxU
;
456
glyph->
mBitmapMaxU
= endX / (float) cacheWidth;
/frameworks/rs/
rsFont.h
104
float
mBitmapMaxU
;
rsFont.cpp
100
float u2 = glyph->
mBitmapMaxU
;
279
glyph->
mBitmapMaxU
= (float)endX / (float)cacheWidth;
Completed in 91 milliseconds