HomeSort by relevance Sort by last modified time
    Searched refs:fColorsArePremul (Results 1 - 3 of 3) sorted by null

  /external/skia/src/effects/gradients/
Sk4fGradientBase.h 53 bool fColorsArePremul;
Sk4fGradientBase.cpp 93 // property is tracked in fColorsArePremul)
125 fColorsArePremul =
130 const Sk4f componentScale = fColorsArePremul
152 fColorsArePremul);
171 pack_color(shader.fOrigColors[prev], fColorsArePremul),
173 pack_color(shader.fOrigColors[curr], fColorsArePremul),
187 pack_color(shader.fOrigColors[prev], fColorsArePremul),
189 pack_color(shader.fOrigColors[curr], fColorsArePremul),
204 pack_color(shader.fOrigColors[last_index], fColorsArePremul);
Sk4fLinearGradient.cpp 175 if (fColorsArePremul) {
186 if (fColorsArePremul) {

Completed in 442 milliseconds