Home
last modified time | relevance | path

Searched defs:face (Results 176 - 200 of 373) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-khmer.cc276 reorder_syllable_khmer(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) reorder_syllable_khmer() argument
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dhb-test.h300 hb_face_t *face; in hb_test_open_font_file() local
H A Dtest-draw.c175 hb_face_t *face = hb_test_open_font_file ("fonts/SourceSerifVariable-Roman-VVAR.abc.ttf"); in test_hb_draw_glyf() local
236 hb_face_t *face = hb_test_open_font_file ("fonts/cff1_seac.otf"); in test_hb_draw_cff1() local
259 hb_face_t *face = hb_test_open_font_file ("fonts/RanaKufi-Regular.subset.otf"); in test_hb_draw_cff1_rline() local
283 hb_face_t *face in test_hb_draw_cff2() local
329 hb_face_t *face = hb_test_open_font_file ("fonts/glyphs.ttf"); test_hb_draw_ttf_parser_tests() local
375 hb_face_t *face = hb_test_open_font_file ("fonts/cff1_flex.otf"); test_hb_draw_ttf_parser_tests() local
392 hb_face_t *face = hb_test_open_font_file ("fonts/cff1_dotsect.nohints.otf"); test_hb_draw_ttf_parser_tests() local
418 hb_face_t *face = hb_test_open_font_file ("fonts/OpenSans-Regular.ttf"); test_hb_draw_font_kit_glyphs_tests() local
447 hb_face_t *face = hb_test_open_font_file ("fonts/Mada-VF.ttf"); test_hb_draw_font_kit_glyphs_tests() local
488 hb_face_t *face = hb_test_open_font_file ("fonts/SourceSansPro-Regular.otf"); test_hb_draw_font_kit_glyphs_tests() local
503 hb_face_t *face = hb_test_open_font_file ("fonts/NotoSansCJKkr-Regular-subset-colon.ttf"); test_hb_draw_font_kit_glyphs_tests() local
535 hb_face_t *face = hb_test_open_font_file ("fonts/TestGVAROne.ttf"); test_hb_draw_font_kit_variations_tests() local
580 hb_face_t *face = hb_test_open_font_file ("fonts/TestGVARTwo.ttf"); test_hb_draw_font_kit_variations_tests() local
624 hb_face_t *face = hb_test_open_font_file ("fonts/TestGVARThree.ttf"); test_hb_draw_font_kit_variations_tests() local
669 hb_face_t *face = hb_test_open_font_file ("fonts/AdobeVFPrototype-Subset.otf"); test_hb_draw_font_kit_variations_tests() local
764 hb_face_t *face = hb_test_open_font_file ("fonts/Estedad-VF.ttf"); test_hb_draw_estedad_vf() local
828 hb_face_t *face = hb_test_open_font_file ("fonts/Stroking.ttf"); test_hb_draw_stroking() local
869 hb_face_t *face = hb_test_open_font_file ("fonts/Stroking.otf"); test_hb_draw_stroking() local
[all...]
H A Dtest-font.c60 hb_face_t *face; in test_face_create() local
97 hb_face_t *face; in test_face_createfortables() local
155 hb_face_t *face; _test_fontfuncs_nil() local
260 hb_face_t *face; test_fontfuncs_subclassing() local
392 hb_face_t *face; test_fontfuncs_parallels() local
462 hb_face_t *face; test_font_properties() local
[all...]
H A Dtest-object.c70 hb_face_t *face = hb_face_create (blob, 0); in create_face() local
83 hb_face_t *face = (hb_face_t *) create_face (); in create_font() local
H A Dtest-subset-glyf.c38 static void check_maxp_num_glyphs (hb_face_t *face, uint16_t expected_num_glyphs, bool hints) in check_maxp_num_glyphs() argument
283 hb_face_t *face = hb_test_open_font_file ("../fuzzing/fonts/oom-ccc61c92d589f895174cdef6ff2e3b20e9999a1a"); in test_subset_glyf_strip_hints_invalid() local
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
H A Dhb-aots-tester.cpp45 hb_face_t *face; member
73 hb_face_t *face = hb_face_create(blob, 0); in runTest() local
/third_party/skia/tools/fonts/
H A DRandomScalerContext.cpp40 RandomScalerContext::RandomScalerContext(sk_sp<SkRandomTypeface> face, in RandomScalerContext() argument
/third_party/skia/modules/skparagraph/src/
H A DFontCollection.cpp381 auto face = fLRUCache.find(fontId); local
386 auto face = fLRUCache.insert(fontId, std::move(hbFont)); local
/third_party/skia/gm/
H A Dtypeface.cpp55 SkTypeface* face = font.getTypefaceOrDefault(); in drawKernText() local
157 static void draw_typeface_rendering_gm(SkCanvas* canvas, sk_sp<SkTypeface> face, SkGlyphID glyph) { in draw_typeface_rendering_gm() argument
363 sk_sp<SkTypeface> face = MakeResourceAsTypeface("fonts/hintgasp.ttf"); in DEF_SIMPLE_GM_CAN_FAIL() local
378 sk_sp<SkTypeface> face = MakeResourceAsTypeface("fonts/Roboto2-Regular.pfa"); DEF_SIMPLE_GM_CAN_FAIL() local
387 sk_sp<SkTypeface> face = MakeResourceAsTypeface("fonts/Roboto2-Regular.pfb"); DEF_SIMPLE_GM_CAN_FAIL() local
403 sk_sp<SkTypeface> face = MakeResourceAsTypeface("fonts/Roboto-Regular.ttf"); DEF_SIMPLE_GM() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSizeTests.cpp267 bool TextureCubeSizeCase::testFace (tcu::CubeFace face) in testFace() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp322 const tcu::CubeFace face = getCubeFaceFromNdx(layerFace % 6); in render() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureSizeTests.cpp266 bool TextureCubeSizeCase::testFace (tcu::CubeFace face) in testFace() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmw_surface_cache.h209 vmw_surface_get_image_offset(SVGA3dSurfaceFormat format, struct drm_vmw_size baseLevelSize, u32 numMipLevels, u32 face, u32 mip) vmw_surface_get_image_offset() argument
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_helpers.c377 GLuint face = 0; in dri2_create_from_texture() local
/third_party/mesa3d/src/mesa/main/
H A Ddebug.c268 write_texture_image(struct gl_texture_object *texObj, GLuint face, GLuint level) write_texture_image() argument
H A Dtexstorage.c150 GLuint face; in initialize_texture_fields() local
187 GLuint face; in clear_texture_fields() local
127 get_tex_image(struct gl_context *ctx, struct gl_texture_object *texObj, GLuint face, GLuint level) get_tex_image() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c353 st_texture_image_copy(struct pipe_context *pipe, struct pipe_resource *dst, GLuint dstLevel, struct pipe_resource *src, GLuint srcLevel, GLuint face) st_texture_image_copy() argument
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_texture.c186 unsigned face, first_face, last_face; member
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c331 unsigned face; in i9x5_texture_layout_cube() local
649 unsigned face; in i945_texture_layout_cube() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp451 D3DCUBEMAP_FACES face = gl_d3d9::ConvertCubeFace(target); in getSurfaceLevel() local
/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp356 FT_Face face() { return fFaceRec ? fFaceRec->fFace.get() : nullptr; } in face() function in AutoFTAccess
416 static bool canEmbed(FT_Face face) { in canEmbed() argument
422 static bool canSubset(FT_Face face) { in canSubset() argument
427 static SkAdvancedTypefaceMetrics::FontType get_font_type(FT_Face face) { in get_font_type() argument
441 FT_Face face = fta.face(); onGetAdvancedMetrics() local
506 FT_Face face = fta.face(); getGlyphToUnicodeMap() local
[all...]
/third_party/skia/src/utils/
H A DSkCustomTypeface.cpp192 SkUserScalerContext(sk_sp<SkUserTypeface> face, in SkUserScalerContext() argument
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffdrivr.c116 TT_Face face = (TT_Face)ttface; in FT_CALLBACK_DEF() local
316 cff_get_glyph_name( CFF_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max ) cff_get_glyph_name() argument
383 cff_get_name_index( CFF_Face face, const FT_String* glyph_name ) cff_get_name_index() argument
467 cff_ps_get_font_info( CFF_Face face, PS_FontInfoRec* afont_info ) cff_ps_get_font_info() argument
511 cff_ps_get_font_extra( CFF_Face face, PS_FontExtraRec* afont_extra ) cff_ps_get_font_extra() argument
659 FT_Face face = FT_CMAP_FACE( cmap ); cff_get_cmap_info() local
695 cff_get_ros( CFF_Face face, const char* *registry, const char* *ordering, FT_Int *supplement ) cff_get_ros() argument
752 cff_get_is_cid( CFF_Face face, FT_Bool *is_cid ) cff_get_is_cid() argument
775 cff_get_cid_from_glyph_index( CFF_Face face, FT_UInt glyph_index, FT_UInt *cid ) cff_get_cid_from_glyph_index() argument
846 cff_set_mm_blend( CFF_Face face, FT_UInt num_coords, FT_Fixed* coords ) cff_set_mm_blend() argument
858 cff_get_mm_blend( CFF_Face face, FT_UInt num_coords, FT_Fixed* coords ) cff_get_mm_blend() argument
870 cff_set_mm_weightvector( CFF_Face face, FT_UInt len, FT_Fixed* weightvector ) cff_set_mm_weightvector() argument
882 cff_get_mm_weightvector( CFF_Face face, FT_UInt* len, FT_Fixed* weightvector ) cff_get_mm_weightvector() argument
894 cff_get_mm_var( CFF_Face face, FT_MM_Var* *master ) cff_get_mm_var() argument
905 cff_set_var_design( CFF_Face face, FT_UInt num_coords, FT_Fixed* coords ) cff_set_var_design() argument
917 cff_get_var_design( CFF_Face face, FT_UInt num_coords, FT_Fixed* coords ) cff_get_var_design() argument
929 cff_set_instance( CFF_Face face, FT_UInt instance_index ) cff_set_instance() argument
964 cff_hadvance_adjust( CFF_Face face, FT_UInt gindex, FT_Int *avalue ) cff_hadvance_adjust() argument
[all...]
H A Dcffobjs.c66 CFF_Face face = (CFF_Face)size->root.face; in cff_size_get_globals_funcs() local
85 CFF_Face face = (CFF_Face)size->root.face; in cff_size_done() local
171 CFF_Face face in FT_LOCAL_DEF() local
241 CFF_Face face = (CFF_Face)size->face; FT_LOCAL_DEF() local
374 CFF_Face face = (CFF_Face)slot->face; FT_LOCAL_DEF() local
510 CFF_Face face = (CFF_Face)cffface; FT_LOCAL_DEF() local
1141 CFF_Face face = (CFF_Face)cffface; cff_face_done() local
[all...]

Completed in 32 milliseconds

12345678910>>...15