HomeSort by relevance Sort by last modified time
    Searched defs:doBicubic (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
SkGpuDevice_drawTexture.cpp 165 bool doBicubic;
168 &doBicubic);
169 const GrSamplerParams::FilterMode* filterMode = doBicubic ? nullptr : &fm;
SkGpuDevice.cpp 828 bool doBicubic;
830 GrSkFilterQualityToGrFilterMode(quality, viewMatrix, srcToDstRect, &doBicubic);
833 if (doBicubic) {
    [all...]
  /external/skia/src/image/
SkImageShader.cpp 151 bool doBicubic;
154 &doBicubic);
172 if (doBicubic) {

Completed in 63 milliseconds