Searched refs:face (Results 1 - 25 of 475) sorted by relevance

1234567891011>>

/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttpload.c52 * face ::
53 * A handle to the target face object.
63 tt_face_load_loca( TT_Face face, argument
72 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len );
78 face->glyf_len = 0;
79 face->glyf_offset = 0;
86 if ( face->root.internal->incremental_interface )
87 face
196 tt_face_get_location(TT_Face face,FT_UInt gindex,FT_UInt * asize) argument
290 tt_face_done_loca(TT_Face face) argument
321 tt_face_load_cvt(TT_Face face,FT_Stream stream) argument
404 tt_face_load_fpgm(TT_Face face,FT_Stream stream) argument
468 tt_face_load_prep(TT_Face face,FT_Stream stream) argument
531 tt_face_load_hdmx(TT_Face face,FT_Stream stream) argument
611 tt_face_free_hdmx(TT_Face face) argument
628 tt_face_get_device_metrics(TT_Face face,FT_UInt ppem,FT_UInt gindex) argument
[all...]
H A Dttpload.h30 tt_face_load_loca( TT_Face face,
34 tt_face_get_location( TT_Face face,
39 tt_face_done_loca( TT_Face face );
42 tt_face_load_cvt( TT_Face face,
46 tt_face_load_fpgm( TT_Face face,
51 tt_face_load_prep( TT_Face face,
56 tt_face_load_hdmx( TT_Face face,
61 tt_face_free_hdmx( TT_Face face );
65 tt_face_get_device_metrics( TT_Face face,
/xsrc/external/mit/freetype/dist/src/base/
H A Dftfntfmt.c27 FT_Get_Font_Format( FT_Face face ) argument
32 if ( face )
33 FT_FACE_FIND_SERVICE( face, result, FONT_FORMAT );
42 FT_Get_X11_Font_Format( FT_Face face ) argument
47 if ( face )
48 FT_FACE_FIND_SERVICE( face, result, FONT_FORMAT );
H A Dftmm.c38 ft_face_get_mm_service( FT_Face face, argument
46 if ( !face )
51 if ( FT_HAS_MULTIPLE_MASTERS( face ) )
53 FT_FACE_LOOKUP_SERVICE( face,
66 ft_face_get_mvar_service( FT_Face face, argument
74 if ( !face )
79 if ( FT_HAS_MULTIPLE_MASTERS( face ) )
81 FT_FACE_LOOKUP_SERVICE( face,
96 FT_Get_Multi_Master( FT_Face face, argument
103 /* check of `face' delaye
123 FT_Get_MM_Var(FT_Face face,FT_MM_Var ** amaster) argument
169 FT_Set_MM_Design_Coordinates(FT_Face face,FT_UInt num_coords,FT_Long * coords) argument
204 FT_Set_MM_WeightVector(FT_Face face,FT_UInt len,FT_Fixed * weightvector) argument
237 FT_Get_MM_WeightVector(FT_Face face,FT_UInt * len,FT_Fixed * weightvector) argument
265 FT_Set_Var_Design_Coordinates(FT_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
313 FT_Get_Var_Design_Coordinates(FT_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
341 FT_Set_MM_Blend_Coordinates(FT_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
392 FT_Set_Var_Blend_Coordinates(FT_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
440 FT_Get_MM_Blend_Coordinates(FT_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
471 FT_Get_Var_Blend_Coordinates(FT_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
523 FT_Set_Named_Instance(FT_Face face,FT_UInt instance_index) argument
[all...]
H A Dftgxval.c37 FT_TrueTypeGX_Validate( FT_Face face, argument
46 if ( !face )
58 FT_FACE_FIND_GLOBAL_SERVICE( face, service, GX_VALIDATE );
61 error = service->validate( face,
74 FT_TrueTypeGX_Free( FT_Face face, argument
80 if ( !face )
83 memory = FT_FACE_MEMORY( face );
90 FT_ClassicKern_Validate( FT_Face face, argument
98 if ( !face )
110 FT_FACE_FIND_GLOBAL_SERVICE( face, servic
125 FT_ClassicKern_Free(FT_Face face,FT_Bytes table) argument
[all...]
H A Dftcolor.c34 FT_Palette_Data_Get( FT_Face face, argument
37 if ( !face )
42 if ( FT_IS_SFNT( face ) )
43 *apalette_data = ( (TT_Face)face )->palette_data;
54 FT_Palette_Select( FT_Face face, argument
64 if ( !face )
67 if ( !FT_IS_SFNT( face ) )
75 ttface = (TT_Face)face;
94 FT_Palette_Set_Foreground_Color( FT_Face face, argument
100 if ( !face )
117 FT_Palette_Data_Get(FT_Face face,FT_Palette_Data * apalette_data) argument
129 FT_Palette_Select(FT_Face face,FT_UShort palette_index,FT_Color ** apalette) argument
143 FT_Palette_Set_Foreground_Color(FT_Face face,FT_Color foreground_color) argument
[all...]
H A Dfttype1.c28 FT_Get_PS_Font_Info( FT_Face face, argument
35 if ( !face )
41 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
44 error = service->ps_get_font_info( face, afont_info );
55 FT_Has_PS_Glyph_Names( FT_Face face ) argument
61 if ( face )
63 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
66 result = service->ps_has_glyph_names( face );
76 FT_Get_PS_Font_Private( FT_Face face, argument
83 if ( !face )
103 FT_Get_PS_Font_Value(FT_Face face,PS_Dict_Keys key,FT_UInt idx,void * value,FT_Long value_len) argument
[all...]
H A Dftcid.c27 FT_Get_CID_Registry_Ordering_Supplement( FT_Face face, argument
40 if ( face )
45 FT_FACE_FIND_SERVICE( face, service, CID );
48 error = service->get_ros( face, &r, &o, &s );
65 FT_Get_CID_Is_Internally_CID_Keyed( FT_Face face, argument
72 if ( face )
77 FT_FACE_FIND_SERVICE( face, service, CID );
80 error = service->get_is_cid( face, &ic);
91 FT_Get_CID_From_Glyph_Index( FT_Face face, argument
99 if ( face )
[all...]
H A Dftpfr.c26 ft_pfr_check( FT_Face face ) argument
31 if ( face )
32 FT_FACE_LOOKUP_SERVICE( face, service, PFR_METRICS );
41 FT_Get_PFR_Metrics( FT_Face face, argument
51 if ( !face )
54 service = ft_pfr_check( face );
57 error = service->get_metrics( face,
70 *aoutline_resolution = face->units_per_EM;
73 *ametrics_resolution = face->units_per_EM;
76 if ( face
98 FT_Get_PFR_Kerning(FT_Face face,FT_UInt left,FT_UInt right,FT_Vector * avector) argument
127 FT_Get_PFR_Advance(FT_Face face,FT_UInt gindex,FT_Pos * aadvance) argument
[all...]
H A Dftfstype.c27 FT_Get_FSType_Flags( FT_Face face ) argument
33 if ( face )
38 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
45 if ( !service->ps_get_font_extra( face, &extra ) &&
53 if ( ( os2 = (TT_OS2*)FT_Get_Sfnt_Table( face, FT_SFNT_OS2 ) ) != NULL &&
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttkern.h32 tt_face_load_kern( TT_Face face,
36 tt_face_done_kern( TT_Face face );
39 tt_face_get_kerning( TT_Face face,
43 #define TT_FACE_HAS_KERNING( face ) ( (face)->kern_avail_bits != 0 )
H A Dttload.h32 tt_face_lookup_table( TT_Face face,
36 tt_face_goto_table( TT_Face face,
43 tt_face_load_font_dir( TT_Face face,
48 tt_face_load_any( TT_Face face,
56 tt_face_load_head( TT_Face face,
61 tt_face_load_cmap( TT_Face face,
66 tt_face_load_maxp( TT_Face face,
71 tt_face_load_name( TT_Face face,
76 tt_face_load_os2( TT_Face face,
81 tt_face_load_post( TT_Face face,
[all...]
H A Dsfobjs.c132 tt_face_get_name( TT_Face face, argument
136 FT_Memory memory = face->root.memory;
155 rec = face->name_table.names;
156 for ( n = 0; n < face->num_names; n++, rec++ )
229 rec = face->name_table.names + found_win;
253 rec = face->name_table.names + found_apple;
258 rec = face->name_table.names + found_unicode;
266 FT_Stream stream = face->name_table.stream;
340 /* Fill in face->ttc_header. If the font is not a TTC, it is */
344 TT_Face face,
343 sfnt_open_font(FT_Stream stream,TT_Face face,FT_Int * face_instance_index,FT_Long * woff2_num_faces) argument
478 sfnt_init_face(FT_Stream stream,TT_Face face,FT_Int face_instance_index,FT_Int num_params,FT_Parameter * params) argument
768 sfnt_load_face(FT_Stream stream,TT_Face face,FT_Int face_instance_index,FT_Int num_params,FT_Parameter * params) argument
1376 sfnt_done_face(TT_Face face) argument
[all...]
H A Dttbdf.h33 tt_face_free_bdf_props( TT_Face face );
37 tt_face_find_bdf_prop( TT_Face face,
H A Dttcolr.h32 tt_face_load_colr( TT_Face face,
36 tt_face_free_colr( TT_Face face );
39 tt_face_get_colr_layer( TT_Face face,
46 tt_face_colr_blend_layer( TT_Face face,
H A Dttcpal.h32 tt_face_load_cpal( TT_Face face,
36 tt_face_free_cpal( TT_Face face );
39 tt_face_palette_set( TT_Face face,
H A Dttsbit.h30 tt_face_load_sbit( TT_Face face,
34 tt_face_free_sbit( TT_Face face );
38 tt_face_set_sbit_strike( TT_Face face,
43 tt_face_load_strike_metrics( TT_Face face,
48 tt_face_load_sbit_image( TT_Face face,
H A Dttmtx.c56 * Load the `hmtx' or `vmtx' table into a face object.
59 * face ::
60 * A handle to the target face object.
72 tt_face_load_hmtx( TT_Face face, argument
85 ptable_offset = &face->vert_metrics_offset;
86 ptable_size = &face->vert_metrics_size;
91 ptable_offset = &face->horz_metrics_offset;
92 ptable_size = &face->horz_metrics_size;
95 error = face->goto_table( face, ta
129 tt_face_load_hhea(TT_Face face,FT_Stream stream,FT_Bool vertical) argument
228 tt_face_get_metrics(TT_Face face,FT_Bool vertical,FT_UInt gindex,FT_Short * abearing,FT_UShort * aadvance) argument
[all...]
H A Dttcpal.c74 tt_face_load_cpal( TT_Face face, argument
78 FT_Memory memory = face->root.memory;
89 error = face->goto_table( face, TTAG_CPAL, stream, &table_size );
108 face->palette_data.num_palette_entries = FT_NEXT_USHORT( p );
109 face->palette_data.num_palettes = FT_NEXT_USHORT( p );
115 face->palette_data.num_palettes * 2U > table_size )
123 if ( face->palette_data.num_palette_entries > cpal->num_colors )
138 face->palette_data.num_palettes * 2U +
142 p += face
244 tt_face_free_cpal(TT_Face face) argument
261 tt_face_palette_set(TT_Face face,FT_UInt palette_index) argument
[all...]
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dftfntfmt.h60 * Return a string describing the format of a given face. Possible values
67 * face ::
68 * Input face handle.
77 FT_Get_Font_Format( FT_Face face );
82 FT_Get_X11_Font_Format( FT_Face face );
/xsrc/external/mit/freetype/dist/src/gxvalid/
H A Dgxvalid.h44 FT_Face face,
50 FT_Face face,
56 FT_Face face,
61 FT_Face face,
66 FT_Face face,
71 FT_Face face,
76 FT_Face face,
81 FT_Face face,
87 FT_Face face,
92 FT_Face face,
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_resource_texture.h100 /** array indexed by cube face or 3D/array slice, one bit per mipmap level */
103 /** array indexed by cube face or 3D/array slice, one bit per mipmap level.
127 unsigned slice; /**< array slice or cube face */
188 /** For debugging, check that face and level are legal */
191 unsigned face, unsigned level)
194 assert(face < 6);
197 assert(face < tex->b.b.depth0);
200 assert(face < tex->b.b.array_size);
208 * Mark the given texture face/level as being defined.
212 unsigned face,unsigne
190 check_face_level(const struct svga_texture * tex,unsigned face,unsigned level) argument
211 svga_define_texture_level(struct svga_texture * tex,unsigned face,unsigned level) argument
221 svga_is_texture_level_defined(const struct svga_texture * tex,unsigned face,unsigned level) argument
230 svga_set_texture_rendered_to(struct svga_texture * tex,unsigned face,unsigned level) argument
240 svga_clear_texture_rendered_to(struct svga_texture * tex,unsigned face,unsigned level) argument
249 svga_was_texture_rendered_to(const struct svga_texture * tex,unsigned face,unsigned level) argument
257 svga_set_texture_dirty(struct svga_texture * tex,unsigned face,unsigned level) argument
274 svga_is_texture_dirty(const struct svga_texture * tex,unsigned face,unsigned level) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_resource_texture.h96 /** array indexed by cube face or 3D/array slice, one bit per mipmap level */
99 /** array indexed by cube face or 3D/array slice, one bit per mipmap level.
123 unsigned slice; /**< array slice or cube face */
184 /** For debugging, check that face and level are legal */
187 unsigned face, unsigned level)
190 assert(face < 6);
193 assert(face < tex->b.depth0);
196 assert(face < tex->b.array_size);
204 * Mark the given texture face/level as being defined.
208 unsigned face,unsigne
186 check_face_level(const struct svga_texture * tex,unsigned face,unsigned level) argument
207 svga_define_texture_level(struct svga_texture * tex,unsigned face,unsigned level) argument
217 svga_is_texture_level_defined(const struct svga_texture * tex,unsigned face,unsigned level) argument
226 svga_set_texture_rendered_to(struct svga_texture * tex,unsigned face,unsigned level) argument
236 svga_clear_texture_rendered_to(struct svga_texture * tex,unsigned face,unsigned level) argument
245 svga_was_texture_rendered_to(const struct svga_texture * tex,unsigned face,unsigned level) argument
253 svga_set_texture_dirty(struct svga_texture * tex,unsigned face,unsigned level) argument
270 svga_is_texture_dirty(const struct svga_texture * tex,unsigned face,unsigned level) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dstencil.h62 _mesa_ActiveStencilFaceEXT(GLenum face);
65 _mesa_StencilOpSeparate_no_error(GLenum face, GLenum fail, GLenum zfail,
69 _mesa_StencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass);
73 _mesa_StencilFuncSeparate_no_error(GLenum face, GLenum func, GLint ref,
77 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask);
84 _mesa_StencilMaskSeparate_no_error(GLenum face, GLuint mask);
87 _mesa_StencilMaskSeparate(GLenum face, GLuint mask);
99 _mesa_get_stencil_ref(struct gl_context const *ctx, int face) argument
102 GLint ref = ctx->Stencil.Ref[face];
116 const int face local in function:_mesa_stencil_is_two_sided
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dstencil.h62 _mesa_ActiveStencilFaceEXT(GLenum face);
65 _mesa_StencilOpSeparate_no_error(GLenum face, GLenum fail, GLenum zfail,
69 _mesa_StencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass);
73 _mesa_StencilFuncSeparate_no_error(GLenum face, GLenum func, GLint ref,
77 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask);
84 _mesa_StencilMaskSeparate_no_error(GLenum face, GLuint mask);
87 _mesa_StencilMaskSeparate(GLenum face, GLuint mask);
99 _mesa_get_stencil_ref(struct gl_context const *ctx, int face) argument
102 GLint ref = ctx->Stencil.Ref[face];
116 const int face local in function:_mesa_stencil_is_two_sided
[all...]

Completed in 9 milliseconds

1234567891011>>