Home
last modified time | relevance | path

Searched defs:BridgeFontRef (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/fontations/src/
Dffi.rs88 fn lookup_glyph_or_zero(font_ref: &BridgeFontRef, map: &BridgeMappingIndex, codepoint: u32) -> u16 { in lookup_glyph_or_zero()
100 fn fill_glyph_to_unicode_map(font_ref: &BridgeFontRef, map: &mut [u32]) { in fill_glyph_to_unicode_map()
431 font_ref: &BridgeFontRef, in unhinted_advance_width_or_zero()
495 font_ref: &BridgeFontRef, in get_skia_metrics()
508 fn get_unscaled_metrics(font_ref: &BridgeFontRef, coords: &BridgeNormalizedCoords) -> ffi::Metrics { in get_unscaled_metrics()
545 fn english_or_first_font_name(font_ref: &BridgeFontRef, name_id: StringId) -> Option<String> { in english_or_first_font_name()
565 fn postscript_name(font_ref: &BridgeFontRef, out_string: &mut String) -> bool { in postscript_name()
577 font_ref: &BridgeFontRef, in resolve_palette()
617 fn has_colr_glyph(font_ref: &BridgeFontRef, format: ColorGlyphFormat, glyph_id: u16) -> bool { in has_colr_glyph()
628 fn has_colrv1_glyph(font_ref: &BridgeFontRef, glyph_id: u16) -> bool { in has_colrv1_glyph()
[all …]