Home
last modified time | relevance | path

Searched refs:tp_font (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/perf/
Dperf-extents.hh47 ttfp_face *tp_font = (ttfp_face *) malloc (ttfp_face_size_of ()); in extents() local
49 … assert (ttfp_face_init (hb_blob_get_data (blob, nullptr), hb_blob_get_length (blob), 0, tp_font)); in extents()
50 if (is_var) ttfp_set_variation (tp_font, TTFP_TAG('w','g','h','t'), 500); in extents()
55 ttfp_get_glyph_bbox(tp_font, gid, &bbox); in extents()
58 free (tp_font); in extents()
Dperf-draw.hh119 ttfp_face *tp_font = (ttfp_face *) malloc (ttfp_face_size_of ()); in draw() local
121 … assert (ttfp_face_init (hb_blob_get_data (blob, nullptr), hb_blob_get_length (blob), 0, tp_font)); in draw()
122 if (is_var) ttfp_set_variation (tp_font, TTFP_TAG('w','g','h','t'), 500); in draw()
134 ttfp_outline_glyph (tp_font, builder, &builder, gid, &bbox); in draw()
137 free (tp_font); in draw()
/third_party/harfbuzz/perf/
Dperf-extents.hh47 ttfp_face *tp_font = (ttfp_face *) malloc (ttfp_face_size_of ()); in extents() local
49 … assert (ttfp_face_init (hb_blob_get_data (blob, nullptr), hb_blob_get_length (blob), 0, tp_font)); in extents()
50 if (is_var) ttfp_set_variation (tp_font, TTFP_TAG('w','g','h','t'), 500); in extents()
55 ttfp_get_glyph_bbox(tp_font, gid, &bbox); in extents()
58 free (tp_font); in extents()
Dperf-draw.hh119 ttfp_face *tp_font = (ttfp_face *) malloc (ttfp_face_size_of ()); in draw() local
121 … assert (ttfp_face_init (hb_blob_get_data (blob, nullptr), hb_blob_get_length (blob), 0, tp_font)); in draw()
122 if (is_var) ttfp_set_variation (tp_font, TTFP_TAG('w','g','h','t'), 500); in draw()
134 ttfp_outline_glyph (tp_font, builder, &builder, gid, &bbox); in draw()
137 free (tp_font); in draw()