Searched refs:fLinearInterp (Results 1 – 2 of 2) sorted by relevance
331 const bool fLinearInterp; member in PatchUtilsBench333 PatchUtilsBench(bool linearInterp) : fLinearInterp(linearInterp) { in PatchUtilsBench()354 auto cs = fLinearInterp ? SkColorSpace::MakeSRGBLinear() : nullptr; in onDraw()