Home | History | Annotate | Download | only in gfx

Lines Matching refs:dest_y

365                           int dest_y,
370 DrawImageInt(image, src_x, src_y, src_w, src_h, dest_x, dest_y,
380 int dest_y,
385 DrawImageIntHelper(image, src_x, src_y, src_w, src_h, dest_x, dest_y, dest_w,
395 int dest_y,
434 dest_y,
496 int dest_y,
499 TileImageInt(image, src_x, src_y, 1.0f, 1.0f, dest_x, dest_y, w, h);
508 int dest_y,
511 if (!IntersectsClipRectInt(dest_x, dest_y, w, h))
522 shader_scale.postTranslate(SkIntToScalar(dest_x), SkIntToScalar(dest_y));
534 SkIntToScalar(dest_y),
536 SkIntToScalar(dest_y + h) };
577 int dest_y,
591 if (!IntersectsClipRectInt(dest_x, dest_y, dest_w, dest_h))
602 SkIntToScalar(dest_y),
604 SkIntToScalar(dest_y + dest_h) };
625 shader_scale.postTranslate(SkIntToScalar(dest_x), SkIntToScalar(dest_y));