Searched defs:ColorLine (Results 1 – 3 of 3) sorted by relevance
434 struct ColorLine struct436 void closurev1 (hb_colrv1_closure_context_t* c) const in closurev1()442 bool subset (hb_subset_context_t *c, in subset()459 bool sanitize (hb_sanitize_context_t *c) const in sanitize()468 get_color_stops (hb_paint_context_t *c, in get_color_stops()487 HB_INTERNAL static unsigned int static_get_color_stops (hb_color_line_t *color_line, in static_get_color_stops()499 hb_paint_extend_t get_extend () const in get_extend()504 HB_INTERNAL static hb_paint_extend_t static_get_extend (hb_color_line_t *color_line, in static_get_extend()512 Extend extend;513 Array16Of<Var<ColorStop>> stops;
110 struct ColorLine struct112 Vec4 p0; //!< 0113 Vec4 p1; //!< 1
1337 impl<'a> FontRead<'a> for ColorLine<'a> { implementation1351 pub type ColorLine<'a> = TableRef<'a, ColorLineMarker>; typedef1353 impl<'a> ColorLine<'a> { implementation1373 impl<'a> SomeTable<'a> for ColorLine<'a> { implementation1395 impl<'a> std::fmt::Debug for ColorLine<'a> { implementation