Lines Matching defs:flip
215 bool flip = this->origin() == kBottomLeft_GrSurfaceOrigin;
223 bool convert = unpremul || premul || needColorConversion || flip || makeTight ||
243 pt.fY = flip ? srcSurface->height() - pt.fY - dst.height() : pt.fY;
258 return GrConvertPixels(dst, tmp, flip);
483 bool flip = this->origin() == kBottomLeft_GrSurfaceOrigin;
488 flip ||
513 SkAssertResult(GrConvertPixels(tmpPM, src[i], flip));
521 pt.fY = flip ? dstSurface->height() - pt.fY - src[0].height() : pt.fY;
1276 bool flip = this->origin() == kBottomLeft_GrSurfaceOrigin;
1277 if (flip) {
1287 if (supportedRead.fColorType != dstCT || flip) {