Home
last modified time | relevance | path

Searched refs:Mitchell (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/gm/
H A Dbicubic.cpp18 SkSamplingOptions(SkCubicResampler::Mitchell()), in DEF_SIMPLE_GM()
44 SkCubicResampler::Mitchell(), in DEF_SIMPLE_GM()
H A Dtiledscaledbitmap.cpp68 SkSamplingOptions(SkCubicResampler::Mitchell()), mat));
H A Dbmpfilterqualityrepeat.cpp83 { "high", SkSamplingOptions(SkCubicResampler::Mitchell()) }, in drawAll()
H A Drectangletexture.cpp156 SkSamplingOptions(SkCubicResampler::Mitchell()),
208 SkSamplingOptions(SkCubicResampler::Mitchell()),
H A Danisotropic.cpp24 AnisotropicGM() : fSampling(SkCubicResampler::Mitchell()) { in AnisotropicGM()
H A Dfilterindiabox.cpp43 draw_cell(canvas, bm, mat, 3 * dx, SkSamplingOptions(SkCubicResampler::Mitchell())); in draw_row()
H A Dfilterbug.cpp61 static const SkSamplingOptions kSampling(SkCubicResampler::Mitchell());
H A Dresizeimagefilter.cpp79 SkSamplingOptions(SkCubicResampler::Mitchell()),
H A Dclippedbitmapshaders.cpp94 fHQ ? SkSamplingOptions(SkCubicResampler::Mitchell())
H A Dlocalmatriximageshader.cpp74 p.setShader(image->makeShader(SkSamplingOptions(SkCubicResampler::Mitchell())) in DEF_SIMPLE_GM()
H A Dperspimages.cpp84 SkSamplingOptions(SkCubicResampler::Mitchell())}) {
H A Dmipmap.cpp51 SkSamplingOptions(SkCubicResampler::Mitchell()), in DEF_SIMPLE_GM()
H A Dimagescalealigned.cpp113 SkSamplingOptions(SkCubicResampler::Mitchell()), in drawSets()
H A Dperspshaders.cpp159 this->drawRow(canvas, SkSamplingOptions(SkCubicResampler::Mitchell()));
H A Dcompressed_textures.cpp272 SkSamplingOptions sampling(SkCubicResampler::Mitchell()); in drawCell()
H A Dimagefromyuvtextures.cpp245 SkSamplingOptions(SkCubicResampler::Mitchell())})
H A Dtilemodes_scaled.cpp33 SkSamplingOptions(SkCubicResampler::Mitchell()),
H A Dbleed.cpp247 const SkSamplingOptions high(SkCubicResampler::Mitchell());
H A Dimagefiltersbase.cpp193 SkSamplingOptions sampling(SkCubicResampler::Mitchell()); in draw_atlas()
H A Dimage.cpp46 SkSamplingOptions(SkCubicResampler::Mitchell()),
H A Dtilemodes.cpp283 paint->setShader(img->makeShader(tx, ty, SkSamplingOptions(SkCubicResampler::Mitchell()))); in DEF_SIMPLE_GM()
/third_party/skia/include/core/
H A DSkSamplingOptions.h34 * 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