Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrSurfaceProxy.h146 int worstCaseHeight() const;
159 return SkRect::MakeIWH(this->worstCaseWidth(), this->worstCaseHeight()); in getWorstCaseBoundsRect()
DGrSurfaceProxy.cpp289 int height = this->worstCaseHeight(); in computeScratchKey()
326 int GrSurfaceProxy::worstCaseHeight() const { in worstCaseHeight() function in GrSurfaceProxy
DGrProxyProvider.cpp955 proxy->worstCaseHeight() == proxy->height()); in IsFunctionallyExact()
DGrRenderTargetContext.cpp361 fRenderTargetContext->fRenderTargetProxy->worstCaseHeight()); in absClear()
490 fRenderTargetProxy->worstCaseHeight()); in attemptQuadOptimization()
/third_party/flutter/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp592 renderTargetContext->asRenderTargetProxy()->worstCaseHeight(), in internalDrawPath()
/third_party/flutter/skia/src/image/
DSkImage_Gpu.cpp61 : INHERITED(std::move(context), proxy->worstCaseWidth(), proxy->worstCaseHeight(), uniqueID, in SkImage_Gpu()