Home | History | Annotate | Download | only in hwui

Lines Matching defs:endY

146     uint32_t endY = glyph->mStartY + glyph->mBitmapHeight;
155 for (cacheY = glyph->mStartY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
405 uint32_t endY = startY + skiaGlyph.fHeight;
418 glyph->mBitmapMaxV = (float) endY / (float) cacheHeight;
665 uint32_t endY = startY + glyph.fHeight;
681 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY++) {