Home
last modified time | relevance | path

Searched defs:face (Results 126 - 150 of 359) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftcsbits.c109 FT_Face face; in ftc_snode_load() local
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidgload.c47 CID_Face face = (CID_Face)decoder->builder.face; in FT_CALLBACK_DEF() local
340 CID_Face face = (CID_Face)cidglyph->face; FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvbsln.c271 gxv_bsln_validate( FT_Bytes table, FT_Face face, FT_Validator ftvalid ) gxv_bsln_validate() argument
H A Dgxvfeat.c273 gxv_feat_validate( FT_Bytes table, FT_Face face, FT_Validator ftvalid ) gxv_feat_validate() argument
H A Dgxvprop.c81 FT_Face face; in gxv_prop_zero_advance_validate() local
257 gxv_prop_validate( FT_Bytes table, FT_Face face, FT_Validator ftvalid ) gxv_prop_validate() argument
/third_party/skia/third_party/externals/freetype/src/otvalid/
H A Dotvmod.c41 otv_load_table( FT_Face face, in otv_load_table() argument
67 otv_validate( FT_Face volatile face, in otv_validate() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttpload.c618 tt_face_get_device_metrics( TT_Face face, FT_UInt ppem, FT_UInt gindex ) tt_face_get_device_metrics() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1afm.c243 T1_Face face = (T1_Face)t1_face; in FT_LOCAL_DEF() local
H A Dt1driver.c60 t1_get_glyph_name( T1_Face face, in t1_get_glyph_name() argument
72 t1_get_name_index( T1_Face face, in t1_get_name_index() argument
147 t1_ps_get_font_info( FT_Face face, in t1_ps_get_font_info() argument
157 t1_ps_get_font_extra( FT_Face face, in t1_ps_get_font_extra() argument
176 t1_ps_get_font_private( FT_Face face, PS_PrivateRec* afont_private ) t1_ps_get_font_private() argument
186 t1_ps_get_font_value( FT_Face face, PS_Dict_Keys key, FT_UInt idx, void *value, FT_Long value_len_ ) t1_ps_get_font_value() argument
730 T1_Face face = (T1_Face)t1face; Get_Kerning() local
[all...]
H A Dt1gload.c47 T1_Face face = (T1_Face)decoder->builder.face; in T1_Parse_Glyph_And_Get_Char_String() local
179 T1_Face face in FT_CALLBACK_DEF() local
282 T1_Face face = (T1_Face)t1face; FT_LOCAL_DEF() local
355 T1_Face face = (T1_Face)t1glyph->face; FT_LOCAL_DEF() local
[all...]
H A Dt1objs.c58 T1_Face face = (T1_Face)size->root.face; in T1_Size_Get_Globals_Funcs() local
102 T1_Face face = (T1_Face)size->root.face; in FT_LOCAL_DEF() local
156 T1_Face face; in FT_LOCAL_DEF() local
206 T1_Face face = (T1_Face)t1face; T1_Face_Done() local
316 T1_Face face = (T1_Face)t1face; FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/perf/
H A Dperf-draw.hh63 hb_face_t *face = hb_face_create (blob, 0); in draw() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape.hh150 hb_face_t *face; member
H A Dhb-shape-plan.cc188 hb_shape_plan_create (hb_face_t *face, in hb_shape_plan_create() argument
59 init(bool copy, hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) init() argument
219 hb_shape_plan_create2(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) hb_shape_plan_create2() argument
483 hb_shape_plan_create_cached(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) hb_shape_plan_create_cached() argument
515 hb_shape_plan_create_cached2(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) hb_shape_plan_create_cached2() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-shape.c115 hb_face_t *face; in test_shape() local
144 hb_face_t *face; in test_shape_clusters() local
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Dhb-draw-fuzzer.cc81 static void misc_calls_for_gid (hb_face_t *face, hb_font_t *font, hb_set_t *set, hb_codepoint_t cp) in misc_calls_for_gid() argument
122 hb_face_t *face = hb_face_create (blob, 0); LLVMFuzzerTestOneInput() local
[all...]
/third_party/skia/tools/fonts/
H A DTestTypeface.cpp150 SkTestScalerContext(sk_sp<TestTypeface> face, in SkTestScalerContext() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_texture.h182 check_face_level(const struct svga_texture *tex, unsigned face, unsigned level) check_face_level() argument
203 svga_define_texture_level(struct svga_texture *tex, unsigned face,unsigned level) svga_define_texture_level() argument
212 svga_is_texture_level_defined(const struct svga_texture *tex, unsigned face, unsigned level) svga_is_texture_level_defined() argument
240 svga_set_texture_dirty(struct svga_texture *tex, unsigned face, unsigned level) svga_set_texture_dirty() argument
257 svga_is_texture_dirty(const struct svga_texture *tex, unsigned face, unsigned level) svga_is_texture_dirty() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dlight.c610 _mesa_material_bitmask( struct gl_context *ctx, GLenum face, GLenum pname, in _mesa_material_bitmask() argument
785 _mesa_ColorMaterial( GLenum face, GLenum mode ) in _mesa_ColorMaterial() argument
822 _mesa_GetMaterialfv( GLenum face, GLenum pname, GLfloat *params ) _mesa_GetMaterialfv() argument
874 _mesa_GetMaterialiv( GLenum face, GLenum pname, GLint *params ) _mesa_GetMaterialiv() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_texture.c115 rbug_send_texture_write(struct rbug_connection *__con, rbug_texture_t texture, uint32_t face, uint32_t level, uint32_t zslice, uint32_t x, uint32_t y, uint32_t w, uint32_t h, uint8_t *data, uint32_t data_len, uint32_t stride, uint32_t *__serial) rbug_send_texture_write() argument
181 rbug_send_texture_read(struct rbug_connection *__con, rbug_texture_t texture, uint32_t face, uint32_t level, uint32_t zslice, uint32_t x, uint32_t y, uint32_t w, uint32_t h, uint32_t *__serial) rbug_send_texture_read() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.c307 void rc_transform_fragment_face(struct radeon_compiler *c, unsigned face) in rc_transform_fragment_face() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c418 int wpos, face; in r300_translate_fragment_shader() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_1_0_params.cpp113 CaptureGetMaterialfv_params(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, GLfloat *params, ParamCapture *paramCapture) CaptureGetMaterialfv_params() argument
124 CaptureGetMaterialxv_params(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, GLfixed *params, ParamCapture *paramCapture) CaptureGetMaterialxv_params() argument
234 CaptureMaterialfv_params(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, const GLfloat *params, ParamCapture *paramCapture) CaptureMaterialfv_params() argument
245 CaptureMaterialxv_param(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, const GLfixed *param, ParamCapture *paramCapture) CaptureMaterialxv_param() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
H A Dcommon.h74 static inline float3 cubeTexcoords(float2 texcoords, int face) in cubeTexcoords() argument
/third_party/skia/src/core/
H A DSkScalerCache.cpp253 const SkTypeface* face = fScalerContext->getTypeface(); in dump() local

Completed in 15 milliseconds

12345678910>>...15