OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBitmapTop
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/font/
CachedGlyphInfo.h
48
int32_t
mBitmapTop
;
Font.cpp
145
int nPenY = y + glyph->
mBitmapTop
;
167
float nPenY = y + glyph->
mBitmapTop
+ glyph->mBitmapHeight;
186
p[0].iset(glyph->mBitmapLeft, glyph->
mBitmapTop
+ glyph->mBitmapHeight);
187
p[1].iset(glyph->mBitmapLeft + glyph->mBitmapWidth, glyph->
mBitmapTop
+ glyph->mBitmapHeight);
188
p[2].iset(glyph->mBitmapLeft + glyph->mBitmapWidth, glyph->
mBitmapTop
);
189
p[3].iset(glyph->mBitmapLeft, glyph->
mBitmapTop
);
213
int dstY = y + glyph->
mBitmapTop
;
235
vOffset += glyph->
mBitmapTop
+ height;
424
glyph->
mBitmapTop
= skiaGlyph.fTop;
/frameworks/rs/
rsFont.cpp
97
int32_t nPenY = y - glyph->
mBitmapTop
+ glyph->mBitmapHeight;
116
int32_t nPenY = y + glyph->
mBitmapTop
;
141
int32_t nPenY = y - glyph->
mBitmapTop
+ glyph->mBitmapHeight;
250
glyph->
mBitmapTop
= mFace->glyph->bitmap_top;
rsFont.h
112
int32_t
mBitmapTop
;
Completed in 36 milliseconds