Lines Matching refs:SkSamplingOptions
128 const SkSamplingOptions& sampling, SkPaint* paint) { in drawImage()
147 const SkSamplingOptions& sampling) { in drawCase1()
160 const SkSamplingOptions& sampling) { in drawCase2()
173 const SkSamplingOptions& sampling) { in drawCase3()
190 const SkSamplingOptions& sampling) { in drawCase4()
205 const SkSamplingOptions& sampling) { in drawCase5()
245 const SkSamplingOptions none(SkFilterMode::kNearest); in onDraw()
246 const SkSamplingOptions low(SkFilterMode::kLinear); in onDraw()
247 const SkSamplingOptions high(SkCubicResampler::Mitchell()); in onDraw()
376 const SkSamplingOptions samplings[] = {
377 SkSamplingOptions(SkFilterMode::kNearest),
378 SkSamplingOptions(SkFilterMode::kLinear),
379 SkSamplingOptions(SkFilterMode::kLinear, SkMipmapMode::kLinear),
389 SkSamplingOptions());