Searched defs:ft_face (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/perf/ |
H A D | perf-draw.hh | 98 FT_Face ft_face = hb_ft_font_get_face (font); in draw() local
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-ot-math.c | 36 static FT_Face ft_face; variable
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ft.cc | 82 FT_Face ft_face; member 92 _hb_ft_font_create (FT_Face ft_face, bool symbol, bool unref) in _hb_ft_font_create() argument 334 FT_Face ft_face = ft_font->ft_face; hb_ft_get_glyph_h_advances() local 611 _hb_ft_font_set_funcs(hb_font_t *font, FT_Face ft_face, bool unref) _hb_ft_font_set_funcs() argument 628 FT_Face ft_face = (FT_Face) user_data; _hb_ft_reference_table() local 676 hb_ft_face_create(FT_Face ft_face, hb_destroy_func_t destroy) hb_ft_face_create() argument 719 hb_ft_face_create_referenced(FT_Face ft_face) hb_ft_face_create_referenced() argument 726 hb_ft_face_finalize(FT_Face ft_face) hb_ft_face_finalize() argument 751 hb_ft_face_create_cached(FT_Face ft_face) hb_ft_face_create_cached() argument 796 hb_ft_font_create(FT_Face ft_face, hb_destroy_func_t destroy) hb_ft_font_create() argument 828 FT_Face ft_face = ft_font->ft_face; hb_ft_font_changed() local 896 hb_ft_font_create_referenced(FT_Face ft_face) hb_ft_font_create_referenced() argument 940 _release_blob(FT_Face ft_face) _release_blob() argument 976 FT_Face ft_face = nullptr; hb_ft_font_set_funcs() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | helper-cairo.hh | 88 FT_Face ft_face = nullptr;//hb_ft_font_get_face (font); in helper_cairo_create_scaled_font() local 170 FT_Face ft_face = cairo_ft_scaled_font_lock_face (scaled_font); in helper_cairo_scaled_font_has_color() local
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType_common.cpp | 999 SkPath GetClipBoxPath(FT_Face ft_face, uint16_t glyph_id, bool untransformed) { in GetClipBoxPath() argument 1065 colrv1_start_glyph(SkCanvas* canvas, const SkSpan<FT_Color>& palette, const SkColor foregroundColor, FT_Face ft_face, uint16_t glyph_id, FT_Color_Root_Transform root_transform) colrv1_start_glyph() argument 1205 colrv1_start_glyph_bounds(SkMatrix *ctm, SkRect* bounds, FT_Face ft_face, uint16_t glyph_id, FT_Color_Root_Transform root_transform) colrv1_start_glyph_bounds() argument [all...] |
Completed in 5 milliseconds