Home
last modified time | relevance | path

Searched defs:face (Results 201 - 225 of 377) sorted by relevance

12345678910>>...16

/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...]
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvjust.c647 gxv_just_validate( FT_Bytes table, FT_Face face, FT_Validator ftvalid ) gxv_just_validate() argument
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfobjs.c343 sfnt_open_font( FT_Stream stream, TT_Face face, FT_Int* face_instance_index, FT_Long* woff2_num_faces ) sfnt_open_font() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/
H A Dftrandom.c203 FT_Face face; ExecuteTest() local
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttsubpix.c849 scale_test_tweak( TT_Face face, in scale_test_tweak() argument
906 TT_Face face = loader->face; in sph_set_tweaks() local
[all...]
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42parse.c244 t42_parse_font_matrix( T42_Face face, in t42_parse_font_matrix() argument
302 t42_parse_encoding( T42_Face face, in t42_parse_encoding() argument
532 t42_parse_sfnts( T42_Face face, T42_Loader loader ) t42_parse_sfnts() argument
804 t42_parse_charstrings( T42_Face face, T42_Loader loader ) t42_parse_charstrings() argument
1109 t42_load_keyword( T42_Face face, T42_Loader loader, T1_Field field ) t42_load_keyword() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-face.cc123 hb_face_t *face; hb_face_create_for_tables() local
210 hb_face_t *face; hb_face_create() local
261 hb_face_reference(hb_face_t *face) hb_face_reference() argument
277 hb_face_destroy(hb_face_t *face) hb_face_destroy() argument
313 hb_face_set_user_data(hb_face_t *face, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_face_set_user_data() argument
335 hb_face_get_user_data(const hb_face_t *face, hb_user_data_key_t *key) hb_face_get_user_data() argument
350 hb_face_make_immutable(hb_face_t *face) hb_face_make_immutable() argument
369 hb_face_is_immutable(const hb_face_t *face) hb_face_is_immutable() argument
388 hb_face_reference_table(const hb_face_t *face, hb_tag_t tag) hb_face_reference_table() argument
410 hb_face_reference_blob(hb_face_t *face) hb_face_reference_blob() argument
428 hb_face_set_index(hb_face_t *face, unsigned int index) hb_face_set_index() argument
450 hb_face_get_index(const hb_face_t *face) hb_face_get_index() argument
465 hb_face_set_upem(hb_face_t *face, unsigned int upem) hb_face_set_upem() argument
485 hb_face_get_upem(const hb_face_t *face) hb_face_get_upem() argument
500 hb_face_set_glyph_count(hb_face_t *face, unsigned int glyph_count) hb_face_set_glyph_count() argument
520 hb_face_get_glyph_count(const hb_face_t *face) hb_face_get_glyph_count() argument
541 hb_face_get_table_tags(const hb_face_t *face, unsigned int start_offset, unsigned int *table_count, hb_tag_t *table_tags ) hb_face_get_table_tags() argument
579 hb_face_collect_unicodes(hb_face_t *face, hb_set_t *out) hb_face_collect_unicodes() argument
595 hb_face_collect_variation_selectors(hb_face_t *face, hb_set_t *out) hb_face_collect_variation_selectors() argument
612 hb_face_collect_variation_unicodes(hb_face_t *face, hb_codepoint_t variation_selector, hb_set_t *out) hb_face_collect_variation_unicodes() argument
759 hb_face_builder_add_table(hb_face_t *face, hb_tag_t tag, hb_blob_t *blob) hb_face_builder_add_table() argument
[all...]
H A Dhb-ft.cc679 hb_face_t *face; in hb_ft_face_create() local
800 hb_face_t *face; hb_ft_font_create() local
[all...]
H A Dhb-graphite2.cc69 hb_face_t *face; member
114 _hb_graphite2_shaper_face_data_create (hb_face_t *face) in _hb_graphite2_shaper_face_data_create() argument
172 hb_graphite2_face_get_gr_face (hb_face_t *face) in hb_graphite2_face_get_gr_face() argument
236 hb_face_t *face = font->face; _hb_graphite2_shape() local
[all...]
H A Dhb-open-file.hh421 const OpenTypeFontFace &face = (this+map).get_face (idx, &(this+data)); in get_face() local
H A Dhb-subset-plan.cc93 static void _collect_layout_indices (hb_face_t *face, in _collect_layout_indices() argument
138 _closure_glyphs_lookups_features (hb_face_t *face, in _closure_glyphs_lookups_features() argument
186 _collect_layout_variation_indices(hb_face_t *face, const hb_set_t *glyphset, const hb_map_t *gpos_lookups, hb_set_t *layout_variation_indices, hb_map_t *layout_variation_idx_map) _collect_layout_variation_indices() argument
215 _cmap_closure(hb_face_t *face, const hb_set_t *unicodes, hb_set_t *glyphset) _cmap_closure() argument
225 _colr_closure(hb_face_t *face, hb_map_t *layers_map, hb_map_t *palettes_map, hb_set_t *glyphs_colred) _colr_closure() argument
259 _math_closure(hb_face_t *face, hb_set_t *glyphset) _math_closure() argument
418 _create_old_gid_to_new_gid_map(const hb_face_t *face, bool retain_gids, const hb_set_t *all_gids_to_retain, hb_map_t *glyph_map, hb_map_t *reverse_glyph_map, unsigned int *num_glyphs ) _create_old_gid_to_new_gid_map() argument
453 _nameid_closure(hb_face_t *face, hb_set_t *nameids) _nameid_closure() argument
479 hb_subset_plan_create(hb_face_t *face, const hb_subset_input_t *input) hb_subset_plan_create() argument
[all...]
H A Dmain.cc47 svg_dump (hb_face_t *face, unsigned face_index) in svg_dump() argument
77 png_dump (hb_face_t *face, unsigned face_index) in png_dump() argument
179 hb_face_t *face = hb_font_get_face (font); in layered_glyph_dump() local
312 hb_face_t *face = hb_face_create (blob, face_index); dump_glyphs() local
[all...]
/third_party/skia/tools/fonts/
H A Dcreate_test_font.cpp192 static void output_font(sk_sp<SkTypeface> face, const char* identifier, FILE* out) { in output_font() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp215 const tcu::CubeFace face = getCubeFaceFromNdx(layerFaceNdx % 6); in testLayerFace() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureFormatTests.cpp314 bool TextureCubeFormatCase::testFace (tcu::CubeFace face) in testFace() argument
559 testFace(tcu::CubeFace face) testFace() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_manager.cpp65 TypeFace InitTypeFace(FT_Face face, string_view path, string_view filename) in InitTypeFace() argument
189 std::shared_ptr<FaceData> face in CreateFont() local
230 auto face = fontBuff->CreateFace(typeFace.index); GetGlyphIndex() local
277 auto face = OpenFtFace(buf, faceId); GetTypeFacesByFile() local
324 FT_Face face; OpenFtFace() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_lower_cubemap_to_array.c99 nir_ssa_def *face = nir_bcsel(b, positive, nir_imm_float(b, 0.0), nir_imm_float(b, 1.0)); in evaluate_face_x() local
116 nir_ssa_def *face = nir_bcsel(b, positive, nir_imm_float(b, 2.0), nir_imm_float(b, 3.0)); in evaluate_face_y() local
133 nir_ssa_def *face = nir_bcsel(b, positive, nir_imm_float(b, 4.0), nir_imm_float(b, 5.0)); in evaluate_face_z() local
185 handle_cube_edge(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *face, nir_ssa_def *array_slice_cube_base, nir_ssa_def *tex_size) handle_cube_edge() argument
330 nir_ssa_def *face = nir_imod(b, array_slice_2d, nir_imm_int(b, 6)); handle_cube_gather() local
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c625 uint face = quad->input.facing; in depth_stencil_test_quad() local
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_cubemaps.c144 nir_ssa_def *face = nir_bcsel(b, positive, nir_imm_float(b, 0.0), nir_imm_float(b, 1.0)); in evaluate_face_x() local
163 nir_ssa_def *face = nir_bcsel(b, positive, nir_imm_float(b, 2.0), nir_imm_float(b, 3.0)); in evaluate_face_y() local
182 nir_ssa_def *face = nir_bcsel(b, positive, nir_imm_float(b, 4.0), nir_imm_float(b, 5.0)); evaluate_face_z() local
224 handle_cube_edge(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *face, nir_ssa_def *array_slice_cube_base, nir_ssa_def *tex_size) handle_cube_edge() argument
368 nir_ssa_def *face = nir_imod(b, array_slice_2d, nir_imm_int(b, 6)); handle_cube_gather() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtextureview.c317 GLuint face; in initialize_texture_fields() local
H A Des1_conversion.c252 _mesa_GetMaterialxv(GLenum face, GLenum pname, GLfixed *params) in _mesa_GetMaterialxv() argument
264 "glGetMaterialxv(face=0x%x)", face); in _mesa_GetMaterialxv() local
555 _mesa_Materialx(GLenum face, GLenum pname, GLfixed param) in _mesa_Materialx() argument
559 "glMaterialx(face=0x%x)", face); in _mesa_Materialx() local
573 _mesa_Materialxv(GLenum face, GLenum pname, const GLfixed *params) _mesa_Materialxv() argument
581 "glMaterialxv(face=0x%x)", face); _mesa_Materialxv() local
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c580 _mesa_Materialfv(GLenum face, GLenum pname, const GLfloat *params) in _mesa_Materialfv() argument
1216 _es_Materialfv(GLenum face, GLenum pname, const GLfloat *params) in _es_Materialfv() argument
1223 _es_Materialf(GLenum face, GLenum pname, GLfloat param) in _es_Materialf() argument

Completed in 23 milliseconds

12345678910>>...16