HomeSort by relevance Sort by last modified time
    Searched refs:nPenX (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
FontRenderer.cpp 75 int nPenX = x + glyph->mBitmapLeft;
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;
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 - height, 0, u1, v1)
    [all...]
  /frameworks/base/libs/rs/
rsFont.cpp 93 int32_t nPenX = x + glyph->mBitmapLeft;
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;
124 for (cacheX = glyph->mBitmapMinX, bX = nPenX; cacheX < endX; cacheX++, bX++) {
137 int32_t nPenX = x + glyph->mBitmapLeft;
147 if (bounds->left > nPenX) {
148 bounds->left = nPenX;
    [all...]

Completed in 324 milliseconds