Lines Matching refs:fHeight
57 fTileSize.fWidth, fTileSize.fHeight, fTileGridSize.fWidth,
58 fTileGridSize.fHeight, fLayerCnt);
60 fName.appendf("_image_%dx%d", imageSize.fWidth, imageSize.fHeight);
99 auto ii = SkImageInfo::Make(fImageSize.fWidth, fImageSize.fHeight, kRGBA_8888_SkColorType,
102 int numImages = fLayerCnt * fTileGridSize.fWidth * fTileGridSize.fHeight;
114 SkRect::MakeLTRB(3, 3, fTileSize.fWidth - 3, fTileSize.fHeight - 3), paint);
132 fTileGridSize.fWidth * fTileGridSize.fHeight);
138 for (int y = 0; y < fTileGridSize.fHeight; ++y) {
154 for (int y = 0; y < fTileGridSize.fHeight - 1; ++y) {
174 set[i++] = this->getAdjustedEntry(x, fTileGridSize.fHeight - 1, l,
179 fTileGridSize.fWidth - 1, fTileGridSize.fHeight - 1, l);
187 for (int y = 0; y < fTileGridSize.fHeight - 1; ++y) {
199 4 * (fTileGridSize.fWidth + fTileGridSize.fHeight - 2));
200 for (int y = 0; y < fTileGridSize.fHeight - 1; ++y) {
207 int quadStart = 4 * (fTileGridSize.fHeight - 1);
210 set[i++] = this->getAdjustedEntry(x, fTileGridSize.fHeight - 1, l,
214 fTileGridSize.fWidth - 1, fTileGridSize.fHeight - 1, l);
254 1.25f * fTileSize.fHeight * fTileGridSize.fHeight);
269 } else if (y == fTileGridSize.fHeight - 1) {
277 fTileGridSize.fWidth * fTileGridSize.fHeight * layer + fTileGridSize.fWidth * y + x;
288 SkASSERT(x == fTileGridSize.fWidth - 1 || y == fTileGridSize.fHeight - 1);
296 if (y == fTileGridSize.fHeight - 1) {
298 contentRect.fBottom = fTileSize.fHeight;