Searched defs:nPenX (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/rs/
H A DrsFont.cpp93 int32_t nPenX = x + glyph->mBitmapLeft; 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);
112 int32_t nPenX = x + glyph->mBitmapLeft; local
124 for (cacheX = glyph->mBitmapMinX, bX = nPenX; cacheX < endX; cacheX++, bX++) {
137 int32_t nPenX = x + glyph->mBitmapLeft; local
147 if (bounds->left > nPenX) {
148 bounds->left = nPenX;
[all...]
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp75 int nPenX = x + glyph->mBitmapLeft; local
84 if (bounds->left > nPenX) {
85 bounds->left = nPenX;
87 if (bounds->right < nPenX + width) {
88 bounds->right = nPenX + width;
96 int nPenX = x + glyph->mBitmapLeft; 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, nPen
115 int nPenX = x + glyph->mBitmapLeft; local
[all...]

Completed in 29 milliseconds