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/
FontRenderer.cpp
76
int
nPenY
= y + glyph->mBitmapTop;
81
if (bounds->bottom >
nPenY
) {
82
bounds->bottom =
nPenY
;
90
if (bounds->top <
nPenY
+ height) {
91
bounds->top =
nPenY
+ height;
97
int
nPenY
= y + glyph->mBitmapTop + glyph->mBitmapHeight;
107
mState->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)
[
all
...]
/frameworks/base/libs/rs/
rsFont.cpp
94
int32_t
nPenY
= y - glyph->mBitmapTop + glyph->mBitmapHeight;
104
state->appendMeshQuad(nPenX,
nPenY
, 0, u1, v2,
105
nPenX + width,
nPenY
, 0, u2, v2,
106
nPenX + width,
nPenY
- height, 0, u2, v1,
107
nPenX,
nPenY
- height, 0, u1, v1);
113
int32_t
nPenY
= y + glyph->mBitmapTop;
125
for (cacheY = glyph->mBitmapMinY, bY =
nPenY
; cacheY < endY; cacheY++, bY++) {
138
int32_t
nPenY
= y - glyph->mBitmapTop + glyph->mBitmapHeight;
144
if (bounds->bottom <
nPenY
) {
145
bounds->bottom =
nPenY
;
[
all
...]
Completed in 19 milliseconds