Lines Matching refs:nPenY
95 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; in drawCachedGlyph() local
105 state->appendMeshQuad(nPenX, nPenY, 0, u1, v2, in drawCachedGlyph()
106 nPenX + width, nPenY, 0, u2, v2, in drawCachedGlyph()
107 nPenX + width, nPenY - height, 0, u2, v1, in drawCachedGlyph()
108 nPenX, nPenY - height, 0, u1, v1); in drawCachedGlyph()
114 int32_t nPenY = y + glyph->mBitmapTop; in drawCachedGlyph() local
126 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) { in drawCachedGlyph()
139 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; in measureCachedGlyph() local
145 if (bounds->bottom < nPenY) { in measureCachedGlyph()
146 bounds->bottom = nPenY; in measureCachedGlyph()
154 if (bounds->top > nPenY - height) { in measureCachedGlyph()
155 bounds->top = nPenY - height; in measureCachedGlyph()