Home
last modified time | relevance | path

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

12345678910>>...17

/external/pdfium/core/fxge/
Dfx_freetype.h64 #define FXFT_Open_Face(library, args, index, face) \ argument
67 #define FXFT_Done_Face(face) FT_Done_Face(static_cast<FT_Face>(face)) argument
75 #define FXFT_New_Memory_Face(library, base, size, index, face) \ argument
78 #define FXFT_New_Face(library, filename, index, face) \ argument
81 #define FXFT_Select_Charmap(face, encoding) \ argument
84 #define FXFT_Set_Charmap(face, charmap) \ argument
86 #define FXFT_Load_Glyph(face, glyph_index, flags) \ argument
88 #define FXFT_Get_Char_Index(face, code) \ argument
90 #define FXFT_Get_Glyph_Name(face, index, buffer, size) \ argument
92 #define FXFT_Get_Name_Index(face, name) \ argument
[all …]
Dcttfontdesc.cpp12 CTTFontDesc::CTTFontDesc(uint8_t* pData, FXFT_Face face) in CTTFontDesc()
15 CTTFontDesc::CTTFontDesc(uint8_t* pData, size_t index, FXFT_Face face) in CTTFontDesc()
36 void CTTFontDesc::SetTTCFace(size_t index, FXFT_Face face) { in SetTTCFace()
47 CTTFontDesc::ReleaseStatus CTTFontDesc::ReleaseFace(FXFT_Face face) { in ReleaseFace()
/external/harfbuzz_ng/src/
Dhb-ot-color.cc67 hb_ot_color_has_palettes (hb_face_t *face) in hb_ot_color_has_palettes()
82 hb_ot_color_palette_get_count (hb_face_t *face) in hb_ot_color_palette_get_count()
101 hb_ot_color_palette_get_name_id (hb_face_t *face, in hb_ot_color_palette_get_name_id()
117 hb_ot_color_palette_color_get_name_id (hb_face_t *face, in hb_ot_color_palette_color_get_name_id()
133 hb_ot_color_palette_get_flags (hb_face_t *face, in hb_ot_color_palette_get_flags()
164 hb_ot_color_palette_get_colors (hb_face_t *face, in hb_ot_color_palette_get_colors()
187 hb_ot_color_has_layers (hb_face_t *face) in hb_ot_color_has_layers()
206 hb_ot_color_glyph_get_layers (hb_face_t *face, in hb_ot_color_glyph_get_layers()
231 hb_ot_color_has_svg (hb_face_t *face) in hb_ot_color_has_svg()
248 hb_ot_color_glyph_reference_svg (hb_face_t *face, hb_codepoint_t glyph) in hb_ot_color_glyph_reference_svg()
[all …]
Dhb-ot-var.cc62 hb_ot_var_has_data (hb_face_t *face) in hb_ot_var_has_data()
73 hb_ot_var_get_axis_count (hb_face_t *face) in hb_ot_var_get_axis_count()
85 hb_ot_var_get_axes (hb_face_t *face, in hb_ot_var_get_axes()
100 hb_ot_var_find_axis (hb_face_t *face, in hb_ot_var_find_axis()
114 hb_ot_var_get_axis_infos (hb_face_t *face, in hb_ot_var_get_axis_infos()
128 hb_ot_var_find_axis_info (hb_face_t *face, in hb_ot_var_find_axis_info()
141 hb_ot_var_get_named_instance_count (hb_face_t *face) in hb_ot_var_get_named_instance_count()
147 hb_ot_var_named_instance_get_subfamily_name_id (hb_face_t *face, in hb_ot_var_named_instance_get_subfamily_name_id()
154 hb_ot_var_named_instance_get_postscript_name_id (hb_face_t *face, in hb_ot_var_named_instance_get_postscript_name_id()
161 hb_ot_var_named_instance_get_design_coords (hb_face_t *face, in hb_ot_var_named_instance_get_design_coords()
[all …]
Dhb-face.cc114 hb_face_t *face; in hb_face_create_for_tables() local
198 hb_face_t *face; in hb_face_create() local
244 hb_face_reference (hb_face_t *face) in hb_face_reference()
258 hb_face_destroy (hb_face_t *face) in hb_face_destroy()
294 hb_face_set_user_data (hb_face_t *face, in hb_face_set_user_data()
315 hb_face_get_user_data (const hb_face_t *face, in hb_face_get_user_data()
330 hb_face_make_immutable (hb_face_t *face) in hb_face_make_immutable()
349 hb_face_is_immutable (const hb_face_t *face) in hb_face_is_immutable()
367 hb_face_reference_table (const hb_face_t *face, in hb_face_reference_table()
384 hb_face_reference_blob (hb_face_t *face) in hb_face_reference_blob()
[all …]
Dhb-ot-layout.cc66 hb_ot_layout_has_kerning (hb_face_t *face) in hb_ot_layout_has_kerning()
72 hb_ot_layout_has_machine_kerning (hb_face_t *face) in hb_ot_layout_has_machine_kerning()
78 hb_ot_layout_has_cross_kerning (hb_face_t *face) in hb_ot_layout_has_cross_kerning()
223 hb_ot_layout_has_glyph_classes (hb_face_t *face) in hb_ot_layout_has_glyph_classes()
234 hb_ot_layout_get_glyph_class (hb_face_t *face, in hb_ot_layout_get_glyph_class()
246 hb_ot_layout_get_glyphs_in_class (hb_face_t *face, in hb_ot_layout_get_glyphs_in_class()
254 hb_ot_layout_get_attach_points (hb_face_t *face, in hb_ot_layout_get_attach_points()
323 get_gsubgpos_table (hb_face_t *face, in get_gsubgpos_table()
335 hb_ot_layout_table_get_script_tags (hb_face_t *face, in hb_ot_layout_table_get_script_tags()
349 hb_ot_layout_table_find_script (hb_face_t *face, in hb_ot_layout_table_find_script()
[all …]
/external/freetype/src/type42/
Dt42drivr.c60 t42_get_glyph_name( T42_Face face, in t42_get_glyph_name()
72 t42_get_name_index( T42_Face face, in t42_get_name_index()
106 t42_get_ps_font_name( T42_Face face ) in t42_get_ps_font_name()
125 t42_ps_get_font_info( FT_Face face, in t42_ps_get_font_info()
135 t42_ps_get_font_extra( FT_Face face, in t42_ps_get_font_extra()
145 t42_ps_has_glyph_names( FT_Face face ) in t42_ps_has_glyph_names()
154 t42_ps_get_font_private( FT_Face face, in t42_ps_get_font_private()
/external/freetype/src/base/
Dftcolor.c35 FT_Palette_Data_Get( FT_Face face, in FT_Palette_Data_Get()
55 FT_Palette_Select( FT_Face face, in FT_Palette_Select()
95 FT_Palette_Set_Foreground_Color( FT_Face face, in FT_Palette_Set_Foreground_Color()
118 FT_Palette_Data_Get( FT_Face face, in FT_Palette_Data_Get()
130 FT_Palette_Select( FT_Face face, in FT_Palette_Select()
144 FT_Palette_Set_Foreground_Color( FT_Face face, in FT_Palette_Set_Foreground_Color()
Dftmm.c39 ft_face_get_mm_service( FT_Face face, in ft_face_get_mm_service()
67 ft_face_get_mvar_service( FT_Face face, in ft_face_get_mvar_service()
97 FT_Get_Multi_Master( FT_Face face, in FT_Get_Multi_Master()
124 FT_Get_MM_Var( FT_Face face, in FT_Get_MM_Var()
170 FT_Set_MM_Design_Coordinates( FT_Face face, in FT_Set_MM_Design_Coordinates()
205 FT_Set_Var_Design_Coordinates( FT_Face face, in FT_Set_Var_Design_Coordinates()
253 FT_Get_Var_Design_Coordinates( FT_Face face, in FT_Get_Var_Design_Coordinates()
281 FT_Set_MM_Blend_Coordinates( FT_Face face, in FT_Set_MM_Blend_Coordinates()
332 FT_Set_Var_Blend_Coordinates( FT_Face face, in FT_Set_Var_Blend_Coordinates()
380 FT_Get_MM_Blend_Coordinates( FT_Face face, in FT_Get_MM_Blend_Coordinates()
[all …]
Dftsnames.c36 FT_Get_Sfnt_Name_Count( FT_Face face ) in FT_Get_Sfnt_Name_Count()
45 FT_Get_Sfnt_Name( FT_Face face, in FT_Get_Sfnt_Name()
96 FT_Get_Sfnt_LangTag( FT_Face face, in FT_Get_Sfnt_LangTag()
149 FT_Get_Sfnt_Name_Count( FT_Face face ) in FT_Get_Sfnt_Name_Count()
158 FT_Get_Sfnt_Name( FT_Face face, in FT_Get_Sfnt_Name()
171 FT_Get_Sfnt_LangTag( FT_Face face, in FT_Get_Sfnt_LangTag()
Dftgxval.c38 FT_TrueTypeGX_Validate( FT_Face face, in FT_TrueTypeGX_Validate()
75 FT_TrueTypeGX_Free( FT_Face face, in FT_TrueTypeGX_Free()
91 FT_ClassicKern_Validate( FT_Face face, in FT_ClassicKern_Validate()
126 FT_ClassicKern_Free( FT_Face face, in FT_ClassicKern_Free()
Dfttype1.c29 FT_Get_PS_Font_Info( FT_Face face, in FT_Get_PS_Font_Info()
56 FT_Has_PS_Glyph_Names( FT_Face face ) in FT_Has_PS_Glyph_Names()
77 FT_Get_PS_Font_Private( FT_Face face, in FT_Get_PS_Font_Private()
104 FT_Get_PS_Font_Value( FT_Face face, in FT_Get_PS_Font_Value()
Dftpfr.c27 ft_pfr_check( FT_Face face ) in ft_pfr_check()
42 FT_Get_PFR_Metrics( FT_Face face, in FT_Get_PFR_Metrics()
99 FT_Get_PFR_Kerning( FT_Face face, in FT_Get_PFR_Kerning()
128 FT_Get_PFR_Advance( FT_Face face, in FT_Get_PFR_Advance()
Dftadvanc.c27 _ft_face_scale_advances( FT_Face face, in _ft_face_scale_advances()
67 #define LOAD_ADVANCE_FAST_CHECK( face, flags ) \ argument
75 FT_Get_Advance( FT_Face face, in FT_Get_Advance()
113 FT_Get_Advances( FT_Face face, in FT_Get_Advances()
/external/freetype/src/type1/
Dt1driver.c61 t1_get_glyph_name( T1_Face face, in t1_get_glyph_name()
73 t1_get_name_index( T1_Face face, in t1_get_name_index()
105 t1_get_ps_name( T1_Face face ) in t1_get_ps_name()
146 t1_ps_get_font_info( FT_Face face, in t1_ps_get_font_info()
156 t1_ps_get_font_extra( FT_Face face, in t1_ps_get_font_extra()
166 t1_ps_has_glyph_names( FT_Face face ) in t1_ps_has_glyph_names()
175 t1_ps_get_font_private( FT_Face face, in t1_ps_get_font_private()
185 t1_ps_get_font_value( FT_Face face, in t1_ps_get_font_value()
729 T1_Face face = (T1_Face)t1face; in Get_Kerning() local
Dt1load.c104 t1_allocate_blend( T1_Face face, in t1_allocate_blend()
192 T1_Get_Multi_Master( T1_Face face, in T1_Get_Multi_Master()
302 T1_Get_MM_Var( T1_Face face, in T1_Get_MM_Var()
367 t1_set_mm_blend( T1_Face face, in t1_set_mm_blend()
421 T1_Set_MM_Blend( T1_Face face, in T1_Set_MM_Blend()
442 T1_Get_MM_Blend( T1_Face face, in T1_Get_MM_Blend()
477 T1_Set_MM_Design( T1_Face face, in T1_Set_MM_Design()
564 T1_Reset_MM_Blend( T1_Face face, in T1_Reset_MM_Blend()
579 T1_Set_Var_Design( T1_Face face, in T1_Set_Var_Design()
598 T1_Get_Var_Design( T1_Face face, in T1_Get_Var_Design()
[all …]
/external/mesa3d/src/mesa/main/
Dstencil.c191 const GLint face = ctx->Stencil.ActiveFace; in stencil_func() local
275 const GLint face = ctx->Stencil.ActiveFace; in _mesa_StencilMask() local
331 const GLint face = ctx->Stencil.ActiveFace; in stencil_op() local
413 _mesa_ActiveStencilFaceEXT(GLenum face) in _mesa_ActiveStencilFaceEXT()
435 stencil_op_separate(struct gl_context *ctx, GLenum face, GLenum sfail, in stencil_op_separate()
475 _mesa_StencilOpSeparate_no_error(GLenum face, GLenum sfail, GLenum zfail, in _mesa_StencilOpSeparate_no_error()
484 _mesa_StencilOpSeparate(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass) in _mesa_StencilOpSeparate()
516 stencil_func_separate(struct gl_context *ctx, GLenum face, GLenum func, in stencil_func_separate()
544 _mesa_StencilFuncSeparate_no_error(GLenum face, GLenum func, GLint ref, in _mesa_StencilFuncSeparate_no_error()
553 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in _mesa_StencilFuncSeparate()
[all …]
/external/freetype/src/cff/
Dcffdrivr.c117 TT_Face face = (TT_Face)ttface; in cff_get_kerning() local
203 cff_get_advances( FT_Face face, in cff_get_advances()
317 cff_get_glyph_name( CFF_Face face, in cff_get_glyph_name()
384 cff_get_name_index( CFF_Face face, in cff_get_name_index()
461 cff_ps_has_glyph_names( FT_Face face ) in cff_ps_has_glyph_names()
468 cff_ps_get_font_info( CFF_Face face, in cff_ps_get_font_info()
512 cff_ps_get_font_extra( CFF_Face face, in cff_ps_get_font_extra()
608 cff_get_ps_name( CFF_Face face ) in cff_get_ps_name()
660 FT_Face face = FT_CMAP_FACE( cmap ); in cff_get_cmap_info() local
696 cff_get_ros( CFF_Face face, in cff_get_ros()
[all …]
/external/freetype/src/cid/
Dcidriver.c53 cid_get_postscript_name( CID_Face face ) in cid_get_postscript_name()
77 cid_ps_get_font_info( FT_Face face, in cid_ps_get_font_info()
86 cid_ps_get_font_extra( FT_Face face, in cid_ps_get_font_extra()
112 cid_get_ros( CID_Face face, in cid_get_ros()
134 cid_get_is_cid( CID_Face face, in cid_get_is_cid()
149 cid_get_cid_from_glyph_index( CID_Face face, in cid_get_cid_from_glyph_index()
/external/freetype/src/truetype/
Dttpload.c64 tt_face_load_loca( TT_Face face, in tt_face_load_loca()
197 tt_face_get_location( TT_Face face, in tt_face_get_location()
291 tt_face_done_loca( TT_Face face ) in tt_face_done_loca()
322 tt_face_load_cvt( TT_Face face, in tt_face_load_cvt()
405 tt_face_load_fpgm( TT_Face face, in tt_face_load_fpgm()
469 tt_face_load_prep( TT_Face face, in tt_face_load_prep()
532 tt_face_load_hdmx( TT_Face face, in tt_face_load_hdmx()
612 tt_face_free_hdmx( TT_Face face ) in tt_face_free_hdmx()
629 tt_face_get_device_metrics( TT_Face face, in tt_face_get_device_metrics()
Dttobjs.c247 tt_get_sfnt_checksum( TT_Face face, in tt_get_sfnt_checksum()
278 tt_check_trickyness_sfnt_ids( TT_Face face ) in tt_check_trickyness_sfnt_ids()
506 tt_check_trickyness( FT_Face face ) in tt_check_trickyness()
532 TT_Face face = (TT_Face)ttface; in tt_check_single_notdef() local
615 TT_Face face = (TT_Face)ttface; in tt_face_init() local
771 TT_Face face = (TT_Face)ttface; in tt_face_done() local
843 TT_Face face = (TT_Face)size->root.face; in tt_size_run_fpgm() local
937 TT_Face face = (TT_Face)size->root.face; in tt_size_run_prep() local
1012 TT_Face face = (TT_Face)ftsize->face; in tt_size_done_bytecode() local
1055 TT_Face face = (TT_Face)ftsize->face; in tt_size_init_bytecode() local
[all …]
/external/freetype/src/sfnt/
Dttload.c58 tt_face_lookup_table( TT_Face face, in tt_face_lookup_table()
132 tt_face_goto_table( TT_Face face, in tt_face_goto_table()
344 tt_face_load_font_dir( TT_Face face, in tt_face_load_font_dir()
554 tt_face_load_any( TT_Face face, in tt_face_load_any()
622 tt_face_load_generic_header( TT_Face face, in tt_face_load_generic_header()
676 tt_face_load_head( TT_Face face, in tt_face_load_head()
686 tt_face_load_bhed( TT_Face face, in tt_face_load_bhed()
714 tt_face_load_maxp( TT_Face face, in tt_face_load_maxp()
824 tt_face_load_name( TT_Face face, in tt_face_load_name()
1017 tt_face_free_name( TT_Face face ) in tt_face_free_name()
[all …]
/external/harfbuzz_ng/test/api/
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
/external/swiftshader/src/D3D8/
DDirect3DCubeTexture8.cpp32 for(unsigned int face = 0; face < 6; face++) in Direct3DCubeTexture8() local
57 for(unsigned int face = 0; face < 6; face++) in ~Direct3DCubeTexture8() local
181 long Direct3DCubeTexture8::AddDirtyRect(D3DCUBEMAP_FACES face, const RECT *dirtyRect) in AddDirtyRect()
190 …long Direct3DCubeTexture8::GetCubeMapSurface(D3DCUBEMAP_FACES face, unsigned int level , IDirect3D… in GetCubeMapSurface()
221 …long Direct3DCubeTexture8::LockRect(D3DCUBEMAP_FACES face, unsigned int level, D3DLOCKED_RECT *loc… in LockRect()
235 long Direct3DCubeTexture8::UnlockRect(D3DCUBEMAP_FACES face, unsigned int level) in UnlockRect()
247 …Direct3DSurface8 *Direct3DCubeTexture8::getInternalCubeMapSurface(D3DCUBEMAP_FACES face, unsigned … in getInternalCubeMapSurface()
/external/freetype/src/psaux/
Dt1cmap.c38 T1_Face face = (T1_Face)FT_CMAP_FACE( cmap ); in t1_cmap_std_init() local
194 T1_Face face = (T1_Face)FT_CMAP_FACE( cmap ); in t1_cmap_custom_init() local
290 psaux_get_glyph_name( T1_Face face, in psaux_get_glyph_name()
301 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_init() local
320 FT_Face face = FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_done() local
333 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_char_index() local
345 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_char_next() local

12345678910>>...17