Searched refs:color_stop_iterator (Results 1 – 3 of 3) sorted by relevance
501 FT_ColorStopIterator& color_stop_iterator, in colrv1_configure_skpaint()504 const FT_UInt num_color_stops = color_stop_iterator.num_color_stops; in colrv1_configure_skpaint()516 while (FT_Get_Colorline_Stops(face, &color_stop, &color_stop_iterator)) { in colrv1_configure_skpaint()517 FT_UInt index = color_stop_iterator.current_color_stop - 1; in colrv1_configure_skpaint()599 if (!fetch_color_stops(linear_gradient.colorline.color_stop_iterator, stops, colors) || in colrv1_configure_skpaint()654 if (!fetch_color_stops(radial_gradient.colorline.color_stop_iterator, stops, colors)) { in colrv1_configure_skpaint()675 if (!fetch_color_stops(sweep_gradient.colorline.color_stop_iterator, stops, colors)) { in colrv1_configure_skpaint()
663 FT_ColorStopIterator color_stop_iterator; member
388 colorline->color_stop_iterator.num_color_stops = FT_NEXT_USHORT( p ); in read_color_line()389 colorline->color_stop_iterator.p = p; in read_color_line()390 colorline->color_stop_iterator.current_color_stop = 0; in read_color_line()