Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/experimental/rust_cxx/
H A Dhype-bridge.rs5 pub struct HypeOutput { struct
11 fn hypeify(input: String, num_exclamations: i32) -> HypeOutput; in hypeify()
16 use crate::ffi::HypeOutput;
18 pub fn hypeify(input: String, num_exclamations: i32) -> HypeOutput { in hypeify()