OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nPenY
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/font/
Font.cpp
145
int
nPenY
= y + glyph->mBitmapTop;
150
if (bounds->bottom >
nPenY
) {
151
bounds->bottom =
nPenY
;
159
if (bounds->top <
nPenY
+ height) {
160
bounds->top =
nPenY
+ height;
167
float
nPenY
= y + glyph->mBitmapTop + glyph->mBitmapHeight;
177
mState->appendMeshQuad(nPenX,
nPenY
, u1, v2,
178
nPenX + width,
nPenY
, u2, v2,
179
nPenX + width,
nPenY
- height, u2, v1,
180
nPenX,
nPenY
- height, u1, v1, glyph->mCacheTexture)
[
all
...]
/frameworks/rs/
rsFont.cpp
97
int32_t
nPenY
= y - glyph->mBitmapTop + glyph->mBitmapHeight;
107
state->appendMeshQuad(nPenX,
nPenY
, 0, u1, v2,
108
nPenX + width,
nPenY
, 0, u2, v2,
109
nPenX + width,
nPenY
- height, 0, u2, v1,
110
nPenX,
nPenY
- height, 0, u1, v1);
116
int32_t
nPenY
= y + glyph->mBitmapTop;
128
for (cacheY = glyph->mBitmapMinY, bY =
nPenY
; cacheY < endY; cacheY++, bY++) {
141
int32_t
nPenY
= y - glyph->mBitmapTop + glyph->mBitmapHeight;
147
if (bounds->bottom <
nPenY
) {
148
bounds->bottom =
nPenY
;
[
all
...]
Completed in 2888 milliseconds