/external/pdfium/core/fxge/ |
D | fx_freetype.h | 44 #define FXFT_Select_Charmap(face, encoding) \ argument 46 #define FXFT_Get_Name_Index(face, name) \ argument 48 #define FXFT_Get_Glyph_Outline(face) &((face)->glyph->outline) argument 49 #define FXFT_Render_Glyph(face, mode) \ argument 52 #define FXFT_Has_Glyph_Names(face) \ argument 54 #define FXFT_Clear_Face_External_Stream(face) \ argument 56 #define FXFT_Get_Face_External_Stream(face) \ argument 58 #define FXFT_Is_Face_TT_OT(face) (((face)->face_flags) & FT_FACE_FLAG_SFNT) argument 59 #define FXFT_Is_Face_Tricky(face) (((face)->face_flags) & FT_FACE_FLAG_TRICKY) argument 60 #define FXFT_Is_Face_fixedwidth(face) \ argument [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-color.cc | 72 hb_ot_color_has_palettes (hb_face_t *face) in hb_ot_color_has_palettes() 88 hb_ot_color_palette_get_count (hb_face_t *face) in hb_ot_color_palette_get_count() 110 hb_ot_color_palette_get_name_id (hb_face_t *face, in hb_ot_color_palette_get_name_id() 132 hb_ot_color_palette_color_get_name_id (hb_face_t *face, in hb_ot_color_palette_color_get_name_id() 150 hb_ot_color_palette_get_flags (hb_face_t *face, in hb_ot_color_palette_get_flags() 178 hb_ot_color_palette_get_colors (hb_face_t *face, in hb_ot_color_palette_get_colors() 203 hb_ot_color_has_layers (hb_face_t *face) in hb_ot_color_has_layers() 225 hb_ot_color_glyph_get_layers (hb_face_t *face, in hb_ot_color_glyph_get_layers() 250 hb_ot_color_has_svg (hb_face_t *face) in hb_ot_color_has_svg() 267 hb_ot_color_glyph_reference_svg (hb_face_t *face, hb_codepoint_t glyph) in hb_ot_color_glyph_reference_svg() [all …]
|
D | hb-ot-var.cc | 64 hb_ot_var_has_data (hb_face_t *face) in hb_ot_var_has_data() 75 hb_ot_var_get_axis_count (hb_face_t *face) in hb_ot_var_get_axis_count() 88 hb_ot_var_get_axes (hb_face_t *face, in hb_ot_var_get_axes() 103 hb_ot_var_find_axis (hb_face_t *face, in hb_ot_var_find_axis() 118 hb_ot_var_get_axis_infos (hb_face_t *face, in hb_ot_var_get_axis_infos() 132 hb_ot_var_find_axis_info (hb_face_t *face, in hb_ot_var_find_axis_info() 145 hb_ot_var_get_named_instance_count (hb_face_t *face) in hb_ot_var_get_named_instance_count() 151 hb_ot_var_named_instance_get_subfamily_name_id (hb_face_t *face, in hb_ot_var_named_instance_get_subfamily_name_id() 158 hb_ot_var_named_instance_get_postscript_name_id (hb_face_t *face, in hb_ot_var_named_instance_get_postscript_name_id() 165 hb_ot_var_named_instance_get_design_coords (hb_face_t *face, in hb_ot_var_named_instance_get_design_coords() [all …]
|
D | hb-face.cc | 114 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() 387 hb_face_reference_blob (hb_face_t *face) in hb_face_reference_blob() [all …]
|
D | hb-ot-layout.cc | 85 hb_ot_layout_has_kerning (hb_face_t *face) in hb_ot_layout_has_kerning() 101 hb_ot_layout_has_machine_kerning (hb_face_t *face) in hb_ot_layout_has_machine_kerning() 121 hb_ot_layout_has_cross_kerning (hb_face_t *face) in hb_ot_layout_has_cross_kerning() 277 hb_ot_layout_has_glyph_classes (hb_face_t *face) in hb_ot_layout_has_glyph_classes() 295 hb_ot_layout_get_glyph_class (hb_face_t *face, in hb_ot_layout_get_glyph_class() 314 hb_ot_layout_get_glyphs_in_class (hb_face_t *face, in hb_ot_layout_get_glyphs_in_class() 339 hb_ot_layout_get_attach_points (hb_face_t *face, in hb_ot_layout_get_attach_points() 437 get_gsubgpos_table (hb_face_t *face, in get_gsubgpos_table() 462 hb_ot_layout_table_get_script_tags (hb_face_t *face, in hb_ot_layout_table_get_script_tags() 489 hb_ot_layout_table_find_script (hb_face_t *face, in hb_ot_layout_table_find_script() [all …]
|
/external/freetype/src/cff/ |
D | cffdrivr.c | 117 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/base/ |
D | ftmm.c | 39 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_MM_WeightVector( FT_Face face, in FT_Set_MM_WeightVector() 238 FT_Get_MM_WeightVector( FT_Face face, in FT_Get_MM_WeightVector() 266 FT_Set_Var_Design_Coordinates( FT_Face face, in FT_Set_Var_Design_Coordinates() 314 FT_Get_Var_Design_Coordinates( FT_Face face, in FT_Get_Var_Design_Coordinates() 342 FT_Set_MM_Blend_Coordinates( FT_Face face, in FT_Set_MM_Blend_Coordinates() [all …]
|
D | ftcolor.c | 35 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()
|
D | ftsnames.c | 36 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()
|
D | ftgxval.c | 38 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()
|
D | fttype1.c | 29 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()
|
D | ftpfr.c | 27 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()
|
D | ftadvanc.c | 27 _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/type42/ |
D | t42drivr.c | 60 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/type1/ |
D | t1driver.c | 61 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() 148 t1_ps_get_font_info( FT_Face face, in t1_ps_get_font_info() 158 t1_ps_get_font_extra( FT_Face face, in t1_ps_get_font_extra() 168 t1_ps_has_glyph_names( FT_Face face ) in t1_ps_has_glyph_names() 177 t1_ps_get_font_private( FT_Face face, in t1_ps_get_font_private() 187 t1_ps_get_font_value( FT_Face face, in t1_ps_get_font_value() 731 T1_Face face = (T1_Face)t1face; in Get_Kerning() local
|
D | t1load.c | 104 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() 428 T1_Set_MM_Blend( T1_Face face, in T1_Set_MM_Blend() 449 T1_Get_MM_Blend( T1_Face face, in T1_Get_MM_Blend() 484 T1_Set_MM_WeightVector( T1_Face face, in T1_Set_MM_WeightVector() 524 T1_Get_MM_WeightVector( T1_Face face, in T1_Get_MM_WeightVector() 553 T1_Set_MM_Design( T1_Face face, in T1_Set_MM_Design() 640 T1_Reset_MM_Blend( T1_Face face, in T1_Reset_MM_Blend() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | stencil.c | 191 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/cid/ |
D | cidriver.c | 53 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/ |
D | ttpload.c | 64 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()
|
/external/freetype/src/sfnt/ |
D | ttload.c | 58 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/ |
D | test-ot-extents-cff.c | 35 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
|
D | test-ot-metrics-tt-var.c | 35 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
|
D | test-collect-unicodes.c | 33 hb_face_t *face = hb_test_open_font_file ("fonts/Roboto-Regular.abc.format4.ttf"); in test_collect_unicodes_format4() local 55 hb_face_t *face = hb_test_open_font_file ("fonts/cmunrm.otf"); in test_collect_unicodes_format12_notdef() local 76 hb_face_t *face = hb_test_open_font_file ("fonts/Roboto-Regular.abc.format12.ttf"); in test_collect_unicodes_format12() local 98 hb_face_t *face = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf"); in test_collect_unicodes() local
|
/external/swiftshader/src/D3D8/ |
D | Direct3DCubeTexture8.cpp | 32 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/ |
D | t1cmap.c | 38 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 323 FT_Face face = FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_done() local 336 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_char_index() local 348 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_char_next() local
|