Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/tessellate/
H A DGrTessellationPathRenderer.cpp110 float worstCaseWidth = std::sqrt(std::max(r0, r1)); in initAtlasFlags() local
115 SkASSERT(SkScalarNearlyEqual(worstCaseHeight * worstCaseWidth, h*h, 1)); in initAtlasFlags()
119 kLinearizationIntolerance, worstCaseWidth, worstCaseHeight), s, 1)); in initAtlasFlags()
122 fMaxAtlasPathWidth = std::min(fMaxAtlasPathWidth, (int)worstCaseWidth); in initAtlasFlags()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrSurfaceProxy.h125 int worstCaseWidth() const;
139 return SkRect::MakeIWH(this->worstCaseWidth(), this->worstCaseHeight()); in getWorstCaseBoundsRect()
H A DGrSurfaceProxy.cpp280 int width = this->worstCaseWidth(); in computeScratchKey()
302 int GrSurfaceProxy::worstCaseWidth() const { in worstCaseWidth() function in GrSurfaceProxy
H A DGrProxyProvider.cpp884 (isInstantiated && proxy->worstCaseWidth() == proxy->width() && in IsFunctionallyExact()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrSurfaceProxy.h125 int worstCaseWidth() const;
139 return SkRect::MakeIWH(this->worstCaseWidth(), this->worstCaseHeight()); in getWorstCaseBoundsRect()
H A DGrSurfaceProxy.cpp280 int width = this->worstCaseWidth(); in computeScratchKey()
302 int GrSurfaceProxy::worstCaseWidth() const { in worstCaseWidth() function in GrSurfaceProxy
H A DGrProxyProvider.cpp884 (isInstantiated && proxy->worstCaseWidth() == proxy->width() && in IsFunctionallyExact()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrSurfaceProxy.h125 int worstCaseWidth() const;
139 return SkRect::MakeIWH(this->worstCaseWidth(), this->worstCaseHeight()); in getWorstCaseBoundsRect()
H A DGrSurfaceProxy.cpp280 int width = this->worstCaseWidth(); in computeScratchKey()
302 int GrSurfaceProxy::worstCaseWidth() const { in worstCaseWidth() function in GrSurfaceProxy
H A DGrProxyProvider.cpp884 (isInstantiated && proxy->worstCaseWidth() == proxy->width() && in IsFunctionallyExact()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrSurfaceProxy.h125 int worstCaseWidth() const;
139 return SkRect::MakeIWH(this->worstCaseWidth(), this->worstCaseHeight()); in getWorstCaseBoundsRect()
H A DGrSurfaceProxy.cpp280 int width = this->worstCaseWidth(); in computeScratchKey()
302 int GrSurfaceProxy::worstCaseWidth() const { in worstCaseWidth() function in GrSurfaceProxy
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrSurfaceProxy.cpp225 int width = this->worstCaseWidth(); in computeScratchKey()
251 int GrSurfaceProxy::worstCaseWidth() const { in worstCaseWidth() function in GrSurfaceProxy
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/private/
H A DGrSurfaceProxy.h219 int worstCaseWidth() const;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrDefaultPathRenderer.cpp572 renderTargetContext->asRenderTargetProxy()->worstCaseWidth(), in internalDrawPath()
H A DGrMSAAPathRenderer.cpp641 renderTargetContext->asRenderTargetProxy()->worstCaseWidth(), in internalDrawPath()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/ops/
H A DGrDefaultPathRenderer.cpp592 renderTargetContext->asRenderTargetProxy()->worstCaseWidth(), in internalDrawPath()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/ops/
H A DGrDefaultPathRenderer.cpp592 renderTargetContext->asRenderTargetProxy()->worstCaseWidth(), in internalDrawPath()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/ops/
H A DGrDefaultPathRenderer.cpp592 renderTargetContext->asRenderTargetProxy()->worstCaseWidth(), in internalDrawPath()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrDefaultPathRenderer.cpp592 renderTargetContext->asRenderTargetProxy()->worstCaseWidth(), in internalDrawPath()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/image/
H A DSkImage_Gpu.cpp59 : INHERITED(std::move(context), proxy->worstCaseWidth(), proxy->worstCaseHeight(), uniqueID, in SkImage_Gpu()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/image/
H A DSkImage_Gpu.cpp59 : INHERITED(std::move(context), proxy->worstCaseWidth(), proxy->worstCaseHeight(), uniqueID, in SkImage_Gpu()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/image/
H A DSkImage_Gpu.cpp59 : INHERITED(std::move(context), proxy->worstCaseWidth(), proxy->worstCaseHeight(), uniqueID, in SkImage_Gpu()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/image/
H A DSkImage_Gpu.cpp59 : INHERITED(std::move(context), proxy->worstCaseWidth(), proxy->worstCaseHeight(), uniqueID, in SkImage_Gpu()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/image/
H A DSkImage_Gpu.cpp43 : INHERITED(proxy->worstCaseWidth(), proxy->worstCaseHeight(), uniqueID) in SkImage_Gpu()

12