Searched defs:BridgeFontRef (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/skia/src/ports/fontations/src/ |
H A D | ffi.rs | 114 fn lookup_glyph_or_zero(font_ref: &BridgeFontRef, map: &BridgeMappingIndex, codepoint: u32) -> u16 { in lookup_glyph_or_zero() 131 fn fill_glyph_to_unicode_map(font_ref: &BridgeFontRef, map: &mut [u32]) { in fill_glyph_to_unicode_map() 576 font_ref: &BridgeFontRef, in unhinted_advance_width_or_zero() 640 font_ref: &BridgeFontRef, in get_skia_metrics() 653 fn get_unscaled_metrics(font_ref: &BridgeFontRef, coords: &BridgeNormalizedCoords) -> ffi::Metrics { in get_unscaled_metrics() 690 fn english_or_first_font_name(font_ref: &BridgeFontRef, name_id: StringId) -> Option<String> { in english_or_first_font_name() 717 fn postscript_name(font_ref: &BridgeFontRef, out_string: &mut String) -> bool { in postscript_name() 729 font_ref: &BridgeFontRef, in resolve_palette() 769 fn has_colr_glyph(font_ref: &BridgeFontRef, format: ColorGlyphFormat, glyph_id: u16) -> bool { in has_colr_glyph() 780 fn has_colrv1_glyph(font_ref: &BridgeFontRef, glyph_id: u16) -> bool { in has_colrv1_glyph() [all …]
|