/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A D | gxvtrak.c | 208 gxv_trak_validate( FT_Bytes table, FT_Face face, FT_Validator ftvalid ) gxv_trak_validate() argument
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttbdf.c | 61 tt_face_load_bdf_props( TT_Face face, in tt_face_load_bdf_props() argument [all...] |
H A D | ttcmap.h | 113 tt_face_build_cmaps( TT_Face face ); variable
|
H A D | ttpost.c | 159 load_format_20( TT_Face face, in load_format_20() argument 304 load_format_25( TT_Face face, in load_format_25() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/type1/ |
H A D | t1objs.h | 140 T1_Face_Done( FT_Face face ); variable
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-name.cc | 59 hb_ot_name_list_names (hb_face_t *face, in hb_ot_name_list_names() argument 115 hb_ot_name_get_utf (hb_face_t *face, in hb_ot_name_get_utf() argument 166 hb_ot_name_get_utf8(hb_face_t *face, hb_ot_name_id_t name_id, hb_language_t language, unsigned int *text_size , char *text ) hb_ot_name_get_utf8() argument 194 hb_ot_name_get_utf16(hb_face_t *face, hb_ot_name_id_t name_id, hb_language_t language, unsigned int *text_size , uint16_t *text ) hb_ot_name_get_utf16() argument 221 hb_ot_name_get_utf32(hb_face_t *face, hb_ot_name_id_t name_id, hb_language_t language, unsigned int *text_size , uint32_t *text ) hb_ot_name_get_utf32() argument [all...] |
H A D | hb-ot-var.cc | 64 hb_ot_var_has_data (hb_face_t *face) in hb_ot_var_has_data() argument 80 hb_ot_var_get_axis_count (hb_face_t *face) in hb_ot_var_get_axis_count() argument 101 hb_ot_var_get_axes(hb_face_t *face, unsigned int start_offset, unsigned int *axes_count , hb_ot_var_axis_t *axes_array ) hb_ot_var_get_axes() argument 123 hb_ot_var_find_axis(hb_face_t *face, hb_tag_t axis_tag, unsigned int *axis_index, hb_ot_var_axis_t *axis_info) hb_ot_var_find_axis() argument 148 hb_ot_var_get_axis_infos(hb_face_t *face, unsigned int start_offset, unsigned int *axes_count , hb_ot_var_axis_info_t *axes_array ) hb_ot_var_get_axis_infos() argument 170 hb_ot_var_find_axis_info(hb_face_t *face, hb_tag_t axis_tag, hb_ot_var_axis_info_t *axis_info) hb_ot_var_find_axis_info() argument 193 hb_ot_var_get_named_instance_count(hb_face_t *face) hb_ot_var_get_named_instance_count() argument 211 hb_ot_var_named_instance_get_subfamily_name_id(hb_face_t *face, unsigned int instance_index) hb_ot_var_named_instance_get_subfamily_name_id() argument 230 hb_ot_var_named_instance_get_postscript_name_id(hb_face_t *face, unsigned int instance_index) hb_ot_var_named_instance_get_postscript_name_id() argument 252 hb_ot_var_named_instance_get_design_coords(hb_face_t *face, unsigned int instance_index, unsigned int *coords_length, float *coords ) hb_ot_var_named_instance_get_design_coords() argument 274 hb_ot_var_normalize_variations(hb_face_t *face, const hb_variation_t *variations, unsigned int variations_length, int *coords, unsigned int coords_length) hb_ot_var_normalize_variations() argument 312 hb_ot_var_normalize_coords(hb_face_t *face, unsigned int coords_length, const float *design_coords, int *normalized_coords ) hb_ot_var_normalize_coords() argument [all...] |
H A D | sample.py | 13 face = hb.face_create (blob, 0) variable
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-multithread.c | 141 hb_face_t *face = hb_test_open_font_file (path); in main() local
|
H A D | test-ot-face.c | 41 hb_face_t *face = hb_font_get_face (font); in test_font() local 187 hb_face_t *face = hb_test_open_font_file ("fonts/Zycon.ttf"); test_ot_var_axis_on_zero_named_instance() local [all...] |
H A D | test-ot-name.c | 30 static hb_face_t *face; variable
|
H A D | test-subset-cff1.c | 234 hb_face_t *face = hb_test_open_font_file ("fonts/cff1_expert.otf"); in test_subset_cff1_expert() local 255 hb_face_t *face = hb_test_open_font_file ("fonts/cff1_seac.otf"); in test_subset_cff1_seac() local 274 hb_face_t *face = hb_test_open_font_file ("fonts/cff1_dotsect.otf"); in test_subset_cff1_dotsection() local
|
H A D | test-subset-hmtx.c | 32 static void check_num_hmetrics(hb_face_t *face, uint16_t expected_num_hmetrics) in check_num_hmetrics() argument 156 hb_face_t *face = hb_test_open_font_file ("../fuzzing/fonts/crash-e4e0bb1458a91b692eba492c907ae1f94e635480"); in test_subset_invalid_hmtx() local
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | hb-fc.cc | 101 static hb_face_t *face; in hb_fc_font_create() local
|
/third_party/skia/bench/ |
H A D | CmapBench.cpp | 45 SkTypeface* face = r.fFont.getTypefaceOrDefault(); in charsToGlyphs_proc() local
|
/foundation/multimedia/camera_framework/test/fuzztest/streammetadatastub_fuzzer/ |
H A D | stream_metadata_stub_fuzzer.cpp | 97 const int32_t face = 0;
in Test() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_register_font.cpp | 71 auto face = fc->LoadFont(familyName, data, dataLength); in LoadFromFontCollection() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | htmlsubtitles.c | 91 char face[128]; member [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_two_sided_color.c | 40 nir_variable *face; member 177 nir_ssa_def *face; in nir_lower_two_sided_color_block() local
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_tex_tile_cache.h | 130 tex_tile_address( unsigned x, unsigned y, unsigned z, unsigned face, unsigned level ) tex_tile_address() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | stencil.c | 188 const GLint face = ctx->Stencil.ActiveFace; in stencil_func() local 259 const GLint face = ctx->Stencil.ActiveFace; _mesa_StencilMask() local 302 const GLint face = ctx->Stencil.ActiveFace; stencil_op() local 371 _mesa_ActiveStencilFaceEXT(GLenum face) _mesa_ActiveStencilFaceEXT() argument 393 stencil_op_separate(struct gl_context *ctx, GLenum face, GLenum sfail, GLenum zfail, GLenum zpass) stencil_op_separate() argument 425 _mesa_StencilOpSeparate_no_error(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass) _mesa_StencilOpSeparate_no_error() argument 434 _mesa_StencilOpSeparate(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass) _mesa_StencilOpSeparate() argument 466 stencil_func_separate(struct gl_context *ctx, GLenum face, GLenum func, GLint ref, GLuint mask) stencil_func_separate() argument 490 _mesa_StencilFuncSeparate_no_error(GLenum face, GLenum func, GLint ref, GLuint mask) _mesa_StencilFuncSeparate_no_error() argument 499 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) _mesa_StencilFuncSeparate() argument 521 stencil_mask_separate(struct gl_context *ctx, GLenum face, GLuint mask) stencil_mask_separate() argument 538 _mesa_StencilMaskSeparate_no_error(GLenum face, GLuint mask) _mesa_StencilMaskSeparate_no_error() argument 546 _mesa_StencilMaskSeparate(GLenum face, GLuint mask) _mesa_StencilMaskSeparate() argument [all...] |
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_noop.c | 44 _mesa_noop_Materialfv(GLenum face, GLenum pname, const GLfloat * params) in _mesa_noop_Materialfv() argument
|
/third_party/mesa3d/src/gallium/auxiliary/rbug/ |
H A D | rbug_texture.h | 59 uint32_t face; member 75 uint32_t face; member
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
H A D | ftcbasic.c | 101 FT_Face face; in FT_CALLBACK_DEF() local 143 FT_Face face = size->face; in FT_CALLBACK_DEF() local 167 FT_Face face; FT_CALLBACK_DEF() local [all...] |
H A D | ftccmap.c | 287 FT_Face face; in FT_EXPORT_DEF() local [all...] |