Lines Matching refs:fTileGridSize
52 , fTileGridSize(tileGridSize)
57 fTileSize.fWidth, fTileSize.fHeight, fTileGridSize.fWidth,
58 fTileGridSize.fHeight, fLayerCnt);
102 int numImages = fLayerCnt * fTileGridSize.fWidth * fTileGridSize.fHeight;
132 fTileGridSize.fWidth * fTileGridSize.fHeight);
138 for (int y = 0; y < fTileGridSize.fHeight; ++y) {
139 for (int x = 0; x < fTileGridSize.fWidth; ++x) {
154 for (int y = 0; y < fTileGridSize.fHeight - 1; ++y) {
156 for (int x = 0; x < fTileGridSize.fWidth - 1; ++x) {
161 fTileGridSize.fWidth - 1, nullptr, nullptr, sampling, &paint,
165 set[i++] = this->getAdjustedEntry(fTileGridSize.fWidth - 1, y, l, dstQuad);
167 set.get() + fTileGridSize.fWidth - 1, 1, dstQuad, nullptr, sampling,
172 SkAutoTArray<SkPoint> dstQuads(4 * (fTileGridSize.fWidth - 1));
173 for (int x = 0; x < fTileGridSize.fWidth - 1; ++x) {
174 set[i++] = this->getAdjustedEntry(x, fTileGridSize.fHeight - 1, l,
179 fTileGridSize.fWidth - 1, fTileGridSize.fHeight - 1, l);
181 fTileGridSize.fWidth, dstQuads.get(), nullptr, sampling, &paint,
187 for (int y = 0; y < fTileGridSize.fHeight - 1; ++y) {
188 for (int x = 0; x < fTileGridSize.fWidth - 1; ++x) {
199 4 * (fTileGridSize.fWidth + fTileGridSize.fHeight - 2));
200 for (int y = 0; y < fTileGridSize.fHeight - 1; ++y) {
201 set[i++] = this->getAdjustedEntry(fTileGridSize.fWidth - 1, y, l,
207 int quadStart = 4 * (fTileGridSize.fHeight - 1);
209 for (int x = 0; x < fTileGridSize.fWidth - 1; ++x) {
210 set[i++] = this->getAdjustedEntry(x, fTileGridSize.fHeight - 1, l,
214 fTileGridSize.fWidth - 1, fTileGridSize.fHeight - 1, l);
253 SkRect size = SkRect::MakeWH(1.25f * fTileSize.fWidth * fTileGridSize.fWidth,
254 1.25f * fTileSize.fHeight * fTileGridSize.fHeight);
263 } else if (x == fTileGridSize.fWidth - 1) {
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);
292 if (x == fTileGridSize.fWidth - 1) {
296 if (y == fTileGridSize.fHeight - 1) {
316 SkISize fTileGridSize;