Home | History | Annotate | Download | only in vk

Lines Matching defs:flipY

680     bool flipY = (kBottomLeft_GrSurfaceOrigin == texOrigin && mipLevelCount);
740 if (flipY) {
757 region.imageOffset = { left, flipY ? layerHeight - top - currentHeight : top, 0 };
2009 bool flipY = kBottomLeft_GrSurfaceOrigin == origin;
2018 (uint32_t)(flipY ? surface->height() - top : top + height),
2024 flipY ? surface->height() - top - height : top,
2071 if (flipY) {