Home
last modified time | relevance | path

Searched refs:rescaleInto (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrSurfaceContext.h187 bool rescaleInto(GrSurfaceFillContext* dst,
DGrSurfaceContext.cpp1147 if (!sfc || !this->rescaleInto(sfc.get(), in rescale()
1157 bool GrSurfaceContext::rescaleInto(GrSurfaceFillContext* dst, in rescaleInto() function in GrSurfaceContext
/external/skia/src/core/
DSkGpuBlurUtils.cpp611 if (!srcCtx->rescaleInto(rescaledSDC.get(), in GaussianBlur()