/aosp_15_r20/external/pdfium/core/fxge/freetype/ |
H A D | fx_freetype.h | 56 #define FXFT_Select_Charmap(face, encoding) \ argument 58 #define FXFT_Render_Glyph(face, mode) \ argument 61 #define FXFT_Has_Glyph_Names(face) \ argument 63 #define FXFT_Clear_Face_External_Stream(face) \ argument 65 #define FXFT_Get_Face_External_Stream(face) \ argument 67 #define FXFT_Is_Face_TT_OT(face) (((face)->face_flags) & FT_FACE_FLAG_SFNT) argument 68 #define FXFT_Is_Face_Tricky(face) (((face)->face_flags) & FT_FACE_FLAG_TRICKY) argument 69 #define FXFT_Is_Face_fixedwidth(face) \ argument 71 #define FXFT_Get_Face_Stream_Base(face) (face)->stream->base argument 72 #define FXFT_Get_Face_Stream_Size(face) (face)->stream->size argument [all …]
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-face.cc | 125 hb_face_t *face; in hb_face_create_for_tables() local 238 hb_face_t *face; in hb_face_create() local 287 hb_face_t *face = hb_face_create (blob, index); in hb_face_create_or_fail() local 315 hb_face_t *face = hb_face_create_or_fail (blob, index); in hb_face_create_from_file_or_fail() local 348 hb_face_reference (hb_face_t *face) in hb_face_reference() 364 hb_face_destroy (hb_face_t *face) in hb_face_destroy() 405 hb_face_set_user_data (hb_face_t *face, in hb_face_set_user_data() 427 hb_face_get_user_data (const hb_face_t *face, in hb_face_get_user_data() 442 hb_face_make_immutable (hb_face_t *face) in hb_face_make_immutable() 461 hb_face_is_immutable (const hb_face_t *face) in hb_face_is_immutable() [all …]
|
H A D | hb-ot-color.cc | 69 hb_ot_color_has_palettes (hb_face_t *face) in hb_ot_color_has_palettes() 85 hb_ot_color_palette_get_count (hb_face_t *face) in hb_ot_color_palette_get_count() 107 hb_ot_color_palette_get_name_id (hb_face_t *face, in hb_ot_color_palette_get_name_id() 129 hb_ot_color_palette_color_get_name_id (hb_face_t *face, in hb_ot_color_palette_color_get_name_id() 147 hb_ot_color_palette_get_flags (hb_face_t *face, in hb_ot_color_palette_get_flags() 179 hb_ot_color_palette_get_colors (hb_face_t *face, in hb_ot_color_palette_get_colors() 205 hb_ot_color_has_layers (hb_face_t *face) in hb_ot_color_has_layers() 222 hb_ot_color_has_paint (hb_face_t *face) in hb_ot_color_has_paint() 240 hb_ot_color_glyph_has_paint (hb_face_t *face, in hb_ot_color_glyph_has_paint() 263 hb_ot_color_glyph_get_layers (hb_face_t *face, in hb_ot_color_glyph_get_layers() [all …]
|
H A D | hb-ot-layout.cc | 88 hb_ot_layout_has_kerning (hb_face_t *face) in hb_ot_layout_has_kerning() 104 hb_ot_layout_has_machine_kerning (hb_face_t *face) in hb_ot_layout_has_machine_kerning() 124 hb_ot_layout_has_cross_kerning (hb_face_t *face) in hb_ot_layout_has_cross_kerning() 282 hb_ot_layout_has_glyph_classes (hb_face_t *face) in hb_ot_layout_has_glyph_classes() 300 hb_ot_layout_get_glyph_class (hb_face_t *face, in hb_ot_layout_get_glyph_class() 319 hb_ot_layout_get_glyphs_in_class (hb_face_t *face, in hb_ot_layout_get_glyphs_in_class() 345 hb_ot_layout_get_attach_points (hb_face_t *face, in hb_ot_layout_get_attach_points() 417 get_gsubgpos_table (hb_face_t *face, in get_gsubgpos_table() 444 hb_ot_layout_table_get_script_tags (hb_face_t *face, in hb_ot_layout_table_get_script_tags() 471 hb_ot_layout_table_find_script (hb_face_t *face, in hb_ot_layout_table_find_script() [all …]
|
H A D | hb-ot-var.cc | 64 hb_ot_var_has_data (hb_face_t *face) in hb_ot_var_has_data() 80 hb_ot_var_get_axis_count (hb_face_t *face) in hb_ot_var_get_axis_count() 101 hb_ot_var_get_axes (hb_face_t *face, in hb_ot_var_get_axes() 123 hb_ot_var_find_axis (hb_face_t *face, in hb_ot_var_find_axis() 148 hb_ot_var_get_axis_infos (hb_face_t *face, in hb_ot_var_get_axis_infos() 170 hb_ot_var_find_axis_info (hb_face_t *face, in hb_ot_var_find_axis_info() 193 hb_ot_var_get_named_instance_count (hb_face_t *face) in hb_ot_var_get_named_instance_count() 211 hb_ot_var_named_instance_get_subfamily_name_id (hb_face_t *face, in hb_ot_var_named_instance_get_subfamily_name_id() 230 hb_ot_var_named_instance_get_postscript_name_id (hb_face_t *face, in hb_ot_var_named_instance_get_postscript_name_id() 252 hb_ot_var_named_instance_get_design_coords (hb_face_t *face, in hb_ot_var_named_instance_get_design_coords() [all …]
|
/aosp_15_r20/external/freetype/src/base/ |
H A D | ftobjs.c | 674 FT_New_GlyphSlot( FT_Face face, in FT_New_GlyphSlot() 768 FT_Set_Transform( FT_Face face, in FT_Set_Transform() 819 FT_Get_Transform( FT_Face face, in FT_Get_Transform() 898 FT_Load_Glyph( FT_Face face, in FT_Load_Glyph() 1228 FT_Load_Char( FT_Face face, in FT_Load_Char() 1274 destroy_charmaps( FT_Face face, in destroy_charmaps() 1304 FT_Face face = (FT_Face)face_; in destroy_face() local 1377 find_unicode_charmap( FT_Face face ) in find_unicode_charmap() 1465 find_variant_selector_charmap( FT_Face face ) in find_variant_selector_charmap() 1513 FT_Face face = NULL; in open_face() local [all …]
|
H A D | ftmm.c | 38 ft_face_get_mm_service( FT_Face face, in ft_face_get_mm_service() 66 ft_face_get_mvar_service( FT_Face face, in ft_face_get_mvar_service() 96 FT_Get_Multi_Master( FT_Face face, in FT_Get_Multi_Master() 123 FT_Get_MM_Var( FT_Face face, in FT_Get_MM_Var() 169 FT_Set_MM_Design_Coordinates( FT_Face face, in FT_Set_MM_Design_Coordinates() 212 FT_Set_MM_WeightVector( FT_Face face, in FT_Set_MM_WeightVector() 253 FT_Get_MM_WeightVector( FT_Face face, in FT_Get_MM_WeightVector() 281 FT_Set_Var_Design_Coordinates( FT_Face face, in FT_Set_Var_Design_Coordinates() 353 FT_Get_Var_Design_Coordinates( FT_Face face, in FT_Get_Var_Design_Coordinates() 381 FT_Set_MM_Blend_Coordinates( FT_Face face, in FT_Set_MM_Blend_Coordinates() [all …]
|
/aosp_15_r20/external/harfbuzz_ng/test/api/ |
H A D | test-draw.c | 191 hb_face_t *face = hb_test_open_font_file ("fonts/SourceSerifVariable-Roman-VVAR.abc.ttf"); in test_hb_draw_glyf() local 252 hb_face_t *face = hb_test_open_font_file ("fonts/cff1_seac.otf"); in test_hb_draw_cff1() local 275 hb_face_t *face = hb_test_open_font_file ("fonts/RanaKufi-Regular.subset.otf"); in test_hb_draw_cff1_rline() local 299 hb_face_t *face = hb_test_open_font_file ("fonts/AdobeVFPrototype.abc.otf"); in test_hb_draw_cff2() local 345 hb_face_t *face = hb_test_open_font_file ("fonts/glyphs.ttf"); in test_hb_draw_ttf_parser_tests() local 392 hb_face_t *face = hb_test_open_font_file ("fonts/cff1_flex.otf"); in test_hb_draw_ttf_parser_tests() local 409 hb_face_t *face = hb_test_open_font_file ("fonts/cff1_dotsect.nohints.otf"); in test_hb_draw_ttf_parser_tests() local 435 hb_face_t *face = hb_test_open_font_file ("fonts/OpenSans-Regular.ttf"); in test_hb_draw_font_kit_glyphs_tests() local 464 hb_face_t *face = hb_test_open_font_file ("fonts/Mada-VF.ttf"); in test_hb_draw_font_kit_glyphs_tests() local 505 hb_face_t *face = hb_test_open_font_file ("fonts/SourceSansPro-Regular.otf"); in test_hb_draw_font_kit_glyphs_tests() local [all …]
|
/aosp_15_r20/external/freetype/src/cff/ |
H A D | cffdrivr.c | 111 cff_get_kerning( FT_Face face, /* CFF_Face */ in cff_get_kerning() 202 cff_get_advances( FT_Face face, in cff_get_advances() 316 cff_get_glyph_name( FT_Face face, /* CFF_Face */ in cff_get_glyph_name() 381 cff_get_name_index( FT_Face face, /* CFF_Face */ in cff_get_name_index() 463 cff_ps_get_font_info( FT_Face face, /* CFF_Face */ in cff_ps_get_font_info() 514 cff_ps_get_font_extra( FT_Face face, /* CFF_Face */ in cff_ps_get_font_extra() 664 FT_Face face = FT_CMAP_FACE( cmap ); in FT_DEFINE_SERVICE_PSFONTNAMEREC() local 758 cff_get_is_cid( FT_Face face, /* CFF_Face */ in cff_get_is_cid() 782 cff_get_cid_from_glyph_index( FT_Face face, /* CFF_Face */ in cff_get_cid_from_glyph_index() 865 cff_get_mm_blend( FT_Face face, /* CFF_Face */ in cff_get_mm_blend() [all …]
|
/aosp_15_r20/external/freetype/src/type1/ |
H A D | t1load.c | 105 t1_allocate_blend( T1_Face face, in t1_allocate_blend() 178 T1_Get_Multi_Master( FT_Face face, /* T1_Face */ in T1_Get_Multi_Master() 290 T1_Get_MM_Var( FT_Face face, /* T1_Face */ in T1_Get_MM_Var() 383 t1_set_mm_blend( T1_Face face, in t1_set_mm_blend() 444 T1_Set_MM_Blend( FT_Face face, /* T1_Face */ in T1_Set_MM_Blend() 453 T1_Get_MM_Blend( FT_Face face, /* T1_Face */ in T1_Get_MM_Blend() 489 T1_Set_MM_WeightVector( FT_Face face, /* T1_Face */ in T1_Set_MM_WeightVector() 525 T1_Get_MM_WeightVector( FT_Face face, /* T1_Face */ in T1_Get_MM_WeightVector() 555 T1_Set_MM_Design( FT_Face face, /* T1_Face */ in T1_Set_MM_Design() 638 T1_Reset_MM_Blend( FT_Face face, in T1_Reset_MM_Blend() [all …]
|
H A D | t1driver.c | 60 t1_get_glyph_name( FT_Face face, /* T1_Face */ in t1_get_glyph_name() 75 t1_get_name_index( FT_Face face, /* T1_Face */ in t1_get_name_index() 108 t1_get_ps_name( FT_Face face ) /* T1_Face */ in t1_get_ps_name() 163 t1_ps_get_font_info( FT_Face face, in t1_ps_get_font_info() 173 t1_ps_get_font_extra( FT_Face face, in t1_ps_get_font_extra() 183 t1_ps_has_glyph_names( FT_Face face ) in t1_ps_has_glyph_names() 192 t1_ps_get_font_private( FT_Face face, in t1_ps_get_font_private() 202 t1_ps_get_font_value( FT_Face face, in t1_ps_get_font_value() 746 T1_Face face = (T1_Face)t1face; in Get_Kerning() local
|
/aosp_15_r20/external/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; in _mesa_StencilMask() local 302 const GLint face = ctx->Stencil.ActiveFace; in stencil_op() local 371 _mesa_ActiveStencilFaceEXT(GLenum face) in _mesa_ActiveStencilFaceEXT() 393 stencil_op_separate(struct gl_context *ctx, GLenum face, GLenum sfail, in stencil_op_separate() 425 _mesa_StencilOpSeparate_no_error(GLenum face, GLenum sfail, GLenum zfail, in _mesa_StencilOpSeparate_no_error() 434 _mesa_StencilOpSeparate(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass) in _mesa_StencilOpSeparate() 466 stencil_func_separate(struct gl_context *ctx, GLenum face, GLenum func, in stencil_func_separate() 490 _mesa_StencilFuncSeparate_no_error(GLenum face, GLenum func, GLint ref, in _mesa_StencilFuncSeparate_no_error() 499 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in _mesa_StencilFuncSeparate() [all …]
|
/aosp_15_r20/external/freetype/src/sfnt/ |
H A D | ttload.c | 57 tt_face_lookup_table( TT_Face face, in tt_face_lookup_table() 131 tt_face_goto_table( TT_Face face, in tt_face_goto_table() 342 tt_face_load_font_dir( TT_Face face, in tt_face_load_font_dir() 568 tt_face_load_any( TT_Face face, in tt_face_load_any() 636 tt_face_load_generic_header( TT_Face face, in tt_face_load_generic_header() 690 tt_face_load_head( TT_Face face, in tt_face_load_head() 700 tt_face_load_bhed( TT_Face face, in tt_face_load_bhed() 728 tt_face_load_maxp( TT_Face face, in tt_face_load_maxp() 838 tt_face_load_name( TT_Face face, in tt_face_load_name() 1047 tt_face_free_name( TT_Face face ) in tt_face_free_name() [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/1.0/android.hardware.biometrics.face-V1.0-java/android_common/turbine/ |
D | android.hardware.biometrics.face-V1.0-java.jar | ... android/hardware/biometrics/face/V1_0/FaceAcquiredInfo.class
<Unknown>
package |
/aosp_15_r20/external/freetype/src/truetype/ |
H A D | ttgxvar.c | 356 ft_var_load_avar( TT_Face face ) in ft_var_load_avar() 496 tt_var_load_item_variation_store( FT_Face face, /* TT_Face */ in tt_var_load_item_variation_store() 707 tt_var_load_delta_set_index_mapping( FT_Face face, /* TT_Face */ in tt_var_load_delta_set_index_mapping() 861 ft_var_load_hvvar( TT_Face face, in ft_var_load_hvvar() 985 tt_var_get_item_delta( FT_Face face, /* TT_Face */ in tt_var_get_item_delta() 1172 tt_hvadvance_adjust( TT_Face face, in tt_hvadvance_adjust() 1265 tt_hadvance_adjust( FT_Face face, /* TT_Face */ in tt_hadvance_adjust() 1274 tt_vadvance_adjust( FT_Face face, /* TT_Face */ in tt_vadvance_adjust() 1301 ft_var_get_value_pointer( TT_Face face, in ft_var_get_value_pointer() 1374 ft_var_load_mvar( TT_Face face ) in ft_var_load_mvar() [all …]
|
H A D | ttobjs.c | 278 tt_get_sfnt_checksum( TT_Face face, in tt_get_sfnt_checksum() 309 tt_check_trickyness_sfnt_ids( TT_Face face ) in tt_check_trickyness_sfnt_ids() 548 tt_check_trickyness( FT_Face face ) in tt_check_trickyness() 584 TT_Face face = (TT_Face)ttface; in tt_check_single_notdef() local 667 TT_Face face = (TT_Face)ttface; in tt_face_init() local 822 TT_Face face = (TT_Face)ttface; in tt_face_done() local 894 TT_Face face = (TT_Face)size->root.face; in tt_size_run_fpgm() local 988 TT_Face face = (TT_Face)size->root.face; in tt_size_run_prep() local 1078 TT_Face face = (TT_Face)ftsize->face; in tt_size_done_bytecode() local 1121 TT_Face face = (TT_Face)ftsize->face; in tt_size_init_bytecode() local [all …]
|
H A D | ttpload.c | 63 tt_face_load_loca( TT_Face face, in tt_face_load_loca() 183 tt_face_get_location( FT_Face face, /* TT_Face */ in tt_face_get_location() 281 tt_face_done_loca( TT_Face face ) in tt_face_done_loca() 312 tt_face_load_cvt( TT_Face face, in tt_face_load_cvt() 395 tt_face_load_fpgm( TT_Face face, in tt_face_load_fpgm() 459 tt_face_load_prep( TT_Face face, in tt_face_load_prep() 530 tt_face_load_hdmx( TT_Face face, in tt_face_load_hdmx() 618 tt_face_free_hdmx( TT_Face face ) in tt_face_free_hdmx() 636 tt_face_get_device_metrics( TT_Face face, in tt_face_get_device_metrics()
|
/aosp_15_r20/external/s2-geometry-library-java/src/com/google/common/geometry/ |
H A D | S2Projections.java | 271 public static S2Point faceUvToXyz(int face, double u, double v) { in faceUvToXyz() 288 public static R2Vector validFaceXyzToUv(int face, S2Point p) { in validFaceXyzToUv() 322 int face = p.largestAbsComponent(); in xyzToFace() local 329 public static R2Vector faceXyzToUv(int face, S2Point p) { in faceXyzToUv() 342 public static S2Point getUNorm(int face, double u) { in getUNorm() 359 public static S2Point getVNorm(int face, double v) { in getVNorm() 376 public static S2Point getNorm(int face) { in getNorm() 380 public static S2Point getUAxis(int face) { in getUAxis() 397 public static S2Point getVAxis(int face) { in getVAxis()
|
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkFontHost_FreeType.cpp | 125 static bool GetAxes(FT_Face face, SkFontScanner::AxisDefinitions* axes) { in GetAxes() 456 FT_Face face() { return fFaceRec ? fFaceRec->fFace.get() : nullptr; } in face() function in AutoFTAccess 530 static bool canEmbed(FT_Face face) { in canEmbed() 536 static bool canSubset(FT_Face face) { in canSubset() 541 static SkAdvancedTypefaceMetrics::FontType get_font_type(FT_Face face) { in get_font_type() 576 FT_Face face = fta.face(); in onGetAdvancedMetrics() local 647 FT_Face face = fta.face(); in getGlyphToUnicodeMap() local 670 FT_Face face = fta.face(); in getPostScriptGlyphNames() local 689 FT_Face face = fta.face(); in onGetPostScriptName() local 752 FT_Face face = fta.face(); in GetVariationDesignPosition() local [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/freetype/include/freetype/ |
D | freetype.h | 863 FT_Face face; member 1288 #define FT_HAS_HORIZONTAL( face ) \ argument 1302 #define FT_HAS_VERTICAL( face ) \ argument 1316 #define FT_HAS_KERNING( face ) \ argument 1331 #define FT_IS_SCALABLE( face ) \ argument 1350 #define FT_IS_SFNT( face ) \ argument 1365 #define FT_IS_FIXED_WIDTH( face ) \ argument 1380 #define FT_HAS_FIXED_SIZES( face ) \ argument 1393 #define FT_HAS_FAST_GLYPHS( face ) 0 argument 1406 #define FT_HAS_GLYPH_NAMES( face ) \ argument [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/freetype/include/freetype/ |
D | freetype.h | 863 FT_Face face; member 1288 #define FT_HAS_HORIZONTAL( face ) \ argument 1302 #define FT_HAS_VERTICAL( face ) \ argument 1316 #define FT_HAS_KERNING( face ) \ argument 1331 #define FT_IS_SCALABLE( face ) \ argument 1350 #define FT_IS_SFNT( face ) \ argument 1365 #define FT_IS_FIXED_WIDTH( face ) \ argument 1380 #define FT_HAS_FIXED_SIZES( face ) \ argument 1393 #define FT_HAS_FAST_GLYPHS( face ) 0 argument 1406 #define FT_HAS_GLYPH_NAMES( face ) \ argument [all …]
|
/aosp_15_r20/external/freetype/include/freetype/ |
H A D | freetype.h | 1006 FT_Face face; member 1450 #define FT_HAS_HORIZONTAL( face ) \ argument 1464 #define FT_HAS_VERTICAL( face ) \ argument 1478 #define FT_HAS_KERNING( face ) \ argument 1493 #define FT_IS_SCALABLE( face ) \ argument 1512 #define FT_IS_SFNT( face ) \ argument 1527 #define FT_IS_FIXED_WIDTH( face ) \ argument 1542 #define FT_HAS_FIXED_SIZES( face ) \ argument 1562 #define FT_HAS_FAST_GLYPHS( face ) 0 argument 1582 #define FT_HAS_GLYPH_NAMES( face ) \ argument [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/freetype/include/freetype/ |
D | freetype.h | 863 FT_Face face; member 1288 #define FT_HAS_HORIZONTAL( face ) \ argument 1302 #define FT_HAS_VERTICAL( face ) \ argument 1316 #define FT_HAS_KERNING( face ) \ argument 1331 #define FT_IS_SCALABLE( face ) \ argument 1350 #define FT_IS_SFNT( face ) \ argument 1365 #define FT_IS_FIXED_WIDTH( face ) \ argument 1380 #define FT_HAS_FIXED_SIZES( face ) \ argument 1393 #define FT_HAS_FAST_GLYPHS( face ) 0 argument 1406 #define FT_HAS_GLYPH_NAMES( face ) \ argument [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/freetype/include/freetype/ |
D | freetype.h | 863 FT_Face face; member 1288 #define FT_HAS_HORIZONTAL( face ) \ argument 1302 #define FT_HAS_VERTICAL( face ) \ argument 1316 #define FT_HAS_KERNING( face ) \ argument 1331 #define FT_IS_SCALABLE( face ) \ argument 1350 #define FT_IS_SFNT( face ) \ argument 1365 #define FT_IS_FIXED_WIDTH( face ) \ argument 1380 #define FT_HAS_FIXED_SIZES( face ) \ argument 1393 #define FT_HAS_FAST_GLYPHS( face ) 0 argument 1406 #define FT_HAS_GLYPH_NAMES( face ) \ argument [all …]
|
/aosp_15_r20/external/freetype/src/cid/ |
H A D | cidload.c | 71 cid_load_keyword( CID_Face face, in cid_load_keyword() 158 cid_parse_font_matrix( FT_Face face, /* CID_Face */ in cid_parse_font_matrix() 241 parse_fd_array( FT_Face face, /* CID_Face */ in parse_fd_array() 322 parse_expansion_factor( FT_Face face, /* CID_Face */ in parse_expansion_factor() 349 parse_font_name( FT_Face face, /* CID_Face */ in parse_font_name() 396 cid_parse_dict( CID_Face face, in cid_parse_dict() 523 cid_read_subrs( CID_Face face ) in cid_read_subrs() 657 CID_Face face ) in cid_init_loader() 680 CID_Face face, in cid_hex_to_binary() 776 cid_face_open( CID_Face face, in cid_face_open()
|