Searched refs:get_bounds (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-opbd-table.hh | 58 bool get_bounds (hb_font_t *font, hb_codepoint_t glyph_id, in get_bounds() function 92 bool get_bounds (hb_font_t *font, hb_codepoint_t glyph_id, in get_bounds() function 131 bool get_bounds (hb_font_t *font, hb_codepoint_t glyph_id, in get_bounds() function 136 case 0: return u.format0.get_bounds (font, glyph_id, extents, this); in get_bounds() 137 case 1: return u.format1.get_bounds (font, glyph_id, extents, this); in get_bounds()
|
/third_party/skia/tools/skdiff/ |
H A D | skdiff_main.cpp | 328 static void get_bounds(DiffResource& resource, const char* name) { in get_bounds() function 340 static void get_bounds(DiffRecord& drp) { in get_bounds() function 341 get_bounds(drp.fBase, "base"); in get_bounds() 342 get_bounds(drp.fComparison, "comparison"); in get_bounds() 501 get_bounds(drp); in create_diff_images() 523 get_bounds(drp); in create_diff_images() 544 get_bounds(drp); in create_diff_images()
|
Completed in 2 milliseconds