Lines Matching refs:SkSamplingOptions
129 const SkSamplingOptions& sampling, SkPaint* paint) { in drawImage()
148 const SkSamplingOptions& sampling) { in drawCase1()
161 const SkSamplingOptions& sampling) { in drawCase2()
174 const SkSamplingOptions& sampling) { in drawCase3()
191 const SkSamplingOptions& sampling) { in drawCase4()
206 const SkSamplingOptions& sampling) { in drawCase5()
247 const SkSamplingOptions none(SkFilterMode::kNearest); in onDraw()
248 const SkSamplingOptions low(SkFilterMode::kLinear); in onDraw()
249 const SkSamplingOptions high(SkCubicResampler::Mitchell()); in onDraw()
378 const SkSamplingOptions samplings[] = {
379 SkSamplingOptions(SkFilterMode::kNearest),
380 SkSamplingOptions(SkFilterMode::kLinear),
381 SkSamplingOptions(SkFilterMode::kLinear, SkMipmapMode::kLinear),
391 SkSamplingOptions());