Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/ports/fontations/src/
H A Dffi.rs1929 let font_ref = make_font_ref(&file_buffer, 0); in test_palette_override() localVariable
1983 let font_ref = make_font_ref(&file_buffer, 0); in test_default_palette_for_invalid_index() localVariable
2019 let font_ref = make_font_ref(&file_buffer, 0); in test_font_attributes() localVariable
2039 let font_ref = make_font_ref(&file_buffer, 0); in test_variable_font_attributes() localVariable
2055 let font_ref = make_font_ref(&font_buffer, 0); in test_no_instances() localVariable
2064 let font_ref = make_font_ref(&font_buffer, 0); in test_no_axes() localVariable
2074 let font_ref = make_font_ref(&font_buffer, 0); in test_named_instances() localVariable
2124 let font_ref = make_font_ref(&file_buffer, 0); in test_shifted_named_instance_index() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/style/font/
Dab_glyph.rs68 font_ref: FontRef<'static>, field