Home
last modified time | relevance | path

Searched defs:face (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/external/harfbuzz_ng/src/
Dhb-ot-color.cc69 hb_ot_color_has_palettes (hb_face_t *face) in hb_ot_color_has_palettes()
85 hb_ot_color_palette_get_count (hb_face_t *face) in hb_ot_color_palette_get_count()
107 hb_ot_color_palette_get_name_id (hb_face_t *face, in hb_ot_color_palette_get_name_id()
129 hb_ot_color_palette_color_get_name_id (hb_face_t *face, in hb_ot_color_palette_color_get_name_id()
147 hb_ot_color_palette_get_flags (hb_face_t *face, in hb_ot_color_palette_get_flags()
179 hb_ot_color_palette_get_colors (hb_face_t *face, in hb_ot_color_palette_get_colors()
205 hb_ot_color_has_layers (hb_face_t *face) in hb_ot_color_has_layers()
222 hb_ot_color_has_paint (hb_face_t *face) in hb_ot_color_has_paint()
240 hb_ot_color_glyph_has_paint (hb_face_t *face, in hb_ot_color_glyph_has_paint()
263 hb_ot_color_glyph_get_layers (hb_face_t *face, in hb_ot_color_glyph_get_layers()
[all …]
Dhb-face.cc125 hb_face_t *face; in hb_face_create_for_tables() local
238 hb_face_t *face; in hb_face_create() local
287 hb_face_t *face = hb_face_create (blob, index); in hb_face_create_or_fail() local
315 hb_face_t *face = hb_face_create_or_fail (blob, index); in hb_face_create_from_file_or_fail() local
348 hb_face_reference (hb_face_t *face) in hb_face_reference()
364 hb_face_destroy (hb_face_t *face) in hb_face_destroy()
405 hb_face_set_user_data (hb_face_t *face, in hb_face_set_user_data()
427 hb_face_get_user_data (const hb_face_t *face, in hb_face_get_user_data()
442 hb_face_make_immutable (hb_face_t *face) in hb_face_make_immutable()
461 hb_face_is_immutable (const hb_face_t *face) in hb_face_is_immutable()
[all …]
Dhb-ot-var.cc64 hb_ot_var_has_data (hb_face_t *face) in hb_ot_var_has_data()
80 hb_ot_var_get_axis_count (hb_face_t *face) in hb_ot_var_get_axis_count()
101 hb_ot_var_get_axes (hb_face_t *face, in hb_ot_var_get_axes()
123 hb_ot_var_find_axis (hb_face_t *face, in hb_ot_var_find_axis()
148 hb_ot_var_get_axis_infos (hb_face_t *face, in hb_ot_var_get_axis_infos()
170 hb_ot_var_find_axis_info (hb_face_t *face, in hb_ot_var_find_axis_info()
193 hb_ot_var_get_named_instance_count (hb_face_t *face) in hb_ot_var_get_named_instance_count()
211 hb_ot_var_named_instance_get_subfamily_name_id (hb_face_t *face, in hb_ot_var_named_instance_get_subfamily_name_id()
230 hb_ot_var_named_instance_get_postscript_name_id (hb_face_t *face, in hb_ot_var_named_instance_get_postscript_name_id()
252 hb_ot_var_named_instance_get_design_coords (hb_face_t *face, in hb_ot_var_named_instance_get_design_coords()
[all …]
Dhb-ot-name.cc59 hb_ot_name_list_names (hb_face_t *face, in hb_ot_name_list_names()
69 hb_ot_name_get_utf (hb_face_t *face, in hb_ot_name_get_utf()
120 hb_ot_name_get_utf8 (hb_face_t *face, in hb_ot_name_get_utf8()
148 hb_ot_name_get_utf16 (hb_face_t *face, in hb_ot_name_get_utf16()
175 hb_ot_name_get_utf32 (hb_face_t *face, in hb_ot_name_get_utf32()
/external/freetype/src/base/
Dftmm.c38 ft_face_get_mm_service( FT_Face face, in ft_face_get_mm_service()
66 ft_face_get_mvar_service( FT_Face face, in ft_face_get_mvar_service()
96 FT_Get_Multi_Master( FT_Face face, in FT_Get_Multi_Master()
123 FT_Get_MM_Var( FT_Face face, in FT_Get_MM_Var()
169 FT_Set_MM_Design_Coordinates( FT_Face face, in FT_Set_MM_Design_Coordinates()
212 FT_Set_MM_WeightVector( FT_Face face, in FT_Set_MM_WeightVector()
253 FT_Get_MM_WeightVector( FT_Face face, in FT_Get_MM_WeightVector()
281 FT_Set_Var_Design_Coordinates( FT_Face face, in FT_Set_Var_Design_Coordinates()
353 FT_Get_Var_Design_Coordinates( FT_Face face, in FT_Get_Var_Design_Coordinates()
381 FT_Set_MM_Blend_Coordinates( FT_Face face, in FT_Set_MM_Blend_Coordinates()
[all …]
Dftcolor.c34 FT_Palette_Data_Get( FT_Face face, in FT_Palette_Data_Get()
54 FT_Palette_Select( FT_Face face, in FT_Palette_Select()
94 FT_Palette_Set_Foreground_Color( FT_Face face, in FT_Palette_Set_Foreground_Color()
117 FT_Palette_Data_Get( FT_Face face, in FT_Palette_Data_Get()
129 FT_Palette_Select( FT_Face face, in FT_Palette_Select()
143 FT_Palette_Set_Foreground_Color( FT_Face face, in FT_Palette_Set_Foreground_Color()
Dftsnames.c35 FT_Get_Sfnt_Name_Count( FT_Face face ) in FT_Get_Sfnt_Name_Count()
44 FT_Get_Sfnt_Name( FT_Face face, in FT_Get_Sfnt_Name()
95 FT_Get_Sfnt_LangTag( FT_Face face, in FT_Get_Sfnt_LangTag()
148 FT_Get_Sfnt_Name_Count( FT_Face face ) in FT_Get_Sfnt_Name_Count()
157 FT_Get_Sfnt_Name( FT_Face face, in FT_Get_Sfnt_Name()
170 FT_Get_Sfnt_LangTag( FT_Face face, in FT_Get_Sfnt_LangTag()
Dftgxval.c37 FT_TrueTypeGX_Validate( FT_Face face, in FT_TrueTypeGX_Validate()
74 FT_TrueTypeGX_Free( FT_Face face, in FT_TrueTypeGX_Free()
90 FT_ClassicKern_Validate( FT_Face face, in FT_ClassicKern_Validate()
125 FT_ClassicKern_Free( FT_Face face, in FT_ClassicKern_Free()
Dfttype1.c28 FT_Get_PS_Font_Info( FT_Face face, in FT_Get_PS_Font_Info()
55 FT_Has_PS_Glyph_Names( FT_Face face ) in FT_Has_PS_Glyph_Names()
76 FT_Get_PS_Font_Private( FT_Face face, in FT_Get_PS_Font_Private()
103 FT_Get_PS_Font_Value( FT_Face face, in FT_Get_PS_Font_Value()
/external/mesa3d/src/mesa/main/
Dstencil.c188 const GLint face = ctx->Stencil.ActiveFace; in stencil_func() local
259 const GLint face = ctx->Stencil.ActiveFace; in _mesa_StencilMask() local
302 const GLint face = ctx->Stencil.ActiveFace; in stencil_op() local
371 _mesa_ActiveStencilFaceEXT(GLenum face) in _mesa_ActiveStencilFaceEXT()
393 stencil_op_separate(struct gl_context *ctx, GLenum face, GLenum sfail, in stencil_op_separate()
425 _mesa_StencilOpSeparate_no_error(GLenum face, GLenum sfail, GLenum zfail, in _mesa_StencilOpSeparate_no_error()
434 _mesa_StencilOpSeparate(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass) in _mesa_StencilOpSeparate()
466 stencil_func_separate(struct gl_context *ctx, GLenum face, GLenum func, in stencil_func_separate()
490 _mesa_StencilFuncSeparate_no_error(GLenum face, GLenum func, GLint ref, in _mesa_StencilFuncSeparate_no_error()
499 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in _mesa_StencilFuncSeparate()
[all …]
/external/freetype/src/type1/
Dt1driver.c60 t1_get_glyph_name( FT_Face face, /* T1_Face */ in t1_get_glyph_name()
75 t1_get_name_index( FT_Face face, /* T1_Face */ in t1_get_name_index()
108 t1_get_ps_name( FT_Face face ) /* T1_Face */ in t1_get_ps_name()
163 t1_ps_get_font_info( FT_Face face, in t1_ps_get_font_info()
173 t1_ps_get_font_extra( FT_Face face, in t1_ps_get_font_extra()
183 t1_ps_has_glyph_names( FT_Face face ) in t1_ps_has_glyph_names()
192 t1_ps_get_font_private( FT_Face face, in t1_ps_get_font_private()
202 t1_ps_get_font_value( FT_Face face, in t1_ps_get_font_value()
746 T1_Face face = (T1_Face)t1face; in Get_Kerning() local
Dt1load.c105 t1_allocate_blend( T1_Face face, in t1_allocate_blend()
178 T1_Get_Multi_Master( FT_Face face, /* T1_Face */ in T1_Get_Multi_Master()
290 T1_Get_MM_Var( FT_Face face, /* T1_Face */ in T1_Get_MM_Var()
383 t1_set_mm_blend( T1_Face face, in t1_set_mm_blend()
444 T1_Set_MM_Blend( FT_Face face, /* T1_Face */ in T1_Set_MM_Blend()
453 T1_Get_MM_Blend( FT_Face face, /* T1_Face */ in T1_Get_MM_Blend()
489 T1_Set_MM_WeightVector( FT_Face face, /* T1_Face */ in T1_Set_MM_WeightVector()
525 T1_Get_MM_WeightVector( FT_Face face, /* T1_Face */ in T1_Get_MM_WeightVector()
555 T1_Set_MM_Design( FT_Face face, /* T1_Face */ in T1_Set_MM_Design()
638 T1_Reset_MM_Blend( FT_Face face, in T1_Reset_MM_Blend()
[all …]
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Projections.java271 public static S2Point faceUvToXyz(int face, double u, double v) { in faceUvToXyz()
288 public static R2Vector validFaceXyzToUv(int face, S2Point p) { in validFaceXyzToUv()
322 int face = p.largestAbsComponent(); in xyzToFace() local
329 public static R2Vector faceXyzToUv(int face, S2Point p) { in faceXyzToUv()
342 public static S2Point getUNorm(int face, double u) { in getUNorm()
359 public static S2Point getVNorm(int face, double v) { in getVNorm()
376 public static S2Point getNorm(int face) { in getNorm()
380 public static S2Point getUAxis(int face) { in getUAxis()
397 public static S2Point getVAxis(int face) { in getVAxis()
/external/pdfium/core/fxge/freetype/
Dfx_freetype.h60 #define FXFT_Get_Glyph_HoriBearingX(face) (face)->glyph->metrics.horiBearingX argument
61 #define FXFT_Get_Glyph_HoriBearingY(face) (face)->glyph->metrics.horiBearingY argument
62 #define FXFT_Get_Glyph_Width(face) (face)->glyph->metrics.width argument
63 #define FXFT_Get_Glyph_Height(face) (face)->glyph->metrics.height argument
64 #define FXFT_Get_Glyph_HoriAdvance(face) (face)->glyph->metrics.horiAdvance argument
/external/freetype/src/type42/
Dt42drivr.c60 t42_get_glyph_name( FT_Face face, /* T42_Face */ in t42_get_glyph_name()
77 t42_get_name_index( FT_Face face, /* T42_Face */ in t42_get_name_index()
114 t42_get_ps_font_name( FT_Face face ) /* T42_Face */ in t42_get_ps_font_name()
136 t42_ps_get_font_info( FT_Face face, in t42_ps_get_font_info()
146 t42_ps_get_font_extra( FT_Face face, in t42_ps_get_font_extra()
156 t42_ps_has_glyph_names( FT_Face face ) in t42_ps_has_glyph_names()
/external/harfbuzz_ng/test/api/
Dtest-draw.c191 hb_face_t *face = hb_test_open_font_file ("fonts/SourceSerifVariable-Roman-VVAR.abc.ttf"); in test_hb_draw_glyf() local
252 hb_face_t *face = hb_test_open_font_file ("fonts/cff1_seac.otf"); in test_hb_draw_cff1() local
275 hb_face_t *face = hb_test_open_font_file ("fonts/RanaKufi-Regular.subset.otf"); in test_hb_draw_cff1_rline() local
299 hb_face_t *face = hb_test_open_font_file ("fonts/AdobeVFPrototype.abc.otf"); in test_hb_draw_cff2() local
345 hb_face_t *face = hb_test_open_font_file ("fonts/glyphs.ttf"); in test_hb_draw_ttf_parser_tests() local
392 hb_face_t *face = hb_test_open_font_file ("fonts/cff1_flex.otf"); in test_hb_draw_ttf_parser_tests() local
409 hb_face_t *face = hb_test_open_font_file ("fonts/cff1_dotsect.nohints.otf"); in test_hb_draw_ttf_parser_tests() local
435 hb_face_t *face = hb_test_open_font_file ("fonts/OpenSans-Regular.ttf"); in test_hb_draw_font_kit_glyphs_tests() local
464 hb_face_t *face = hb_test_open_font_file ("fonts/Mada-VF.ttf"); in test_hb_draw_font_kit_glyphs_tests() local
505 hb_face_t *face = hb_test_open_font_file ("fonts/SourceSansPro-Regular.otf"); in test_hb_draw_font_kit_glyphs_tests() local
[all …]
Dtest-ot-metrics-tt-var.c35 hb_face_t *face = hb_test_open_font_file ("fonts/SourceSansVariable-Roman-nohvar-41,C1.ttf"); in test_extents_tt_var() local
67 hb_face_t *face = hb_test_open_font_file ("fonts/SourceSansVariable-Roman-nohvar-41,C1.ttf"); in test_advance_tt_var_nohvar() local
103 hb_face_t *face = hb_test_open_font_file ("fonts/SourceSerifVariable-Roman-VVAR.abc.ttf"); in test_advance_tt_var_hvarvvar() local
139 hb_face_t *face = hb_test_open_font_file ("fonts/SourceSansVariable-Roman.anchor.ttf"); in test_advance_tt_var_anchor() local
171 hb_face_t *face = hb_test_open_font_file ("fonts/SourceSansVariable-Roman.modcomp.ttf"); in test_extents_tt_var_comp() local
213 hb_face_t *face = hb_test_open_font_file ("fonts/SourceSansVariable-Roman.modcomp.ttf"); in test_advance_tt_var_comp_v() local
240 hb_face_t *face = hb_test_open_font_file ("fonts/TestGVAREight.ttf"); in test_advance_tt_var_gvar_infer() local
Dtest-ot-extents-cff.c35 hb_face_t *face = hb_test_open_font_file ("fonts/SourceSansPro-Regular.abc.otf"); in test_extents_cff1() local
74 hb_face_t *face = hb_test_open_font_file ("fonts/cff1_flex.otf"); in test_extents_cff1_flex() local
96 hb_face_t *face = hb_test_open_font_file ("fonts/cff1_seac.otf"); in test_extents_cff1_seac() local
126 hb_face_t *face = hb_test_open_font_file ("fonts/AdobeVFPrototype.abc.otf"); in test_extents_cff2() local
158 hb_face_t *face = hb_test_open_font_file ("fonts/AdobeVFPrototype_vsindex.otf"); in test_extents_cff2_vsindex() local
190 hb_face_t *face = hb_test_open_font_file ("fonts/AdobeVFPrototype_vsindex.otf"); in test_extents_cff2_vsindex_named_instance() local
Dtest-subset-cbdt.c35 hb_face_t *face = hb_test_open_font_file ("fonts/NotoColorEmoji.subset.ttf"); in test_subset_cbdt_noop() local
57 hb_face_t *face = hb_test_open_font_file ("fonts/NotoColorEmoji.subset.ttf"); in test_subset_cbdt_keep_one() local
77 hb_face_t *face = hb_test_open_font_file ("fonts/NotoColorEmoji.subset.ttf"); in test_subset_cbdt_keep_one_last_subtable() local
97 hb_face_t *face = hb_test_open_font_file ("fonts/NotoColorEmoji.subset.multiple_size_tables.ttf"); in test_subset_cbdt_keep_multiple_subtables() local
119 hb_face_t *face = hb_test_open_font_file ("fonts/NotoColorEmoji.subset.index_format3.ttf"); in test_subset_cbdt_index_format_3() local
Dtest-get-table-tags.c38 _test_get_table_tags (hb_face_t *face) in _test_get_table_tags()
62 hb_face_t *face = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf"); in test_get_table_tags_default() local
73 hb_face_t *face = hb_face_builder_create (); in test_get_table_tags_builder() local
122 hb_face_t *face = hb_ft_face_create (ft_face, NULL); in test_get_table_tags_ft() local
151 hb_face_t *face = hb_coretext_face_create (cg_font); in test_get_table_tags_ct() local
/external/freetype/src/truetype/
Dttpload.c63 tt_face_load_loca( TT_Face face, in tt_face_load_loca()
183 tt_face_get_location( FT_Face face, /* TT_Face */ in tt_face_get_location()
281 tt_face_done_loca( TT_Face face ) in tt_face_done_loca()
312 tt_face_load_cvt( TT_Face face, in tt_face_load_cvt()
395 tt_face_load_fpgm( TT_Face face, in tt_face_load_fpgm()
459 tt_face_load_prep( TT_Face face, in tt_face_load_prep()
530 tt_face_load_hdmx( TT_Face face, in tt_face_load_hdmx()
618 tt_face_free_hdmx( TT_Face face ) in tt_face_free_hdmx()
636 tt_face_get_device_metrics( TT_Face face, in tt_face_get_device_metrics()
/external/freetype/src/sfnt/
Dttload.c57 tt_face_lookup_table( TT_Face face, in tt_face_lookup_table()
131 tt_face_goto_table( TT_Face face, in tt_face_goto_table()
342 tt_face_load_font_dir( TT_Face face, in tt_face_load_font_dir()
568 tt_face_load_any( TT_Face face, in tt_face_load_any()
636 tt_face_load_generic_header( TT_Face face, in tt_face_load_generic_header()
690 tt_face_load_head( TT_Face face, in tt_face_load_head()
700 tt_face_load_bhed( TT_Face face, in tt_face_load_bhed()
728 tt_face_load_maxp( TT_Face face, in tt_face_load_maxp()
838 tt_face_load_name( TT_Face face, in tt_face_load_name()
1047 tt_face_free_name( TT_Face face ) in tt_face_free_name()
[all …]
/external/freetype/src/cid/
Dcidriver.c52 cid_get_postscript_name( FT_Face face ) /* CID_Face */ in cid_get_postscript_name()
77 cid_ps_get_font_info( FT_Face face, /* CID_Face */ in cid_ps_get_font_info()
87 cid_ps_get_font_extra( FT_Face face, /* CID_Face */ in cid_ps_get_font_extra()
114 cid_get_ros( FT_Face face, /* CID_Face */ in cid_get_ros()
137 cid_get_is_cid( FT_Face face, /* CID_Face */ in cid_get_is_cid()
158 cid_get_cid_from_glyph_index( FT_Face face, /* CID_Face */ in cid_get_cid_from_glyph_index()
/external/freetype/src/cff/
Dcffdrivr.c111 cff_get_kerning( FT_Face face, /* CFF_Face */ in cff_get_kerning()
202 cff_get_advances( FT_Face face, in cff_get_advances()
316 cff_get_glyph_name( FT_Face face, /* CFF_Face */ in cff_get_glyph_name()
381 cff_get_name_index( FT_Face face, /* CFF_Face */ in cff_get_name_index()
463 cff_ps_get_font_info( FT_Face face, /* CFF_Face */ in cff_ps_get_font_info()
514 cff_ps_get_font_extra( FT_Face face, /* CFF_Face */ in cff_ps_get_font_extra()
664 FT_Face face = FT_CMAP_FACE( cmap ); in FT_DEFINE_SERVICE_PSFONTNAMEREC() local
758 cff_get_is_cid( FT_Face face, /* CFF_Face */ in cff_get_is_cid()
782 cff_get_cid_from_glyph_index( FT_Face face, /* CFF_Face */ in cff_get_cid_from_glyph_index()
865 cff_get_mm_blend( FT_Face face, /* CFF_Face */ in cff_get_mm_blend()
[all …]
/external/skia/modules/skparagraph/utils/
DTestFontCollection.cpp61 sk_sp<SkTypeface> face = in addFontFromFile() local
64 sk_sp<SkTypeface> face = SkTypeface_Mac::MakeFromStream(std::move(file), SkFontArguments()); in addFontFromFile() local
66 sk_sp<SkTypeface> face = DWriteFontTypeface::MakeFromStream(std::move(file), SkFontArguments()); in addFontFromFile() local
68 sk_sp<SkTypeface> face = nullptr; in addFontFromFile() local

12345678910>>...19