Home
last modified time | relevance | path

Searched refs:origin_x (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
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()
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/
Dvsrc_gradients.c156 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/
Dsubtitle.h393 gdouble origin_x, origin_y; member
Dsubtitle.c76 ret->origin_x = ret->origin_y = 0.0; in gst_subtitle_style_set_new()
Dttmlparse.c559 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()
Dgstttmlrender.c2632 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/
Dgl3cCullDistanceTests.cpp2301 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/
Dstylo.hpp111130 int origin_x,