Home
last modified time | relevance | path

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

12345678910>>...16

/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttobjs.c278 tt_get_sfnt_checksum( TT_Face face, in tt_get_sfnt_checksum() argument
583 TT_Face face = (TT_Face)ttface; tt_check_single_notdef() local
666 TT_Face face = (TT_Face)ttface; FT_LOCAL_DEF() local
824 TT_Face face = (TT_Face)ttface; tt_face_done() local
896 TT_Face face = (TT_Face)size->root.face; FT_LOCAL_DEF() local
990 TT_Face face = (TT_Face)size->root.face; FT_LOCAL_DEF() local
1080 TT_Face face = (TT_Face)ftsize->face; tt_size_done_bytecode() local
1123 TT_Face face = (TT_Face)ftsize->face; tt_size_init_bytecode() local
1359 TT_Face face; FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42objs.c169 T42_Face face = (T42_Face)t42face; FT_LOCAL_DEF() local
407 T42_Face face = (T42_Face)t42face; T42_Face_Done() local
506 FT_Face face = size->face; FT_LOCAL_DEF() local
527 T42_Face face = (T42_Face)t42size->face; FT_LOCAL_DEF() local
546 T42_Face face = (T42_Face)t42size->face; FT_LOCAL_DEF() local
565 FT_Face face = t42size->face; T42_Size_Done() local
583 FT_Face face = t42slot->face; FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout.cc236 hb_aat_layout_has_substitution (hb_face_t *face) in hb_aat_layout_has_substitution() argument
307 hb_aat_layout_has_positioning(hb_face_t *face) hb_aat_layout_has_positioning() argument
340 hb_aat_layout_has_tracking(hb_face_t *face) hb_aat_layout_has_tracking() argument
371 hb_aat_layout_get_feature_types(hb_face_t *face, unsigned int start_offset, unsigned int *feature_count, hb_aat_layout_feature_type_t *features ) hb_aat_layout_get_feature_types() argument
391 hb_aat_layout_feature_type_get_name_id(hb_face_t *face, hb_aat_layout_feature_type_t feature_type) hb_aat_layout_feature_type_get_name_id() argument
419 hb_aat_layout_feature_type_get_selector_infos(hb_face_t *face, hb_aat_layout_feature_type_t feature_type, unsigned int start_offset, unsigned int *selector_count, hb_aat_layout_feature_selector_info_t *selectors, unsigned int *default_index ) hb_aat_layout_feature_type_get_selector_infos() argument
[all...]
H A Dhb-ot-map.hh268 hb_face_t *face; variable
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

Completed in 20 milliseconds

12345678910>>...16