Searched refs:Mitchell (Results 1 – 25 of 49) sorted by relevance
12
/external/skia/gm/ |
D | tiledscaledbitmap.cpp | 69 SkSamplingOptions(SkCubicResampler::Mitchell()), mat)); in onDraw()
|
D | bicubic.cpp | 38 SkCubicResampler::Mitchell(),
|
D | filterbug.cpp | 62 static const SkSamplingOptions kSampling(SkCubicResampler::Mitchell()); in onDraw()
|
D | localmatriximageshader.cpp | 74 p.setShader(image->makeShader(SkSamplingOptions(SkCubicResampler::Mitchell()))
|
D | clippedbitmapshaders.cpp | 95 fHQ ? SkSamplingOptions(SkCubicResampler::Mitchell()) in onDraw()
|
D | filterindiabox.cpp | 44 draw_cell(canvas, bm, mat, 3 * dx, SkSamplingOptions(SkCubicResampler::Mitchell())); in draw_row()
|
D | perspimages.cpp | 85 SkSamplingOptions(SkCubicResampler::Mitchell())}) { in onDraw()
|
D | anisotropic.cpp | 25 AnisotropicGM() : fSampling(SkCubicResampler::Mitchell()) { in AnisotropicGM()
|
D | resizeimagefilter.cpp | 80 SkSamplingOptions(SkCubicResampler::Mitchell()), in onDraw()
|
D | mipmap.cpp | 52 SkSamplingOptions(SkCubicResampler::Mitchell()),
|
D | imagescalealigned.cpp | 114 SkSamplingOptions(SkCubicResampler::Mitchell()), in drawSets()
|
D | perspshaders.cpp | 160 this->drawRow(canvas, SkSamplingOptions(SkCubicResampler::Mitchell())); in onDraw()
|
D | rectangletexture.cpp | 160 SkSamplingOptions(SkCubicResampler::Mitchell()), in onDraw()
|
D | imagefromyuvtextures.cpp | 246 SkSamplingOptions(SkCubicResampler::Mitchell())}) in onDraw()
|
D | compressed_textures.cpp | 274 SkSamplingOptions sampling(SkCubicResampler::Mitchell()); in drawCell()
|
D | imagefiltersbase.cpp | 193 SkSamplingOptions sampling(SkCubicResampler::Mitchell()); in draw_atlas()
|
D | bleed.cpp | 249 const SkSamplingOptions high(SkCubicResampler::Mitchell()); in onDraw()
|
/external/skia/include/core/ |
D | SkSamplingOptions.h | 50 static constexpr SkCubicResampler Mitchell() { return {1/3.0f, 1/3.0f}; } in Mitchell() function
|
/external/mesa3d/docs/relnotes/ |
D | 7.0.2.rst | 48 - Fixed a few GLUT/Fortran issues (Bill Mitchell)
|
/external/iperf3/config/ |
D | ax_check_openssl.m4 | 28 # Copyright (c) 2009,2010 Dustin J. Mitchell <dustin@zmanda.com>
|
/external/python/cpython2/Doc/library/ |
D | jpeg.rst | 90 The canonical reference for the JPEG image format, by Pennebaker and Mitchell.
|
/external/python/cpython3/m4/ |
D | ax_check_openssl.m4 | 28 # Copyright (c) 2009,2010 Dustin J. Mitchell <dustin@zmanda.com>
|
/external/apache-commons-bcel/docs/ |
D | manual.bib | 10 author = {O. Agesen and S. N. Freund and J. C. Mitchell},
|
/external/python/cpython2/Misc/ |
D | ACKS | 964 Dom Mitchell 965 Dustin J. Mitchell 966 Tim Mitchell
|
/external/python/cpython3/Misc/ |
D | ACKS | 1161 Dom Mitchell 1162 Dustin J. Mitchell 1163 Tim Mitchell
|
12