Home
last modified time | relevance | path

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

12345678910>>...23

/external/pdfium/core/include/fxge/
Dfx_freetype.h53 #define FXFT_Open_Face(library, args, index, face) \ argument
55 #define FXFT_Done_Face(face) FT_Done_Face((FT_Face)(face)) argument
58 #define FXFT_New_Memory_Face(library, base, size, index, face) \ argument
60 #define FXFT_New_Face(library, filename, index, face) \ argument
62 #define FXFT_Get_Face_FreeType(face) ((FT_Face)face)->driver->root.library argument
63 #define FXFT_Select_Charmap(face, encoding) FT_Select_Charmap((FT_Face)face, (FT_Encoding)encoding) argument
64 #define FXFT_Set_Charmap(face, charmap) FT_Set_Charmap((FT_Face)face, (FT_CharMap)charmap) argument
65 #define FXFT_Load_Glyph(face, glyph_index, flags) FT_Load_Glyph((FT_Face)face, glyph_index, flags) argument
66 #define FXFT_Get_Char_Index(face, code) FT_Get_Char_Index((FT_Face)face, code) argument
67 #define FXFT_Get_Glyph_Name(face, index, buffer, size) FT_Get_Glyph_Name((FT_Face)face, index, buff… argument
[all …]
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-face.cc87 hb_face_t *face; in hb_face_create_for_tables() local
166 hb_face_t *face; in hb_face_create() local
212 hb_face_reference (hb_face_t *face) in hb_face_reference()
226 hb_face_destroy (hb_face_t *face) in hb_face_destroy()
263 hb_face_set_user_data (hb_face_t *face, in hb_face_set_user_data()
284 hb_face_get_user_data (hb_face_t *face, in hb_face_get_user_data()
299 hb_face_make_immutable (hb_face_t *face) in hb_face_make_immutable()
318 hb_face_is_immutable (hb_face_t *face) in hb_face_is_immutable()
336 hb_face_reference_table (hb_face_t *face, in hb_face_reference_table()
353 hb_face_reference_blob (hb_face_t *face) in hb_face_reference_blob()
[all …]
Dhb-ot-layout.cc44 HB_SHAPER_DATA_ENSURE_DECLARE(ot, face) in HB_SHAPER_DATA_ENSURE_DECLARE() argument
102 _get_gdef (hb_face_t *face) in _get_gdef()
108 _get_gsub (hb_face_t *face) in _get_gsub()
114 _get_gpos (hb_face_t *face) in _get_gpos()
126 hb_ot_layout_has_glyph_classes (hb_face_t *face) in hb_ot_layout_has_glyph_classes()
132 hb_ot_layout_get_glyph_class (hb_face_t *face, in hb_ot_layout_get_glyph_class()
139 hb_ot_layout_get_glyphs_in_class (hb_face_t *face, in hb_ot_layout_get_glyphs_in_class()
147 hb_ot_layout_get_attach_points (hb_face_t *face, in hb_ot_layout_get_attach_points()
173 get_gsubgpos_table (hb_face_t *face, in get_gsubgpos_table()
185 hb_ot_layout_table_get_script_tags (hb_face_t *face, in hb_ot_layout_table_get_script_tags()
[all …]
/external/harfbuzz_ng/src/
Dhb-face.cc87 hb_face_t *face; in hb_face_create_for_tables() local
166 hb_face_t *face; in hb_face_create() local
212 hb_face_reference (hb_face_t *face) in hb_face_reference()
226 hb_face_destroy (hb_face_t *face) in hb_face_destroy()
263 hb_face_set_user_data (hb_face_t *face, in hb_face_set_user_data()
284 hb_face_get_user_data (hb_face_t *face, in hb_face_get_user_data()
299 hb_face_make_immutable (hb_face_t *face) in hb_face_make_immutable()
318 hb_face_is_immutable (hb_face_t *face) in hb_face_is_immutable()
336 hb_face_reference_table (hb_face_t *face, in hb_face_reference_table()
353 hb_face_reference_blob (hb_face_t *face) in hb_face_reference_blob()
[all …]
Dhb-ot-layout.cc44 HB_SHAPER_DATA_ENSURE_DECLARE(ot, face) in HB_SHAPER_DATA_ENSURE_DECLARE() argument
102 _get_gdef (hb_face_t *face) in _get_gdef()
108 _get_gsub (hb_face_t *face) in _get_gsub()
114 _get_gpos (hb_face_t *face) in _get_gpos()
126 hb_ot_layout_has_glyph_classes (hb_face_t *face) in hb_ot_layout_has_glyph_classes()
132 hb_ot_layout_get_glyph_class (hb_face_t *face, in hb_ot_layout_get_glyph_class()
139 hb_ot_layout_get_glyphs_in_class (hb_face_t *face, in hb_ot_layout_get_glyphs_in_class()
147 hb_ot_layout_get_attach_points (hb_face_t *face, in hb_ot_layout_get_attach_points()
173 get_gsubgpos_table (hb_face_t *face, in get_gsubgpos_table()
185 hb_ot_layout_table_get_script_tags (hb_face_t *face, in hb_ot_layout_table_get_script_tags()
[all …]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
Dt1driver.c57 t1_get_glyph_name( T1_Face face, in t1_get_glyph_name()
69 t1_get_name_index( T1_Face face, in t1_get_name_index()
101 t1_get_ps_name( T1_Face face ) in t1_get_ps_name()
136 t1_ps_get_font_info( FT_Face face, in t1_ps_get_font_info()
146 t1_ps_get_font_extra( FT_Face face, in t1_ps_get_font_extra()
156 t1_ps_has_glyph_names( FT_Face face ) in t1_ps_has_glyph_names()
165 t1_ps_get_font_private( FT_Face face, in t1_ps_get_font_private()
175 t1_ps_get_font_value( FT_Face face, in t1_ps_get_font_value()
660 T1_Face face = (T1_Face)t1face; in Get_Kerning() local
/external/chromium_org/third_party/freetype/src/base/
Dftmm.c38 ft_face_get_mm_service( FT_Face face, in ft_face_get_mm_service()
68 FT_Get_Multi_Master( FT_Face face, in FT_Get_Multi_Master()
90 FT_Get_MM_Var( FT_Face face, in FT_Get_MM_Var()
112 FT_Set_MM_Design_Coordinates( FT_Face face, in FT_Set_MM_Design_Coordinates()
135 FT_Set_Var_Design_Coordinates( FT_Face face, in FT_Set_Var_Design_Coordinates()
158 FT_Set_MM_Blend_Coordinates( FT_Face face, in FT_Set_MM_Blend_Coordinates()
184 FT_Set_Var_Blend_Coordinates( FT_Face face, in FT_Set_Var_Blend_Coordinates()
Dfttype1.c28 FT_Get_PS_Font_Info( FT_Face face, in FT_Get_PS_Font_Info()
52 FT_Has_PS_Glyph_Names( FT_Face face ) in FT_Has_PS_Glyph_Names()
73 FT_Get_PS_Font_Private( FT_Face face, in FT_Get_PS_Font_Private()
95 FT_Get_PS_Font_Value( FT_Face face, in FT_Get_PS_Font_Value()
/external/freetype/src/base/
Dftmm.c38 ft_face_get_mm_service( FT_Face face, in ft_face_get_mm_service()
68 FT_Get_Multi_Master( FT_Face face, in FT_Get_Multi_Master()
90 FT_Get_MM_Var( FT_Face face, in FT_Get_MM_Var()
112 FT_Set_MM_Design_Coordinates( FT_Face face, in FT_Set_MM_Design_Coordinates()
135 FT_Set_Var_Design_Coordinates( FT_Face face, in FT_Set_Var_Design_Coordinates()
158 FT_Set_MM_Blend_Coordinates( FT_Face face, in FT_Set_MM_Blend_Coordinates()
184 FT_Set_Var_Blend_Coordinates( FT_Face face, in FT_Set_Var_Blend_Coordinates()
Dfttype1.c28 FT_Get_PS_Font_Info( FT_Face face, in FT_Get_PS_Font_Info()
52 FT_Has_PS_Glyph_Names( FT_Face face ) in FT_Has_PS_Glyph_Names()
73 FT_Get_PS_Font_Private( FT_Face face, in FT_Get_PS_Font_Private()
95 FT_Get_PS_Font_Value( FT_Face face, in FT_Get_PS_Font_Value()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Dfxft_ftmm.c38 ft_face_get_mm_service( FT_Face face, in ft_face_get_mm_service()
68 FT_Get_Multi_Master( FT_Face face, in FT_Get_Multi_Master()
90 FT_Get_MM_Var( FT_Face face, in FT_Get_MM_Var()
112 FT_Set_MM_Design_Coordinates( FT_Face face, in FT_Set_MM_Design_Coordinates()
135 FT_Set_Var_Design_Coordinates( FT_Face face, in FT_Set_Var_Design_Coordinates()
158 FT_Set_MM_Blend_Coordinates( FT_Face face, in FT_Set_MM_Blend_Coordinates()
184 FT_Set_Var_Blend_Coordinates( FT_Face face, in FT_Set_Var_Blend_Coordinates()
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.c28 FT_Get_PS_Font_Info( FT_Face face, in FT_Get_PS_Font_Info()
52 FT_Has_PS_Glyph_Names( FT_Face face ) in FT_Has_PS_Glyph_Names()
73 FT_Get_PS_Font_Private( FT_Face face, in FT_Get_PS_Font_Private()
97 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()
125 FT_Get_PFR_Advance( FT_Face face, in FT_Get_PFR_Advance()
/external/mesa3d/src/mesa/main/
Dstencil.c198 const GLint face = ctx->Stencil.ActiveFace; in _mesa_StencilFunc() local
266 const GLint face = ctx->Stencil.ActiveFace; in _mesa_StencilMask() local
323 const GLint face = ctx->Stencil.ActiveFace; in _mesa_StencilOp() local
388 _mesa_ActiveStencilFaceEXT(GLenum face) in _mesa_ActiveStencilFaceEXT()
420 _mesa_StencilOpSeparate(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass) in _mesa_StencilOpSeparate()
478 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in _mesa_StencilFuncSeparate()
520 _mesa_StencilMaskSeparate(GLenum face, GLuint mask) in _mesa_StencilMaskSeparate()
553 const GLint face = ctx->Stencil._BackFace; in _mesa_update_stencil() local
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dstencil.c198 const GLint face = ctx->Stencil.ActiveFace; in _mesa_StencilFunc() local
266 const GLint face = ctx->Stencil.ActiveFace; in _mesa_StencilMask() local
323 const GLint face = ctx->Stencil.ActiveFace; in _mesa_StencilOp() local
388 _mesa_ActiveStencilFaceEXT(GLenum face) in _mesa_ActiveStencilFaceEXT()
420 _mesa_StencilOpSeparate(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass) in _mesa_StencilOpSeparate()
478 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in _mesa_StencilFuncSeparate()
520 _mesa_StencilMaskSeparate(GLenum face, GLuint mask) in _mesa_StencilMaskSeparate()
553 const GLint face = ctx->Stencil._BackFace; in _mesa_update_stencil() local
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
Dttpload.c62 tt_face_load_loca( TT_Face face, in tt_face_load_loca()
174 tt_face_get_location( TT_Face face, in tt_face_get_location()
253 tt_face_done_loca( TT_Face face ) in tt_face_done_loca()
282 tt_face_load_cvt( TT_Face face, in tt_face_load_cvt()
363 tt_face_load_fpgm( TT_Face face, in tt_face_load_fpgm()
425 tt_face_load_prep( TT_Face face, in tt_face_load_prep()
486 tt_face_load_hdmx( TT_Face face, in tt_face_load_hdmx()
561 tt_face_free_hdmx( TT_Face face ) in tt_face_free_hdmx()
578 tt_face_get_device_metrics( TT_Face face, in tt_face_get_device_metrics()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
Dcidriver.c48 cid_get_postscript_name( CID_Face face ) in cid_get_postscript_name()
72 cid_ps_get_font_info( FT_Face face, in cid_ps_get_font_info()
81 cid_ps_get_font_extra( FT_Face face, in cid_ps_get_font_extra()
104 cid_get_ros( CID_Face face, in cid_get_ros()
126 cid_get_is_cid( CID_Face face, in cid_get_is_cid()
141 cid_get_cid_from_glyph_index( CID_Face face, in cid_get_cid_from_glyph_index()
/external/chromium_org/third_party/freetype/src/sfnt/
Dttload.c56 tt_face_lookup_table( TT_Face face, in tt_face_lookup_table()
126 tt_face_goto_table( TT_Face face, in tt_face_goto_table()
319 tt_face_load_font_dir( TT_Face face, in tt_face_load_font_dir()
467 tt_face_load_any( TT_Face face, in tt_face_load_any()
533 tt_face_load_generic_header( TT_Face face, in tt_face_load_generic_header()
587 tt_face_load_head( TT_Face face, in tt_face_load_head()
597 tt_face_load_bhed( TT_Face face, in tt_face_load_bhed()
623 tt_face_load_maxp( TT_Face face, in tt_face_load_maxp()
740 tt_face_load_name( TT_Face face, in tt_face_load_name()
870 tt_face_free_name( TT_Face face ) in tt_face_free_name()
[all …]
/external/chromium_org/third_party/freetype/src/truetype/
Dttpload.c62 tt_face_load_loca( TT_Face face, in tt_face_load_loca()
173 tt_face_get_location( TT_Face face, in tt_face_get_location()
251 tt_face_done_loca( TT_Face face ) in tt_face_done_loca()
280 tt_face_load_cvt( TT_Face face, in tt_face_load_cvt()
361 tt_face_load_fpgm( TT_Face face, in tt_face_load_fpgm()
423 tt_face_load_prep( TT_Face face, in tt_face_load_prep()
484 tt_face_load_hdmx( TT_Face face, in tt_face_load_hdmx()
559 tt_face_free_hdmx( TT_Face face ) in tt_face_free_hdmx()
576 tt_face_get_device_metrics( TT_Face face, in tt_face_get_device_metrics()
/external/freetype/src/truetype/
Dttpload.c62 tt_face_load_loca( TT_Face face, in tt_face_load_loca()
173 tt_face_get_location( TT_Face face, in tt_face_get_location()
251 tt_face_done_loca( TT_Face face ) in tt_face_done_loca()
280 tt_face_load_cvt( TT_Face face, in tt_face_load_cvt()
361 tt_face_load_fpgm( TT_Face face, in tt_face_load_fpgm()
423 tt_face_load_prep( TT_Face face, in tt_face_load_prep()
484 tt_face_load_hdmx( TT_Face face, in tt_face_load_hdmx()
559 tt_face_free_hdmx( TT_Face face ) in tt_face_free_hdmx()
576 tt_face_get_device_metrics( TT_Face face, in tt_face_get_device_metrics()
/external/freetype/src/sfnt/
Dttload.c56 tt_face_lookup_table( TT_Face face, in tt_face_lookup_table()
126 tt_face_goto_table( TT_Face face, in tt_face_goto_table()
316 tt_face_load_font_dir( TT_Face face, in tt_face_load_font_dir()
464 tt_face_load_any( TT_Face face, in tt_face_load_any()
530 tt_face_load_generic_header( TT_Face face, in tt_face_load_generic_header()
584 tt_face_load_head( TT_Face face, in tt_face_load_head()
594 tt_face_load_bhed( TT_Face face, in tt_face_load_bhed()
620 tt_face_load_maxp( TT_Face face, in tt_face_load_maxp()
737 tt_face_load_name( TT_Face face, in tt_face_load_name()
867 tt_face_free_name( TT_Face face ) in tt_face_free_name()
[all …]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
Dttload.c72 tt_face_lookup_table( TT_Face face, in tt_face_lookup_table()
147 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()
490 tt_face_load_any( TT_Face face, in tt_face_load_any()
556 tt_face_load_generic_header( TT_Face face, in tt_face_load_generic_header()
610 tt_face_load_head( TT_Face face, in tt_face_load_head()
620 tt_face_load_bhed( TT_Face face, in tt_face_load_bhed()
646 tt_face_load_maxp( TT_Face face, in tt_face_load_maxp()
763 tt_face_load_name( TT_Face face, in tt_face_load_name()
893 tt_face_free_name( TT_Face face ) in tt_face_free_name()
[all …]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
Dcffdrivr.c111 TT_Face face = (TT_Face)ttface; in cff_get_kerning() local
194 cff_get_advances( FT_Face face, in cff_get_advances()
228 cff_get_glyph_name( CFF_Face face, in cff_get_glyph_name()
266 cff_get_name_index( CFF_Face face, in cff_get_name_index()
317 cff_ps_has_glyph_names( FT_Face face ) in cff_ps_has_glyph_names()
324 cff_ps_get_font_info( CFF_Face face, in cff_ps_get_font_info()
383 cff_get_ps_name( CFF_Face face ) in cff_get_ps_name()
415 FT_Face face = FT_CMAP_FACE( cmap ); in cff_get_cmap_info() local
450 cff_get_ros( CFF_Face face, in cff_get_ros()
507 cff_get_is_cid( CFF_Face face, in cff_get_is_cid()
[all …]
/external/chromium_org/third_party/freetype/src/cff/
Dcffdrivr.c110 TT_Face face = (TT_Face)ttface; in cff_get_kerning() local
193 cff_get_advances( FT_Face face, in cff_get_advances()
227 cff_get_glyph_name( CFF_Face face, in cff_get_glyph_name()
265 cff_get_name_index( CFF_Face face, in cff_get_name_index()
316 cff_ps_has_glyph_names( FT_Face face ) in cff_ps_has_glyph_names()
323 cff_ps_get_font_info( CFF_Face face, in cff_ps_get_font_info()
382 cff_get_ps_name( CFF_Face face ) in cff_get_ps_name()
414 FT_Face face = FT_CMAP_FACE( cmap ); in cff_get_cmap_info() local
449 cff_get_ros( CFF_Face face, in cff_get_ros()
506 cff_get_is_cid( CFF_Face face, in cff_get_is_cid()
[all …]

12345678910>>...23