Home
last modified time | relevance | path

Searched refs:origin_y (Results 1 – 12 of 12) sorted by relevance

/third_party/harfbuzz/src/
Dhb-font.hh473 hb_position_t origin_x, origin_y; in add_glyph_h_origin() local
475 get_glyph_h_origin_with_fallback (glyph, &origin_x, &origin_y); in add_glyph_h_origin()
478 *y += origin_y; in add_glyph_h_origin()
483 hb_position_t origin_x, origin_y; in add_glyph_v_origin() local
485 get_glyph_v_origin_with_fallback (glyph, &origin_x, &origin_y); in add_glyph_v_origin()
488 *y += origin_y; in add_glyph_v_origin()
494 hb_position_t origin_x, origin_y; in add_glyph_origin_for_direction() local
496 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y); in add_glyph_origin_for_direction()
499 *y += origin_y; in add_glyph_origin_for_direction()
505 hb_position_t origin_x, origin_y; in subtract_glyph_h_origin() local
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-font.hh470 hb_position_t origin_x, origin_y; in add_glyph_h_origin() local
472 get_glyph_h_origin_with_fallback (glyph, &origin_x, &origin_y); in add_glyph_h_origin()
475 *y += origin_y; in add_glyph_h_origin()
480 hb_position_t origin_x, origin_y; in add_glyph_v_origin() local
482 get_glyph_v_origin_with_fallback (glyph, &origin_x, &origin_y); in add_glyph_v_origin()
485 *y += origin_y; in add_glyph_v_origin()
491 hb_position_t origin_x, origin_y; in add_glyph_origin_for_direction() local
493 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y); in add_glyph_origin_for_direction()
496 *y += origin_y; in add_glyph_origin_for_direction()
502 hb_position_t origin_x, origin_y; in subtract_glyph_h_origin() local
[all …]
/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()
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
[all …]
/third_party/pixman/pixman/
Dpixman-glyph.c51 int origin_y; member
256 int origin_y, in pixman_glyph_cache_insert() argument
277 glyph->origin_y = origin_y; in pixman_glyph_cache_insert()
336 y1 = glyphs[i].y - glyph->origin_y; in pixman_glyph_get_extents()
338 y2 = glyphs[i].y - glyph->origin_y + glyph->image->bits.height; in pixman_glyph_get_extents()
452 glyph_box.y1 = dest_y + glyphs[i].y - glyph->origin_y; in pixman_composite_glyphs_no_mask()
481 info.mask_y = composite_box.y1 - (dest_y + glyphs[i].y - glyph->origin_y); in pixman_composite_glyphs_no_mask()
588 glyph_box.y1 = glyphs[i].y - glyph->origin_y + off_y; in add_glyphs()
Dpixman.h1226 int origin_y,
/third_party/ffmpeg/libavfilter/
Dvsrc_gradients.c156 static float project(float origin_x, float origin_y, in project() argument
162 float od_y = dest_y - origin_y; in project()
169 float op_y = point_y - origin_y; 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.c562 style_set->origin_y = g_ascii_strtod (c, NULL) / 100.0; in ttml_update_style_set()
574 if ((style_set->origin_y + style_set->extent_h) > 1.0) { in ttml_update_style_set()
575 style_set->extent_h = 1.0 - style_set->origin_y; in ttml_update_style_set()
Dgstttmlrender.c2633 region_y = (guint) (round (region->style_set->origin_y * render->height)); in gst_ttml_render_render_text_region()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dconv3x3_int8.c799 int origin_y = (x_id / out_w_block) * OUPUT_UNIT - pad_h; in Conv3x3Int8InputTransform() local
802 int real_y_start = origin_y > 0 ? 0 : -origin_y; in Conv3x3Int8InputTransform()
803 … int real_y_end = (origin_y + input_unit) < input_height ? input_unit : (input_height - origin_y); in Conv3x3Int8InputTransform()
805 int src_plane_offset = C8NUM * (origin_y * input_width + origin_x); in Conv3x3Int8InputTransform()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp2302 glw::GLint origin_y = checkpoint_y - 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()
2316 origin_y + m_sub_grid_cell_size - 1) != 0) in executeRenderTest()
2321 if (readRedPixelValue(origin_x, origin_y + m_sub_grid_cell_size - 1 - pixel_offset) != 0) in executeRenderTest()