Home
last modified time | relevance | path

Searched defs:face (Results 251 - 275 of 363) sorted by relevance

1...<<1112131415

/third_party/mesa3d/src/mesa/main/
H A Dtexobj.c467 GLuint i, face; in _mesa_delete_texture_object() local
760 GLuint face; in _mesa_test_texobj_completeness() local
794 GLuint width, height, depth, face; _mesa_test_texobj_completeness() local
870 GLuint face; _mesa_cube_level_complete() local
942 GLuint dims, face, numFaces = 1; _mesa_get_fallback_texture() local
1064 GLuint face, level, size = 0; texture_size() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c825 lp_build_depth_stencil_test(struct gallivm_state *gallivm, const struct lp_depth_state *depth, const struct pipe_stencil_state stencil[2], struct lp_type z_src_type, const struct util_format_description *format_desc, struct lp_build_mask_context *mask, LLVMValueRef *cov_mask, LLVMValueRef stencil_refs[2], LLVMValueRef z_src, LLVMValueRef z_fb, LLVMValueRef s_fb, LLVMValueRef face, LLVMValueRef *z_value, LLVMValueRef *s_value, boolean do_branch, bool restrict_depth) lp_build_depth_stencil_test() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringTests.cpp543 getFaceDesc(const tcu::CubeFace face) getFaceDesc() argument
587 const tcu::CubeFace face = tcu::CubeFace(faceNdx); iterate() local
[all...]
H A DvktTextureShadowTests.cpp585 getFaceDesc(const tcu::CubeFace face) getFaceDesc() argument
626 const tcu::CubeFace face = tcu::CubeFace(faceNdx); iterate() local
1454 const int face = layerFace % 6; TextureCubeArrayShadowTestInstance() local
1468 const int face = layerFace % 6; TextureCubeArrayShadowTestInstance() local
1535 const tcu::CubeFace face = tcu::CubeFace(layerFace % 6); iterate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_1_0_autogen.cpp499 CaptureGetMaterialfv(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, GLfloat *params) CaptureGetMaterialfv() argument
528 CaptureGetMaterialxv(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, GLfixed *params) CaptureGetMaterialxv() argument
907 CaptureMaterialf(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, GLfloat param) CaptureMaterialf() argument
922 CaptureMaterialfv(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, const GLfloat *params) CaptureMaterialfv() argument
951 CaptureMaterialx(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, GLfixed param) CaptureMaterialx() argument
966 CaptureMaterialxv(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, const GLfixed *param) CaptureMaterialxv() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline_data.h51 void SetFrontFace(FrontFace face) { front_face_ = face; } in SetFrontFace() argument
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp923 void GL_APIENTRY GL_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in GL_StencilFuncSeparate() argument
949 void GL_APIENTRY GL_StencilMaskSeparate(GLenum face, GLuint mask) in GL_StencilMaskSeparate() argument
973 GL_StencilOpSeparate(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) GL_StencilOpSeparate() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_1_0_autogen.cpp629 void GL_APIENTRY GL_GetMaterialfv(GLenum face, GLenum pname, GLfloat *params) in GL_GetMaterialfv() argument
656 void GL_APIENTRY GL_GetMaterialxv(GLenum face, GLenum pname, GLfixed *params) in GL_GetMaterialxv() argument
1109 GL_Materialf(GLenum face, GLenum pname, GLfloat param) GL_Materialf() argument
1135 GL_Materialfv(GLenum face, GLenum pname, const GLfloat *params) GL_Materialfv() argument
1161 GL_Materialx(GLenum face, GLenum pname, GLfixed param) GL_Materialx() argument
1187 GL_Materialxv(GLenum face, GLenum pname, const GLfixed *param) GL_Materialxv() argument
[all...]
/third_party/skia/src/core/
H A DSkTypeface.cpp173 uint32_t SkTypeface::UniqueID(const SkTypeface* face) { in UniqueID() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.cpp1000 int face = CubeFaceIndex(target); in getWidth() local
1006 int face = CubeFaceIndex(target); in getHeight() local
1012 int face = CubeFaceIndex(target); in getFormat() local
1062 int face = CubeFaceIndex(target); setCompressedImage() local
1288 int face = CubeFaceIndex(target); setImage() local
1307 int face = CubeFaceIndex(target); copyImage() local
1340 getImage(int face, unsigned int level) getImage() argument
1345 getImage(GLenum face, unsigned int level) getImage() argument
1352 int face = CubeFaceIndex(target); copySubImage() local
1425 int face = CubeFaceIndex(target); getRenderbuffer() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelProgram.cpp83 Float4 face = *Pointer<Float>(primitive + OFFSET(Primitive, area)); in setBuiltins() local
/third_party/skia/src/pdf/
H A DSkPDFFont.cpp51 void SkPDFFont::GetType1GlyphNames(const SkTypeface& face, SkString* dst) { in GetType1GlyphNames() argument
291 SkTypeface* face = font.typeface(); in emit_subset_type0() local
182 GetFontResource(SkPDFDocument* doc, const SkGlyph* glyph, SkTypeface* face) GetFontResource() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvcommn.c815 FT_Face face; in FT_LOCAL_DEF() local
849 FT_Face face; in gxv_ctlPoint_validate() local
[all...]
H A Dgxvkern.c834 gxv_kern_validate_generic( FT_Bytes table, FT_Face face, FT_Bool classic_only, GXV_kern_Dialect dialect_request, FT_Validator ftvalid ) gxv_kern_validate_generic() argument
898 gxv_kern_validate( FT_Bytes table, FT_Face face, FT_Validator ftvalid ) gxv_kern_validate() argument
907 gxv_kern_validate_classic( FT_Bytes table, FT_Face face, FT_Int dialect_flags, FT_Validator ftvalid ) gxv_kern_validate_classic() argument
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dcffdecode.c224 TT_Face face = decoder->builder.face; in cff_operator_seac() local
2330 cff_decoder_init( CFF_Decoder* decoder, TT_Face face, CFF_Size size, CFF_GlyphSlot slot, FT_Bool hinting, FT_Render_Mode hint_mode, CFF_Decoder_Get_Glyph_Callback get_callback, CFF_Decoder_Free_Glyph_Callback free_callback ) cff_decoder_init() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcmap.c758 TT_Face face = (TT_Face)cmap->cmap.cmap.charmap.face; in tt_cmap4_set_range() local
791 TT_Face face = (TT_Face)cmap->cmap.cmap.charmap.face; in tt_cmap4_next() local
1100 TT_Face face in tt_cmap4_char_map_linear() local
1235 TT_Face face = (TT_Face)cmap->cmap.charmap.face; tt_cmap4_char_map_binary() local
1939 FT_Face face = cmap->cmap.charmap.face; FT_CALLBACK_DEF() local
2336 FT_Face face = cmap->cmap.cmap.charmap.face; tt_cmap12_next() local
2454 FT_Face face = cmap->cmap.charmap.face; tt_cmap12_char_map_binary() local
2684 FT_Face face = cmap->cmap.cmap.charmap.face; tt_cmap13_next() local
2780 FT_Face face = cmap->cmap.charmap.face; tt_cmap13_char_map_binary() local
3667 tt_get_glyph_name( TT_Face face, FT_UInt idx ) tt_get_glyph_name() argument
3683 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); FT_CALLBACK_DEF() local
3705 FT_Face face = FT_CMAP_FACE( unicodes ); tt_cmap_unicode_done() local
3718 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); FT_CALLBACK_DEF() local
3730 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); FT_CALLBACK_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgload.c99 TT_Get_HMetrics( TT_Face face, in TT_Get_HMetrics() argument
117 TT_Get_VMetrics( TT_Face face, in TT_Get_VMetrics() argument
154 TT_Face face = loader->face; tt_get_metrics() local
223 TT_Face face = loader->face; tt_get_metrics_incremental() local
832 TT_Face face = loader->face; TT_Hint_Glyph() local
1022 TT_Face face = loader->face; TT_Process_Simple_Glyph() local
1309 TT_Face face = loader->face; TT_Process_Composite_Component() local
1618 TT_Face face = loader->face; load_truetype_glyph() local
2232 TT_Face face = loader->face; compute_glyph_metrics() local
2422 TT_Face face; load_sbit_image() local
2483 TT_Face face; tt_loader_init() local
2843 TT_Face face = (TT_Face)glyph->face; FT_LOCAL_DEF() local
[all...]
H A Dttgxvar.h432 tt_apply_mvar( TT_Face face ); global() variable
442 tt_done_blend( TT_Face face ); global() variable
[all...]
H A Dttinterp.h153 TT_Face face; /* ! */ member
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1load.c104 t1_allocate_blend( T1_Face face, in t1_allocate_blend() argument
376 t1_set_mm_blend( T1_Face face, FT_UInt num_coords, FT_Fixed* coords ) t1_set_mm_blend() argument
773 parse_blend_axis_types( T1_Face face, T1_Loader loader ) parse_blend_axis_types() argument
855 parse_blend_design_positions( T1_Face face, T1_Loader loader ) parse_blend_design_positions() argument
979 parse_blend_design_map( T1_Face face, T1_Loader loader ) parse_blend_design_map() argument
1088 parse_weight_vector( T1_Face face, T1_Loader loader ) parse_weight_vector() argument
1172 parse_buildchar( T1_Face face, T1_Loader loader ) parse_buildchar() argument
1209 t1_load_keyword( T1_Face face, T1_Loader loader, const T1_Field field ) t1_load_keyword() argument
1334 parse_private( T1_Face face, T1_Loader loader ) parse_private() argument
1400 t1_parse_font_matrix( T1_Face face, T1_Loader loader ) t1_parse_font_matrix() argument
1470 parse_encoding( T1_Face face, T1_Loader loader ) parse_encoding() argument
1714 parse_subrs( T1_Face face, T1_Loader loader ) parse_subrs() argument
1909 parse_charstrings( T1_Face face, T1_Loader loader ) parse_charstrings() argument
2278 parse_dict( T1_Face face, T1_Loader loader, FT_Byte* base, FT_ULong size ) parse_dict() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc119 create_cg_font (hb_face_t *face) in create_cg_font() argument
264 _hb_coretext_shaper_face_data_create (hb_face_t *face) in _hb_coretext_shaper_face_data_create() argument
312 hb_coretext_face_get_cg_font(hb_face_t *face) hb_coretext_face_get_cg_font() argument
321 hb_face_t *face = font->face; _hb_coretext_shaper_font_data_create() local
428 hb_face_t *face = hb_coretext_face_create (cg_font); hb_coretext_font_create() local
517 hb_face_t *face = font->face; _hb_coretext_shape() local
[all...]
H A Dhb-directwrite.cc158 _hb_directwrite_shaper_face_data_create (hb_face_t *face) in _hb_directwrite_shaper_face_data_create() argument
553 hb_face_t *face = font->face; in _hb_directwrite_shape() local
809 IDWriteFontFace *face; member
884 hb_directwrite_face_get_font_face(hb_face_t *face) hb_directwrite_face_get_font_face() argument
[all...]
H A Dhb-ot-layout.cc83 hb_ot_layout_has_kerning (hb_face_t *face) in hb_ot_layout_has_kerning() argument
99 hb_ot_layout_has_machine_kerning (hb_face_t *face) in hb_ot_layout_has_machine_kerning() argument
119 hb_ot_layout_has_cross_kerning(hb_face_t *face) hb_ot_layout_has_cross_kerning() argument
277 hb_ot_layout_has_glyph_classes(hb_face_t *face) hb_ot_layout_has_glyph_classes() argument
295 hb_ot_layout_get_glyph_class(hb_face_t *face, hb_codepoint_t glyph) hb_ot_layout_get_glyph_class() argument
314 hb_ot_layout_get_glyphs_in_class(hb_face_t *face, hb_ot_layout_glyph_class_t klass, hb_set_t *glyphs ) hb_ot_layout_get_glyphs_in_class() argument
340 hb_ot_layout_get_attach_points(hb_face_t *face, hb_codepoint_t glyph, unsigned int start_offset, unsigned int *point_count , unsigned int *point_array ) hb_ot_layout_get_attach_points() argument
405 get_gsubgpos_table(hb_face_t *face, hb_tag_t table_tag) get_gsubgpos_table() argument
432 hb_ot_layout_table_get_script_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int start_offset, unsigned int *script_count , hb_tag_t *script_tags ) hb_ot_layout_table_get_script_tags() argument
459 hb_ot_layout_table_find_script(hb_face_t *face, hb_tag_t table_tag, hb_tag_t script_tag, unsigned int *script_index ) hb_ot_layout_table_find_script() argument
500 hb_ot_layout_table_choose_script(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *script_tags, unsigned int *script_index , hb_tag_t *chosen_script ) hb_ot_layout_table_choose_script() argument
535 hb_ot_layout_table_select_script(hb_face_t *face, hb_tag_t table_tag, unsigned int script_count, const hb_tag_t *script_tags, unsigned int *script_index , hb_tag_t *chosen_script ) hb_ot_layout_table_select_script() argument
600 hb_ot_layout_table_get_feature_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int start_offset, unsigned int *feature_count , hb_tag_t *feature_tags ) hb_ot_layout_table_get_feature_tags() argument
625 hb_ot_layout_table_find_feature(hb_face_t *face, hb_tag_t table_tag, hb_tag_t feature_tag, unsigned int *feature_index ) hb_ot_layout_table_find_feature() argument
664 hb_ot_layout_script_get_language_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int start_offset, unsigned int *language_count , hb_tag_t *language_tags ) hb_ot_layout_script_get_language_tags() argument
695 hb_ot_layout_script_find_language(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, hb_tag_t language_tag, unsigned int *language_index) hb_ot_layout_script_find_language() argument
732 hb_ot_layout_script_select_language(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_count, const hb_tag_t *language_tags, unsigned int *language_index ) hb_ot_layout_script_select_language() argument
774 hb_ot_layout_language_get_required_feature_index(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index ) hb_ot_layout_language_get_required_feature_index() argument
806 hb_ot_layout_language_get_required_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index , hb_tag_t *feature_tag ) hb_ot_layout_language_get_required_feature() argument
842 hb_ot_layout_language_get_feature_indexes(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , unsigned int *feature_indexes ) hb_ot_layout_language_get_feature_indexes() argument
875 hb_ot_layout_language_get_feature_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , hb_tag_t *feature_tags ) hb_ot_layout_language_get_feature_tags() argument
915 hb_ot_layout_language_find_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, hb_tag_t feature_tag, unsigned int *feature_index ) hb_ot_layout_language_find_feature() argument
960 hb_ot_layout_feature_get_lookups(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, unsigned int start_offset, unsigned int *lookup_count , unsigned int *lookup_indexes ) hb_ot_layout_feature_get_lookups() argument
990 hb_ot_layout_table_get_lookup_count(hb_face_t *face, hb_tag_t table_tag) hb_ot_layout_table_get_lookup_count() argument
1175 hb_ot_layout_collect_features(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *scripts, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *feature_indexes ) hb_ot_layout_collect_features() argument
1224 hb_ot_layout_collect_lookups(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *scripts, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) hb_ot_layout_collect_lookups() argument
1261 hb_ot_layout_lookup_collect_glyphs(hb_face_t *face, hb_tag_t table_tag, unsigned int lookup_index, hb_set_t *glyphs_before, hb_set_t *glyphs_input, hb_set_t *glyphs_after, hb_set_t *glyphs_output ) hb_ot_layout_lookup_collect_glyphs() argument
1312 hb_ot_layout_table_find_feature_variations(hb_face_t *face, hb_tag_t table_tag, const int *coords, unsigned int num_coords, unsigned int *variations_index ) hb_ot_layout_table_find_feature_variations() argument
1343 hb_ot_layout_feature_with_variations_get_lookups(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, unsigned int variations_index, unsigned int start_offset, unsigned int *lookup_count , unsigned int *lookup_indexes ) hb_ot_layout_feature_with_variations_get_lookups() argument
1375 hb_ot_layout_has_substitution(hb_face_t *face) hb_ot_layout_has_substitution() argument
1398 hb_ot_layout_lookup_would_substitute(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) hb_ot_layout_lookup_would_substitute() argument
1490 hb_ot_layout_lookup_substitute_closure(hb_face_t *face, unsigned int lookup_index, hb_set_t *glyphs ) hb_ot_layout_lookup_substitute_closure() argument
1519 hb_ot_layout_lookups_substitute_closure(hb_face_t *face, const hb_set_t *lookups, hb_set_t *glyphs ) hb_ot_layout_lookups_substitute_closure() argument
1566 hb_ot_layout_has_positioning(hb_face_t *face) hb_ot_layout_has_positioning() argument
1640 hb_ot_layout_get_size_params(hb_face_t *face, unsigned int *design_size, unsigned int *subfamily_id, hb_ot_name_id_t *subfamily_name_id, unsigned int *range_start, unsigned int *range_end ) hb_ot_layout_get_size_params() argument
1704 hb_ot_layout_feature_get_name_ids(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, hb_ot_name_id_t *label_id, hb_ot_name_id_t *tooltip_id, hb_ot_name_id_t *sample_id, unsigned int *num_named_parameters, hb_ot_name_id_t *first_param_id ) hb_ot_layout_feature_get_name_ids() argument
1773 hb_ot_layout_feature_get_characters(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, unsigned int start_offset, unsigned int *char_count, hb_codepoint_t *characters ) hb_ot_layout_feature_get_characters() argument
2002 hb_face_t *face; global() member
2038 hb_ot_layout_lookup_get_glyph_alternates(hb_face_t *face, unsigned lookup_index, hb_codepoint_t glyph, unsigned start_offset, unsigned *alternate_count , hb_codepoint_t *alternate_glyphs ) hb_ot_layout_lookup_get_glyph_alternates() argument
[all...]
H A Dhb-ot-shape-complex-indic.cc390 hb_face_t *face in update_consonant_positions_indic() local
305 consonant_position_from_face(const indic_shape_plan_t *indic_plan, const hb_codepoint_t consonant, const hb_codepoint_t virama, hb_face_t *face) consonant_position_from_face() argument
407 initial_reordering_consonant_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) initial_reordering_consonant_syllable() argument
903 initial_reordering_standalone_cluster(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) initial_reordering_standalone_cluster() argument
925 initial_reordering_syllable_indic(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) initial_reordering_syllable_indic() argument
[all...]
H A Dhb-uniscribe.cc390 const OT::OpenTypeFontFace &face = file.get_face (face_index); in _hb_rename_font() local
417 _hb_uniscribe_shaper_face_data_create (hb_face_t *face) in _hb_uniscribe_shaper_face_data_create() argument
590 hb_face_t *face = font->face; _hb_uniscribe_shape() local
[all...]

Completed in 38 milliseconds

1...<<1112131415