Lines Matching full:h
23 #include "../../lv_conf_internal.h"
27 #include <malloc.h>
29 #include <alloca.h>
31 #include <stdlib.h>
34 #include "tvgMath.h"
35 #include "tvgRender.h"
36 #include "tvgSwCommon.h"
251 #include "tvgSwRasterTexmap.h"
252 #include "tvgSwRasterC.h"
253 #include "tvgSwRasterAvx.h"
254 #include "tvgSwRasterNeon.h"
267 …caler(const uint32_t *img, TVG_UNUSED uint32_t stride, uint32_t w, uint32_t h, float sx, float sy,… in _interpUpScaler() argument
274 if (ry2 >= h) ry2 = h - 1; in _interpUpScaler()
290 static uint32_t _interpDownScaler(const uint32_t *img, uint32_t stride, uint32_t w, uint32_t h, flo… in _interpDownScaler() argument
333 auto h = static_cast<uint32_t>(region.max.y - region.min.y); in _rasterCompositeMaskedRect() local
338 for (uint32_t y = 0; y < h; ++y) { in _rasterCompositeMaskedRect()
352 auto h = static_cast<uint32_t>(region.max.y - region.min.y); in _rasterDirectMaskedRect() local
356 for (uint32_t y = 0; y < h; ++y) { in _rasterDirectMaskedRect()
387 auto h = static_cast<uint32_t>(region.max.y - region.min.y); in _rasterMattedRect() local
392 …Rect [Region: %lu %lu %u %u]", (int)surface->compositor->method, region.min.x, region.min.y, w, h); in _rasterMattedRect()
398 for (uint32_t y = 0; y < h; ++y) { in _rasterMattedRect()
409 for (uint32_t y = 0; y < h; ++y) { in _rasterMattedRect()
426 auto h = static_cast<uint32_t>(region.max.y - region.min.y); in _rasterBlendingRect() local
430 for (uint32_t y = 0; y < h; ++y) { in _rasterBlendingRect()
455 auto h = static_cast<uint32_t>(region.max.y - region.min.y); in _rasterSolidRect() local
461 for (uint32_t y = 0; y < h; ++y) { in _rasterSolidRect()
468 for (uint32_t y = 0; y < h; ++y) { in _rasterSolidRect()
687 if (sy <= -0.5f || (uint32_t)(sy + 0.5f) >= image->h) continue; \
693 if (maxy >= (int32_t)image->h) maxy = (int32_t)image->h; \
725 …auto src = scaleMethod(image->buf32, image->stride, image->w, image->h, sx, sy, miny, maxy, sample… in _rasterScaledMattedRleImage()
748 …auto src = scaleMethod(image->buf32, image->stride, image->w, image->h, sx, sy, miny, maxy, sample… in _rasterScaledBlendingRleImage()
755 …auto src = scaleMethod(image->buf32, image->stride, image->w, image->h, sx, sy, miny, maxy, sample… in _rasterScaledBlendingRleImage()
778 …auto src = scaleMethod(image->buf32, image->stride, image->w, image->h, sx, sy, miny, maxy, sample… in _rasterScaledRleImage()
951 …auto src = scaleMethod(image->buf32, image->stride, image->w, image->h, sx, sy, miny, maxy, sample… in _rasterScaledMattedImage()
979 …auto src = scaleMethod(image->buf32, image->stride, image->w, image->h, sx, sy, miny, maxy, sample… in _rasterScaledBlendingImage()
1002 …auto src = scaleMethod(image->buf32, image->stride, image->w, image->h, sx, sy, miny, maxy, sample… in _rasterScaledImage()
1014 …auto src = scaleMethod(image->buf32, image->stride, image->w, image->h, sx, sy, miny, maxy, sample… in _rasterScaledImage()
1054 auto h = static_cast<uint32_t>(region.max.y - region.min.y); in _rasterDirectMattedImage() local
1061 …age [Region: %lu %lu %u %u]", (int)surface->compositor->method, region.min.x, region.min.y, w, h); in _rasterDirectMattedImage()
1066 for (uint32_t y = 0; y < h; ++y) { in _rasterDirectMattedImage()
1088 for (uint32_t y = 0; y < h; ++y) { in _rasterDirectMattedImage()
1196 auto h = static_cast<uint32_t>(region.max.y - region.min.y); in _rasterDirectMattedBlendingImage() local
1204 for (uint32_t y = 0; y < h; ++y) { in _rasterDirectMattedBlendingImage()
1268 auto h = static_cast<uint32_t>(region.max.y - region.min.y); in _rasterCompositeGradientMaskedRect() local
1273 for (uint32_t y = 0; y < h; ++y) { in _rasterCompositeGradientMaskedRect()
1284 auto h = static_cast<uint32_t>(region.max.y - region.min.y); in _rasterDirectGradientMaskedRect() local
1290 for (uint32_t y = 0; y < h; ++y) { in _rasterDirectGradientMaskedRect()
1319 auto h = static_cast<uint32_t>(region.max.y - region.min.y); in _rasterGradientMattedRect() local
1325 …ient [Region: %lu %lu %u %u]", (int)surface->compositor->method, region.min.x, region.min.y, w, h); in _rasterGradientMattedRect()
1327 for (uint32_t y = 0; y < h; ++y) { in _rasterGradientMattedRect()
1341 auto h = static_cast<uint32_t>(region.max.y - region.min.y); in _rasterBlendingGradientRect() local
1344 for (uint32_t y = 0; y < h; ++y) { in _rasterBlendingGradientRect()
1348 for (uint32_t y = 0; y < h; ++y) { in _rasterBlendingGradientRect()
1358 auto h = static_cast<uint32_t>(region.max.y - region.min.y); in _rasterTranslucentGradientRect() local
1364 for (uint32_t y = 0; y < h; ++y) { in _rasterTranslucentGradientRect()
1371 for (uint32_t y = 0; y < h; ++y) { in _rasterTranslucentGradientRect()
1384 auto h = static_cast<uint32_t>(region.max.y - region.min.y); in _rasterSolidGradientRect() local
1389 for (uint32_t y = 0; y < h; ++y) { in _rasterSolidGradientRect()
1396 for (uint32_t y = 0; y < h; ++y) { in _rasterSolidGradientRect()
1651 bool rasterClear(SwSurface* surface, uint32_t x, uint32_t y, uint32_t w, uint32_t h, pixel_t val) in rasterClear() argument
1653 …if (!surface || !surface->buf32 || surface->stride == 0 || surface->w == 0 || surface->h == 0) ret… in rasterClear()
1659 rasterPixel32(surface->buf32, val, surface->stride * y, w * h); in rasterClear()
1662 for (uint32_t i = 0; i < h; i++) { in rasterClear()
1670 rasterGrayscale8(surface->buf8, 0x00, surface->stride * y, w * h); in rasterClear()
1673 for (uint32_t i = 0; i < h; i++) { in rasterClear()
1686 TVGLOG("SW_ENGINE", "Unpremultiply [Size: %d x %d]", surface->w, surface->h); in rasterUnpremultiply()
1689 for (uint32_t y = 0; y < surface->h; y++) { in rasterUnpremultiply()
1718 TVGLOG("SW_ENGINE", "Premultiply [Size: %d x %d]", surface->w, surface->h); in rasterPremultiply()
1722 for (uint32_t y = 0; y < surface->h; ++y, buffer += surface->stride) { in rasterPremultiply()
1798 …>= static_cast<SwCoord>(surface->w) || bbox.min.y >= static_cast<SwCoord>(surface->h)) return true; in rasterImage()
1825 void rasterXYFlip(uint32_t* src, uint32_t* dst, int32_t stride, int32_t w, int32_t h, const SwBBox&… in rasterXYFlip() argument
1841 for (int y = 0; y < h; y += BLOCK) { in rasterXYFlip()
1844 auto by = std::min(h, y + BLOCK) - y; in rasterXYFlip()