Home
last modified time | relevance | path

Searched refs:origin_y (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-font.hh475 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()
480 *y += origin_y; 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()
490 *y += origin_y; 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()
501 *y += origin_y; in add_glyph_origin_for_direction()
507 hb_position_t origin_x, origin_y; 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 Dvsrc_gradients.c203 static float project(float origin_x, float origin_y, in project() argument
208 float op_y = point_y - origin_y; in project()
210 float od_y = dest_y - origin_y; in project()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cCullDistanceTests.cpp2305 glw::GLint origin_y = checkpoint_y - 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()
2319 origin_y + m_sub_grid_cell_size - 1) != 0) 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 Dstylo.hpp[all...]

Completed in 31 milliseconds