Home
last modified time | relevance | path

Searched refs:worstCaseWidth (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrSurfaceProxy.h145 int worstCaseWidth() const;
159 return SkRect::MakeIWH(this->worstCaseWidth(), this->worstCaseHeight()); in getWorstCaseBoundsRect()
DGrSurfaceProxy.cpp287 int width = this->worstCaseWidth(); in computeScratchKey()
313 int GrSurfaceProxy::worstCaseWidth() const { in worstCaseWidth() function in GrSurfaceProxy
DGrProxyProvider.cpp940 (isInstantiated && proxy->worstCaseWidth() == proxy->width() && in IsFunctionallyExact()
DGrRenderTargetContext.cpp360 SkIRect rtRect = SkIRect::MakeWH(fRenderTargetContext->fRenderTargetProxy->worstCaseWidth(), in absClear()
489 rtRect = SkRect::MakeWH(fRenderTargetProxy->worstCaseWidth(), in attemptQuadOptimization()
/third_party/flutter/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp591 renderTargetContext->asRenderTargetProxy()->worstCaseWidth(), in internalDrawPath()
/third_party/flutter/skia/src/image/
DSkImage_Gpu.cpp61 : INHERITED(std::move(context), proxy->worstCaseWidth(), proxy->worstCaseHeight(), uniqueID, in SkImage_Gpu()