Home
last modified time | relevance | path

Searched refs:sy2 (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dlineargradient.js59 var sy2 = pts[3];
62 this._shader = CanvasKit.Shader.MakeLinearGradient([sx1, sy1], [sx2, sy2],
H A Dradialgradient.js62 var sy2 = pts[3];
73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
/third_party/ffmpeg/libavcodec/
H A Dscpr.c422 int sy1 = 0, sy2 = 16, sx1 = 0, sx2 = 16; in decompress_p() local
431 ret |= decode_value(s, s->sxy_model[3], 16, 100, &sy2); in decompress_p()
436 sy2++; in decompress_p()
454 for (i = 0; i < sy2 - sy1 && (by + sy1 + i) < avctx->height && (by + mvy + sy1 + i) < avctx->height; i++) { in decompress_p()
466 for (; by < y * 16 + sy2 && by < avctx->height;) { in decompress_p()
H A Dscpr3.c1088 int sy1 = 0, sy2 = 16, sx1 = 0, sx2 = 16; in decompress_p3() local
1113 s->sxy_model3[3].dectab, &sy2); in decompress_p3()
1118 sy2++; in decompress_p3()
1162 for (i = 0; i < sy2 - sy1 && (by + sy1 + i) < avctx->height && (by + mvy + sy1 + i) < avctx->height; i++) { in decompress_p3()
1174 for (; by < y * 16 + sy2 && by < avctx->height;) { in decompress_p3()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c315 unsigned sx1, sy1, sx2, sy2; in emit_blit() local
346 sy2 = sbox->y + sbox->height - 1; in emit_blit()
414 OUT_RING(ring, CP_BLIT_2_SRC_X2(sx2) | CP_BLIT_2_SRC_Y2(sy2)); in emit_blit()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c633 int sx1, sy1, sx2, sy2; in emit_blit_texture() local
648 sy2 = sbox->y + sbox->height - 1; in emit_blit_texture()
654 OUT_RING(ring, A6XX_GRAS_2D_SRC_BR_Y(sy2)); in emit_blit_texture()

Completed in 6 milliseconds