Searched refs:origin_x (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
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_y; in subtract_glyph_h_origin() local [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vsrc_gradients.c | 156 static float project(float origin_x, float origin_y, in project() argument 161 float od_x = dest_x - origin_x; in project() 168 float op_x = point_x - origin_x; in project()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | subtitle.h | 393 gdouble origin_x, origin_y; member
|
D | subtitle.c | 76 ret->origin_x = ret->origin_y = 0.0; in gst_subtitle_style_set_new()
|
D | ttmlparse.c | 559 style_set->origin_x = g_ascii_strtod (attr, &c) / 100.0; in ttml_update_style_set() 568 if ((style_set->origin_x + style_set->extent_w) > 1.0) { in ttml_update_style_set() 569 style_set->extent_w = 1.0 - style_set->origin_x; in ttml_update_style_set()
|
D | gstttmlrender.c | 2632 region_x = (guint) (round (region->style_set->origin_x * render->width)); in gst_ttml_render_render_text_region()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cCullDistanceTests.cpp | 2301 glw::GLint origin_x = checkpoint_x - 1; in executeRenderTest() local 2305 if (readRedPixelValue(origin_x + pixel_offset, origin_y) != 0) in executeRenderTest() 2310 if (readRedPixelValue(origin_x + m_sub_grid_cell_size - 1, origin_y + pixel_offset) != 0) in executeRenderTest() 2315 if (readRedPixelValue(origin_x + m_sub_grid_cell_size - 1 - pixel_offset, in executeRenderTest() 2321 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/ |
D | stylo.hpp | 111130 int origin_x,
|