Home
last modified time | relevance | path

Searched refs:next_x (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/resources/lua/
Dslides_transitions.lua63 self.nextDrawable:draw(canvas, self.next_x, 0, self.paint)
71 rec.next_x = 640
73 rec.isDone = function (self) return self.next_x <= 0 end
75 self.next_x = self.next_x - 20
76 self.next_a = (640 - self.next_x) / 640
82 rec.next_x = 0
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dcanny.cc220 int next_x = x + j; in Hysteresis() local
221 if (next_y < 0 || next_x < 0 || next_y >= edges.height_ || next_x >= edges.width_ || in Hysteresis()
222 (next_y == y && next_x == x)) { in Hysteresis()
225 int next = next_y * buffer_step + next_x; in Hysteresis()
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub-render.c218 gint16 x, next_x, end, rle_code, next_draw_x; in gstspu_vobsub_render_line() local
250 next_x = rle_end_x (rle_code, x, end); in gstspu_vobsub_render_line()
251 next_draw_x = next_x; in gstspu_vobsub_render_line()
258 x = next_x; in gstspu_vobsub_render_line()
297 gint16 x, next_x, disp_end, rle_code, run_end, run_draw_end; in gstspu_vobsub_render_line_with_chgcol() local
340 next_x = rle_end_x (rle_code, x, disp_end); in gstspu_vobsub_render_line_with_chgcol()
343 while (x < next_x) { in gstspu_vobsub_render_line_with_chgcol()
344 run_end = MIN (next_x, cur_reg_end); in gstspu_vobsub_render_line_with_chgcol()