Home
last modified time | relevance | path

Searched refs:current_x (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-draw.hh50 path_start_x = current_x = path_start_y = current_y = 0; in draw_helper_t()
57 current_x = path_start_x = x; in move_to()
66 current_x = x; in line_to()
80 funcs->cubic_to (roundf ((current_x + 2.f * control_x) / 3.f), in quadratic_to()
85 current_x = to_x; in quadratic_to()
100 current_x = to_x; in cubic_to()
108 if ((path_start_x != current_x) || (path_start_y != current_y)) in end_path()
113 path_start_x = current_x = path_start_y = current_y = 0; in end_path()
118 { return current_x == x && current_y == y; } in equal_to_current()
130 hb_position_t current_x; member
/third_party/vk-gl-cts/external/amber/src/tests/cases/
Dimage_data.amber26 const int current_x = int(gl_GlobalInvocationID.x);
30 vec4 result = imageLoad(inImg, ivec3(current_x, current_y, 3 - idx));
31 imageStore(outImg, ivec3(current_x, current_y, idx), result);
/third_party/ffmpeg/libavcodec/
Dxan.c214 int current_x; in xan_wc3_output_pixel_run() local
222 current_x = x; in xan_wc3_output_pixel_run()
224 int count = FFMIN(pixel_count, width - current_x); in xan_wc3_output_pixel_run()
229 current_x += count; in xan_wc3_output_pixel_run()
231 if (current_x >= width) { in xan_wc3_output_pixel_run()
233 current_x = 0; in xan_wc3_output_pixel_run()
/third_party/skia/tools/
Dusing_skia_and_harfbuzz.cpp162 current_x = config->left_margin.value; in WriteLine()
166 blob.get(), SkDoubleToScalar(current_x), in WriteLine()
179 double current_x; member in Placement
/third_party/libinput/test/
Dtest-totem.c244 double current_x, current_y, old_x, old_y; in START_TEST() local
261 current_x = libinput_event_tablet_tool_get_x(t); in START_TEST()
264 ck_assert_double_gt(current_x, old_x); in START_TEST()
267 old_x = current_x; in START_TEST()
/third_party/glfw/src/
Dmir_window.c204 int current_x = window->virtualCursorPosX; in handlePointerMotion() local
/third_party/chromium/patch/
D0001-cve.patch30623 + (st->current_x + 2.f * control_x) / 3.f,
31060 + * @current_x: X component of current point
31073 + float current_x;
31401 - path_start_x = current_x = path_start_y = current_y = 0;
31460 - current_x = path_start_x = x;
31463 + st.current_x = to_x;
31474 - current_x = x;
31478 + st.current_x = to_x;
31495 - funcs->cubic_to (roundf ((current_x + 2.f * control_x) / 3.f),
31500 - current_x = to_x;
[all …]