OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBitmapMinU
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/font/
CachedGlyphInfo.h
38
float
mBitmapMinU
;
Font.cpp
171
float u1 = glyph->
mBitmapMinU
;
197
float u1 = glyph->
mBitmapMinU
;
252
const float u1 = glyph->
mBitmapMinU
;
453
glyph->
mBitmapMinU
= startX / (float) cacheWidth;
/frameworks/rs/
rsFont.h
102
float
mBitmapMinU
;
rsFont.cpp
99
float u1 = glyph->
mBitmapMinU
;
277
glyph->
mBitmapMinU
= (float)startX / (float)cacheWidth;
Completed in 1065 milliseconds