Lines Matching refs:nPenY
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;
156 if (bounds->top > nPenY - height) {
157 bounds->top = nPenY - height;