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

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp76 int nPenY = y + glyph->mBitmapTop; local
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; local
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
116 int nPenY = y + glyph->mBitmapTop; local
[all...]
/frameworks/base/libs/rs/
H A DrsFont.cpp94 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; local
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; local
125 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
138 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; local
144 if (bounds->bottom < nPenY) {
145 bounds->bottom = nPenY;
[all...]

Completed in 37 milliseconds