Searched refs:nPenY (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DFont.cpp65 int nPenY = y + glyph->mBitmapTop; local
70 if (bounds->bottom > nPenY) {
71 bounds->bottom = nPenY;
79 if (bounds->top < nPenY + height) {
80 bounds->top = nPenY + height;
87 int nPenY = y + glyph->mBitmapTop + glyph->mBitmapHeight; local
97 mState->appendMeshQuad(nPenX, nPenY, u1, v2,
98 nPenX + width, nPenY, u2, v2,
99 nPenX + width, nPenY - height, u2, v1,
100 nPenX, nPenY
106 int nPenY = y + glyph->mBitmapTop; local
[all...]
/frameworks/rs/
H A DrsFont.cpp95 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; local
105 state->appendMeshQuad(nPenX, nPenY, 0, u1, v2,
106 nPenX + width, nPenY, 0, u2, v2,
107 nPenX + width, nPenY - height, 0, u2, v1,
108 nPenX, nPenY - height, 0, u1, v1);
114 int32_t nPenY = y + glyph->mBitmapTop; local
126 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
139 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; local
145 if (bounds->bottom < nPenY) {
146 bounds->bottom = nPenY;
[all...]

Completed in 1014 milliseconds