Lines Matching defs:y

238     for (auto y = region.min.y; y < region.max.y; ++y) {  in _compositeMaskImage()  local
305 for (auto y = miny; y < maxy; y += inc) { in _interpDownScaler() local
338 for (uint32_t y = 0; y < h; ++y) { in _rasterCompositeMaskedRect() local
356 for (uint32_t y = 0; y < h; ++y) { in _rasterDirectMaskedRect() local
398 for (uint32_t y = 0; y < h; ++y) { in _rasterMattedRect() local
409 for (uint32_t y = 0; y < h; ++y) { in _rasterMattedRect() local
430 for (uint32_t y = 0; y < h; ++y) { in _rasterBlendingRect() local
461 for (uint32_t y = 0; y < h; ++y) { in _rasterSolidRect() local
468 for (uint32_t y = 0; y < h; ++y) { in _rasterSolidRect() local
685 #define SCALED_IMAGE_RANGE_Y(y) \ argument
945 for (auto y = region.min.y; y < region.max.y; ++y) { in _rasterScaledMattedImage() local
974 for (auto y = region.min.y; y < region.max.y; ++y, dbuffer += surface->stride) { in _rasterScaledBlendingImage() local
997 for (auto y = region.min.y; y < region.max.y; ++y, buffer += surface->stride) { in _rasterScaledImage() local
1009 for (auto y = region.min.y; y < region.max.y; ++y, buffer += surface->stride) { in _rasterScaledImage() local
1066 for (uint32_t y = 0; y < h; ++y) { in _rasterDirectMattedImage() local
1088 for (uint32_t y = 0; y < h; ++y) { in _rasterDirectMattedImage() local
1122 for (auto y = region.min.y; y < region.max.y; ++y) { in _rasterDirectBlendingImage() local
1151 for (auto y = region.min.y; y < region.max.y; ++y) { in _rasterDirectImage() local
1171 …for (auto y = region.min.y; y < region.max.y; ++y, dbuffer += surface->stride, sbuffer += image->s… in _rasterDirectImage() local
1204 for (uint32_t y = 0; y < h; ++y) { in _rasterDirectMattedBlendingImage() local
1273 for (uint32_t y = 0; y < h; ++y) { in _rasterCompositeGradientMaskedRect() local
1290 for (uint32_t y = 0; y < h; ++y) { in _rasterDirectGradientMaskedRect() local
1327 for (uint32_t y = 0; y < h; ++y) { in _rasterGradientMattedRect() local
1344 for (uint32_t y = 0; y < h; ++y) { in _rasterBlendingGradientRect() local
1348 for (uint32_t y = 0; y < h; ++y) { in _rasterBlendingGradientRect() local
1364 for (uint32_t y = 0; y < h; ++y) { in _rasterTranslucentGradientRect() local
1371 for (uint32_t y = 0; y < h; ++y) { in _rasterTranslucentGradientRect() local
1389 for (uint32_t y = 0; y < h; ++y) { in _rasterSolidGradientRect() local
1396 for (uint32_t y = 0; y < h; ++y) { in _rasterSolidGradientRect() local
1651 bool rasterClear(SwSurface* surface, uint32_t x, uint32_t y, uint32_t w, uint32_t h, pixel_t val) in rasterClear()
1689 for (uint32_t y = 0; y < surface->h; y++) { in rasterUnpremultiply() local
1722 for (uint32_t y = 0; y < surface->h; ++y, buffer += surface->stride) { in rasterPremultiply() local
1841 for (int y = 0; y < h; y += BLOCK) { in rasterXYFlip() local