Searched refs:interpColorsLinearly (Results 1 – 5 of 5) sorted by relevance
52 bool interpColorsLinearly = false);
294 bool interpColorsLinearly) { in MakeVertices() argument332 auto convertCS = interpColorsLinearly ? SkColorSpace::MakeSRGB() : nullptr; in MakeVertices()
129 bool interpColorsLinearly, const SkPaint& paint) { in drawPatch() argument132 interpColorsLinearly); in drawPatch()
247 const SkPoint texCoords[4], SkBlendMode, bool interpColorsLinearly,
2643 const bool interpColorsLinearly = (this->imageInfo().colorSpace() != nullptr); in onDrawPatch() local2648 iter.fDevice->drawPatch(cubics, colors, texCoords, bmode, interpColorsLinearly, paint); in onDrawPatch()