HomeSort by relevance Sort by last modified time
    Searched full:num_stops (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/state_trackers/vega/
paint.c 67 VGint num_stops; member in struct:vg_paint::__anon16775
389 const VGint num_stops = num / 5; local
392 paint->gradient.num_stops = num;
407 for (i = 1; i < num_stops; ++i) {
550 return paint->gradient.num_stops;

Completed in 151 milliseconds