Searched refs:origin_x (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-font.hh | 475 hb_position_t origin_x, origin_y; in add_glyph_h_origin() local 477 get_glyph_h_origin_with_fallback (glyph, &origin_x, &origin_y); in add_glyph_h_origin() 479 *x += origin_x; in add_glyph_h_origin() 485 hb_position_t origin_x, origin_y; in add_glyph_v_origin() local 487 get_glyph_v_origin_with_fallback (glyph, &origin_x, &origin_y); in add_glyph_v_origin() 489 *x += origin_x; in add_glyph_v_origin() 496 hb_position_t origin_x, origin_y; in add_glyph_origin_for_direction() local 498 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y); in add_glyph_origin_for_direction() 500 *x += origin_x; in add_glyph_origin_for_direction() 507 hb_position_t origin_x, origin_ in subtract_glyph_h_origin() local 517 hb_position_t origin_x, origin_y; subtract_glyph_v_origin() local 528 hb_position_t origin_x, origin_y; subtract_glyph_origin_for_direction() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_gradients.c | 203 static float project(float origin_x, float origin_y, in project() argument 207 float op_x = point_x - origin_x; in project() 209 float od_x = dest_x - origin_x; in project() 238 op_x_od = fmodf(atan2f(op_x, op_y) + M_PI + point_x / fmaxf(origin_x, dest_x), 2.f * M_PI); in project()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cCullDistanceTests.cpp | 2304 glw::GLint origin_x = checkpoint_x - 1; in executeRenderTest() local 2308 if (readRedPixelValue(origin_x + pixel_offset, origin_y) != 0) in executeRenderTest() 2313 if (readRedPixelValue(origin_x + m_sub_grid_cell_size - 1, origin_y + pixel_offset) != 0) in executeRenderTest() 2318 if (readRedPixelValue(origin_x + m_sub_grid_cell_size - 1 - pixel_offset, in executeRenderTest() 2324 if (readRedPixelValue(origin_x, origin_y + m_sub_grid_cell_size - 1 - pixel_offset) != 0) in executeRenderTest()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 46 milliseconds