Searched defs:num_color_stops (Results 1 – 11 of 11) sorted by relevance
547 FT_UInt num_color_stops; member
551 FT_UInt num_color_stops; member
1094 fn num_color_stops(color_stops: &BridgeColorStops) -> usize { in num_color_stops() function1801 fn num_color_stops(color_stops: &BridgeColorStops) -> usize; in num_color_stops() function
1018 size_t num_color_stops = fontations_ffi::num_color_stops(color_stops); in populateStopsAndColors() local