Searched refs:Mitchell (Results 1 - 22 of 22) sorted by relevance
/third_party/skia/gm/ |
H A D | bicubic.cpp | 18 SkSamplingOptions(SkCubicResampler::Mitchell()), in DEF_SIMPLE_GM() 44 SkCubicResampler::Mitchell(), in DEF_SIMPLE_GM()
|
H A D | tiledscaledbitmap.cpp | 68 SkSamplingOptions(SkCubicResampler::Mitchell()), mat));
|
H A D | bmpfilterqualityrepeat.cpp | 83 { "high", SkSamplingOptions(SkCubicResampler::Mitchell()) }, in drawAll()
|
H A D | rectangletexture.cpp | 156 SkSamplingOptions(SkCubicResampler::Mitchell()), 208 SkSamplingOptions(SkCubicResampler::Mitchell()),
|
H A D | anisotropic.cpp | 24 AnisotropicGM() : fSampling(SkCubicResampler::Mitchell()) { in AnisotropicGM()
|
H A D | filterindiabox.cpp | 43 draw_cell(canvas, bm, mat, 3 * dx, SkSamplingOptions(SkCubicResampler::Mitchell())); in draw_row()
|
H A D | filterbug.cpp | 61 static const SkSamplingOptions kSampling(SkCubicResampler::Mitchell());
|
H A D | resizeimagefilter.cpp | 79 SkSamplingOptions(SkCubicResampler::Mitchell()),
|
H A D | clippedbitmapshaders.cpp | 94 fHQ ? SkSamplingOptions(SkCubicResampler::Mitchell())
|
H A D | localmatriximageshader.cpp | 74 p.setShader(image->makeShader(SkSamplingOptions(SkCubicResampler::Mitchell())) in DEF_SIMPLE_GM()
|
H A D | perspimages.cpp | 84 SkSamplingOptions(SkCubicResampler::Mitchell())}) {
|
H A D | mipmap.cpp | 51 SkSamplingOptions(SkCubicResampler::Mitchell()), in DEF_SIMPLE_GM()
|
H A D | imagescalealigned.cpp | 113 SkSamplingOptions(SkCubicResampler::Mitchell()), in drawSets()
|
H A D | perspshaders.cpp | 159 this->drawRow(canvas, SkSamplingOptions(SkCubicResampler::Mitchell()));
|
H A D | compressed_textures.cpp | 272 SkSamplingOptions sampling(SkCubicResampler::Mitchell()); in drawCell()
|
H A D | imagefromyuvtextures.cpp | 245 SkSamplingOptions(SkCubicResampler::Mitchell())})
|
H A D | tilemodes_scaled.cpp | 33 SkSamplingOptions(SkCubicResampler::Mitchell()),
|
H A D | bleed.cpp | 247 const SkSamplingOptions high(SkCubicResampler::Mitchell());
|
H A D | imagefiltersbase.cpp | 193 SkSamplingOptions sampling(SkCubicResampler::Mitchell()); in draw_atlas()
|
H A D | image.cpp | 46 SkSamplingOptions(SkCubicResampler::Mitchell()),
|
H A D | tilemodes.cpp | 283 paint->setShader(img->makeShader(tx, ty, SkSamplingOptions(SkCubicResampler::Mitchell()))); in DEF_SIMPLE_GM()
|
/third_party/skia/include/core/ |
H A D | SkSamplingOptions.h | 34 * B = 1/3, C = 1/3 "Mitchell" filter 38 * Don P. Mitchell 41 * https://www.cs.utexas.edu/~fussell/courses/cs384g-fall2013/lectures/mitchell/Mitchell.pdf 50 static constexpr SkCubicResampler Mitchell() { return {1/3.0f, 1/3.0f}; } in Mitchell() function
|
Completed in 9 milliseconds