Searched refs:worstCaseWidth (Results 1 – 12 of 12) sorted by relevance
/external/skia/include/private/ |
D | GrSurfaceProxy.h | 247 int worstCaseWidth() const; 261 return SkRect::MakeIWH(this->worstCaseWidth(), this->worstCaseHeight()); in getWorstCaseBoundsRect()
|
/external/skqp/include/private/ |
D | GrSurfaceProxy.h | 245 int worstCaseWidth() const; 259 return SkRect::MakeIWH(this->worstCaseWidth(), this->worstCaseHeight()); in getWorstCaseBoundsRect()
|
/external/skqp/src/gpu/ |
D | GrSurfaceProxy.cpp | 275 int width = this->worstCaseWidth(); in computeScratchKey() 301 int GrSurfaceProxy::worstCaseWidth() const { in worstCaseWidth() function in GrSurfaceProxy
|
D | GrProxyProvider.cpp | 722 (isInstantiated && proxy->worstCaseWidth() == proxy->width() && in IsFunctionallyExact()
|
D | GrRenderTargetContext.cpp | 372 SkIRect rtRect = SkIRect::MakeWH(fRenderTargetContext->fRenderTargetProxy->worstCaseWidth(), in absClear()
|
/external/skia/src/gpu/ |
D | GrSurfaceProxy.cpp | 272 int width = this->worstCaseWidth(); in computeScratchKey() 298 int GrSurfaceProxy::worstCaseWidth() const { in worstCaseWidth() function in GrSurfaceProxy
|
D | GrProxyProvider.cpp | 770 (isInstantiated && proxy->worstCaseWidth() == proxy->width() && in IsFunctionallyExact()
|
D | GrRenderTargetContext.cpp | 368 SkIRect rtRect = SkIRect::MakeWH(fRenderTargetContext->fRenderTargetProxy->worstCaseWidth(), in absClear()
|
/external/skqp/src/gpu/ops/ |
D | GrDefaultPathRenderer.cpp | 588 renderTargetContext->asRenderTargetProxy()->worstCaseWidth(), in internalDrawPath()
|
/external/skia/src/gpu/ops/ |
D | GrDefaultPathRenderer.cpp | 587 renderTargetContext->asRenderTargetProxy()->worstCaseWidth(), in internalDrawPath()
|
/external/skqp/src/image/ |
D | SkImage_Gpu.cpp | 48 : INHERITED(std::move(context), proxy->worstCaseWidth(), proxy->worstCaseHeight(), uniqueID, in SkImage_Gpu()
|
/external/skia/src/image/ |
D | SkImage_Gpu.cpp | 53 : INHERITED(std::move(context), proxy->worstCaseWidth(), proxy->worstCaseHeight(), uniqueID, in SkImage_Gpu()
|