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

  /external/skia/src/effects/
SkGradientShader.cpp 248 SkColor* origColors = fOrigColors;
250 *origColors++ = colors[0];
252 memcpy(origColors, colors, colorCount * sizeof(SkColor));
254 origColors += colorCount;
255 *origColors = colors[colorCount - 1];
    [all...]

Completed in 797 milliseconds