Home
last modified time | relevance | path

Searched defs:face (Results 226 - 250 of 359) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvcommn.h243 FT_Face face; member
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfread.c1189 pcf_get_accel( FT_Stream stream, PCF_Face face, FT_ULong type ) pcf_get_accel() argument
1308 FT_Face face = FT_FACE( pcf ); pcf_interpret_style() local
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsobjs.c1574 t1_builder_init( T1_Builder builder, FT_Face face, FT_Size size, FT_GlyphSlot glyph, FT_Bool hinting ) t1_builder_init() argument
1840 cff_builder_init( CFF_Builder* builder, TT_Face face, CFF_Size size, CFF_GlyphSlot glyph, FT_Bool hinting ) cff_builder_init() argument
2489 t1_make_subfont( FT_Face face, PS_Private priv, CFF_SubFont subfont ) t1_make_subfont() argument
[all...]
H A Dt1decode.c274 T1_Face face = (T1_Face)decoder->builder.face; in t1operator_seac() local
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfdriver.c79 get_sfnt_table( TT_Face face, in get_sfnt_table() argument
124 sfnt_table_info( TT_Face face, FT_UInt idx, FT_ULong *tag, FT_ULong *offset, FT_ULong *length ) sfnt_table_info() argument
166 sfnt_get_glyph_name( FT_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max ) sfnt_get_glyph_name() argument
184 sfnt_get_name_index( FT_Face face, const FT_String* glyph_name ) sfnt_get_name_index() argument
606 sfnt_get_name_id( TT_Face face, FT_UShort id, FT_Int *win, FT_Int *apple ) sfnt_get_name_id() argument
1110 sfnt_get_charset_id( TT_Face face, const char* *acharset_encoding, const char* *acharset_registry ) sfnt_get_charset_id() argument
[all...]
H A Dttsbit.c474 TT_Face face; global() member
494 tt_sbit_decoder_init( TT_SBitDecoder decoder, TT_Face face, FT_ULong strike_index, TT_SBit_MetricsRec* metrics ) tt_sbit_decoder_init() argument
1470 tt_face_load_sbix_image( TT_Face face, FT_ULong strike_index, FT_UInt glyph_index, FT_Stream stream, FT_Bitmap *map, TT_SBit_MetricsRec *metrics, FT_Bool metrics_only ) tt_face_load_sbix_image() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/winfonts/
H A Dwinfnt.c274 fnt_face_get_dll_font( FNT_Face face, in fnt_face_get_dll_font() argument
626 FNT_Face face = (FNT_Face)FT_CMAP_FACE( cmap ); fnt_cmap_init() local
702 FNT_Face face = (FNT_Face)fntface; FNT_Face_Done() local
725 FNT_Face face = (FNT_Face)fntface; FNT_Face_Init() local
940 FNT_Face face = (FNT_Face)size->face; FNT_Size_Select() local
961 FNT_Face face = (FNT_Face)size->face; FNT_Size_Request() local
1001 FNT_Face face = (FNT_Face)FT_SIZE_FACE( size ); FNT_Load_Glyph() local
1128 winfnt_get_header( FT_Face face, FT_WinFNT_HeaderRec *aheader ) winfnt_get_header() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-common.hh865 hb_face_t *face; member
H A Dhb-font.hh108 hb_face_t *face; member
H A Dhb-ot-shape.cc53 _hb_apply_morx (hb_face_t *face, const hb_segment_properties_t *props) in _hb_apply_morx() argument
76 hb_ot_shape_planner_t::hb_ot_shape_planner_t (hb_face_t *face, in hb_ot_shape_planner_t() argument
216 init0(hb_face_t *face, const hb_shape_plan_key_t *key) init0() argument
428 _hb_ot_shaper_face_data_create(hb_face_t *face) _hb_ot_shaper_face_data_create() argument
465 hb_face_t *face; global() member
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestUtil.cpp461 void TextureCubeShader::setFace (tcu::CubeFace face) in setFace() argument
H A Des3fTextureFormatTests.cpp373 bool TextureCubeFormatCase::testFace (tcu::CubeFace face) in testFace() argument
995 testFace(tcu::CubeFace face) testFace() argument
1225 testFace(tcu::CubeFace face) testFace() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestUtil.cpp320 void TextureCubeArrayShader::setFace (tcu::CubeFace face) in setFace() argument
H A Des31fStencilTexturingTests.cpp473 const tcu::CubeFace face = tcu::CubeFace(faceNdx); in stencilToUnorm8() local
685 const tcu::CubeFace face = tcu::CubeFace(faceNdx); in iterate() local
H A Des31fTextureFilteringTests.cpp57 static const char* getFaceDesc (const tcu::CubeFace face) in getFaceDesc() argument
373 const tcu::CubeFace face = tcu::CubeFace(faceNdx); in iterate() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureFilteringTests.cpp516 getFaceDesc(const tcu::CubeFace face) getFaceDesc() argument
568 const tcu::CubeFace face = tcu::CubeFace(faceNdx); iterate() local
[all...]
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_vector.cpp65 bool UIFontVector::IsColorEmojiFont(FT_Face& face) in IsColorEmojiFont() argument
76 int8_t SetupColorFont(FT_Face face, uint8_t fontSize) in SetupColorFont() argument
822 LoadGlyphIntoFace(uint16_t& fontId, uint32_t unicode, FT_Face face, TextStyle textStyle) LoadGlyphIntoFace() argument
930 ClearFontGlyph(FT_Face face) ClearFontGlyph() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_vision_test/src/
H A Dmedialibrary_vision_test.cpp722 int face; in HWTEST_F() local
3332 int32_t face = GetInt32Val(FACE, resultSet); in TestCommitEditByFaceStatus() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c740 LLVMValueRef interp_ij = NULL, prim_mask = NULL, face = NULL; in si_llvm_build_ps_prolog() local
140 interp_fs_color(struct si_shader_context *ctx, unsigned input_index, unsigned semantic_index, unsigned num_interp_inputs, unsigned colors_read_mask, LLVMValueRef interp_param, LLVMValueRef prim_mask, LLVMValueRef face, LLVMValueRef result[4]) interp_fs_color() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c1711 SVGA3D_UpdateGBImage(struct svga_winsys_context *swc, struct svga_winsys_surface *surface, const SVGA3dBox *box, unsigned face, unsigned mipLevel) SVGA3D_UpdateGBImage() argument
1771 SVGA3D_ReadbackGBImage(struct svga_winsys_context *swc, struct svga_winsys_surface *surface, unsigned face, unsigned mipLevel) SVGA3D_ReadbackGBImage() argument
1824 SVGA3D_ReadbackGBImagePartial(struct svga_winsys_context *swc, struct svga_winsys_surface *surface, unsigned face, unsigned mipLevel, const SVGA3dBox *box, bool invertBox) SVGA3D_ReadbackGBImagePartial() argument
1853 SVGA3D_InvalidateGBImagePartial(struct svga_winsys_context *swc, struct svga_winsys_surface *surface, unsigned face, unsigned mipLevel, const SVGA3dBox *box, bool invertBox) SVGA3D_InvalidateGBImagePartial() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dmipmap.c1848 GLuint face; in prepare_mipmap_level() local
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...]

Completed in 38 milliseconds

12345678910>>...15