Home
last modified time | relevance | path

Searched refs:interpColorsLinearly (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/utils/
DSkPatchUtils.h52 bool interpColorsLinearly = false);
DSkPatchUtils.cpp294 bool interpColorsLinearly) { in MakeVertices() argument
332 auto convertCS = interpColorsLinearly ? SkColorSpace::MakeSRGB() : nullptr; in MakeVertices()
/external/skia/src/core/
DSkDevice.cpp129 bool interpColorsLinearly, const SkPaint& paint) { in drawPatch() argument
132 interpColorsLinearly); in drawPatch()
DSkDevice.h247 const SkPoint texCoords[4], SkBlendMode, bool interpColorsLinearly,
DSkCanvas.cpp2643 const bool interpColorsLinearly = (this->imageInfo().colorSpace() != nullptr); in onDrawPatch() local
2648 iter.fDevice->drawPatch(cubics, colors, texCoords, bmode, interpColorsLinearly, paint); in onDrawPatch()