Searched refs:current_y (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-draw.hh | 50 path_start_x = current_x = path_start_y = current_y = 0; in draw_helper_t() 58 current_y = path_start_y = y; in move_to() 67 current_y = y; in line_to() 81 roundf ((current_y + 2.f * control_y) / 3.f), in quadratic_to() 86 current_y = to_y; in quadratic_to() 101 current_y = to_y; 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() 131 hb_position_t current_y; member
|
/third_party/vk-gl-cts/external/amber/src/tests/cases/ |
D | image_data.amber | 27 const int current_y = int(gl_GlobalInvocationID.y); 30 vec4 result = imageLoad(inImg, ivec3(current_x, current_y, 3 - idx)); 31 imageStore(outImg, ivec3(current_x, current_y, idx), result);
|
/third_party/skia/tools/ |
D | using_skia_and_harfbuzz.cpp | 152 (current_y > config->line_spacing_ratio.value * config->font_size.value && in WriteLine() 153 current_y + endPoint.y() > config->page_height.value) in WriteLine() 163 current_y = config->line_spacing_ratio.value * config->font_size.value; in WriteLine() 167 SkDoubleToScalar(current_y), glyph_paint); in WriteLine() 169 current_y += endPoint.y() + config->line_spacing_ratio.value * config->font_size.value; in WriteLine() 180 double current_y; member in Placement
|
/third_party/libinput/test/ |
D | test-totem.c | 244 double current_x, current_y, old_x, old_y; in START_TEST() local 262 current_y = libinput_event_tablet_tool_get_y(t); in START_TEST() 265 ck_assert_double_lt(current_y, old_y); in START_TEST() 268 old_y = current_y; in START_TEST()
|
/third_party/glfw/src/ |
D | mir_window.c | 205 int current_y = window->virtualCursorPosY; in handlePointerMotion() local
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 30624 + (st->current_y + 2.f * control_y) / 3.f, 31061 + * @current_y: Y component of current point 31074 + float current_y; 31401 - path_start_x = current_x = path_start_y = current_y = 0; 31461 - current_y = path_start_y = y; 31464 + st.current_y = to_y; 31475 - current_y = y; 31479 + st.current_y = to_y; 31496 - roundf ((current_y + 2.f * control_y) / 3.f), 31501 - current_y = to_y; [all …]
|