Home
last modified time | relevance | path

Searched refs:color_stop_iterator (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp501 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()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftcolor.h663 FT_ColorStopIterator color_stop_iterator; member
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcolr.c388 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()