Home
last modified time | relevance | path

Searched refs:fProxy (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrSurfaceProxyRef.cpp12 fProxy = nullptr; in GrSurfaceProxyRef()
18 fProxy = nullptr; in GrSurfaceProxyRef()
30 SkASSERT(fProxy); in reset()
46 SkASSERT(fProxy); in reset()
47 fProxy->unref(); in reset()
51 fProxy = nullptr; in reset()
57 SkSafeUnref(fProxy); in setProxy()
59 fProxy = nullptr; in setProxy()
72 SkASSERT(fProxy); in markPendingIO()
114 SkASSERT(fProxy); in removeRef()
[all …]
H A DGrSurfaceProxyPriv.h20 bool isInstantiated() const { return SkToBool(fProxy->fTarget); } in isInstantiated()
24 SkASSERT(fProxy->fTarget); in peekSurface()
25 return fProxy->fTarget; in peekSurface()
31 return fProxy->fTarget ? fProxy->fTarget->asTexture() : nullptr; in peekTexture()
36 SkASSERT(fProxy->fTarget && fProxy->fTarget->asRenderTarget()); in peekRenderTarget()
37 return fProxy->fTarget ? fProxy->fTarget->asRenderTarget() : nullptr; in peekRenderTarget()
43 bool hasPendingIO() const { return fProxy->hasPendingIO(); } in hasPendingIO()
55 return fProxy->createSurface(resourceProvider); in createSurface()
74 return fProxy->fLazyInstantiationType; in lazyInstantiationType()
78 fProxy->fLazyInstantiationType = lazyType; in testingOnly_setLazyInstantiationType()
[all …]
H A DGrCoordTransform.h24 : fProxy(nullptr) in GrCoordTransform()
65 fProxy = proxy; in reset()
73 fProxy = nullptr; in reset()
81 fProxy = that.fProxy;
104 if (fProxy->underlyingUniqueID() != that.fProxy->underlyingUniqueID()) { in hasSameEffectAs()
113 const GrTextureProxy* proxy() const { return fProxy; } in proxy()
120 SkASSERT(fProxy->priv().peekTexture()); in peekTexture()
121 return fProxy->priv().peekTexture(); in peekTexture()
131 const GrTextureProxy* fProxy; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/fonts/
H A DRandomScalerContext.cpp48 fProxy->forceGenerateImageFromPath(); in RandomScalerContext()
65 fProxy->getMetrics(glyph); in generateMetrics()
108 fProxy->getImage(glyph); in generateImage()
115 fProxy->getImage(glyph); in generateImage()
135 fProxy->getFontMetrics(metrics); in generateFontMetrics()
142 , fProxy(std::move(proxy)) in SkRandomTypeface()
153 fProxy->filterRec(rec); in onFilterRec()
163 return fProxy->getAdvancedMetrics(); in onGetAdvancedMetrics()
167 return fProxy->openStream(ttcIndex); in onOpenStream()
193 fProxy->getFamilyName(familyName); in onGetFamilyName()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/fonts/
H A DRandomScalerContext.cpp48 fProxy->forceGenerateImageFromPath(); in RandomScalerContext()
65 fProxy->getMetrics(glyph); in generateMetrics()
108 fProxy->getImage(glyph); in generateImage()
115 fProxy->getImage(glyph); in generateImage()
135 fProxy->getFontMetrics(metrics); in generateFontMetrics()
142 , fProxy(std::move(proxy)) in SkRandomTypeface()
153 fProxy->filterRec(rec); in onFilterRec()
163 return fProxy->getAdvancedMetrics(); in onGetAdvancedMetrics()
167 return fProxy->openStream(ttcIndex); in onOpenStream()
193 fProxy->getFamilyName(familyName); in onGetFamilyName()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrContextThreadSafeProxyPriv.h25 fProxy->init(std::move(caps)); in init()
29 return fProxy == candidate->threadSafeProxy().get(); in matches()
32 GrBackend backend() const { return fProxy->fBackend; } in backend()
33 const GrContextOptions& options() const { return fProxy->fOptions; } in options()
34 uint32_t contextID() const { return fProxy->fContextID; } in contextID()
36 const GrCaps* caps() const { return fProxy->fCaps.get(); } in caps()
37 sk_sp<const GrCaps> refCaps() const { return fProxy->fCaps; } in refCaps()
39 GrTextBlobCache* getTextBlobCache() { return fProxy->fTextBlobCache.get(); } in getTextBlobCache()
45 void abandonContext() { fProxy->abandonContext(); } in abandonContext()
46 bool abandoned() const { return fProxy->abandoned(); } in abandoned()
[all …]
H A DGrSurfaceProxyView.h23 : fProxy(std::move(proxy)), fOrigin(origin), fSwizzle(swizzle) {} in GrSurfaceProxyView()
32 operator bool() const { return SkToBool(fProxy.get()); }
38 return fProxy->uniqueID() == view.fProxy->uniqueID() &&
48 GrSurfaceProxy* proxy() const { return fProxy.get(); } in proxy()
49 sk_sp<GrSurfaceProxy> refProxy() const { return fProxy; } in refProxy()
52 if (!fProxy) { in asTextureProxy()
55 return fProxy->asTextureProxy(); in asTextureProxy()
62 if (!fProxy) { in asRenderTargetProxy()
65 return fProxy->asRenderTargetProxy(); in asRenderTargetProxy()
96 return std::move(fProxy); in detachProxy()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/fonts/
H A DSkRandomScalerContext.cpp31 SkScalerContext* fProxy; member in SkRandomScalerContext
52 return fProxy->getGlyphCount(); in generateGlyphCount()
56 return fProxy->charToGlyphID(uni); in generateCharToGlyph()
60 fProxy->getAdvance(glyph); in generateAdvance()
82 fProxy->getMetrics(glyph); in generateMetrics()
173 fProxy->getImage(glyph); in generateImage()
182 fProxy->getPath(glyph, path); in generatePath()
195 , fProxy(std::move(proxy)) in SkRandomTypeface()
205 fProxy->filterRec(rec); in onFilterRec()
232 return fProxy->countGlyphs(); in onCountGlyphs()
[all …]
H A DSkGScalerContext.cpp60 SkScalerContext* fProxy; member in SkGScalerContext
65 return fProxy->getGlyphCount(); in generateGlyphCount()
73 fProxy->getAdvance(glyph); in generateAdvance()
83 fProxy->getMetrics(glyph); in generateMetrics()
92 fProxy->getPath(*glyph, &path); in generateMetrics()
125 fProxy->getImage(glyph); in generateImage()
130 fProxy->getPath(glyph, path); in generatePath()
156 , fProxy(std::move(proxy)) in SkGTypeface()
166 fProxy->filterRec(rec); in onFilterRec()
193 return fProxy->countGlyphs(); in onCountGlyphs()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrSurfaceProxyView.h23 : fProxy(proxy), fOrigin(origin), fSwizzle(swizzle) {} in GrSurfaceProxyView()
32 operator bool() const { return SkToBool(fProxy.get()); }
38 return fProxy->uniqueID() == view.fProxy->uniqueID() &&
48 GrSurfaceProxy* proxy() const { return fProxy.get(); } in proxy()
49 sk_sp<GrSurfaceProxy> refProxy() const { return fProxy; } in refProxy()
52 if (!fProxy) { in asTextureProxy()
55 return fProxy->asTextureProxy(); in asTextureProxy()
62 if (!fProxy) { in asRenderTargetProxy()
65 return fProxy->asRenderTargetProxy(); in asRenderTargetProxy()
82 return std::move(fProxy); in detachProxy()
[all …]
H A DGrCoordTransform.h33 : fProxy(proxy), fOrigin(origin) {} in GrCoordTransform()
40 : fProxy(proxy), fOrigin(origin), fMatrix(m) { in GrCoordTransform()
62 if (SkToBool(fProxy) != SkToBool(that.fProxy)) { in hasSameEffectiveMatrix()
69 fProxy->backingStoreDimensions() != that.fProxy->backingStoreDimensions()) { in hasSameEffectiveMatrix()
76 const GrSurfaceProxy* proxy() const { return fProxy; } in proxy()
78 return fProxy && fProxy->backendFormat().textureType() != GrTextureType::kRectangle; in normalize()
80 bool reverseY() const { return fProxy && fOrigin == kBottomLeft_GrSurfaceOrigin; } in reverseY()
85 GrTexture* peekTexture() const { return fProxy->peekTexture(); } in peekTexture()
88 const GrSurfaceProxy* fProxy = nullptr;
H A DGrContextThreadSafeProxyPriv.h23 uint32_t contextID() const { return fProxy->contextID(); } in contextID()
25 bool matches(GrContext_Base* candidate) const { return fProxy->matches(candidate); } in matches()
27 const GrContextOptions& options() const { return fProxy->options(); } in options()
29 const GrCaps* caps() const { return fProxy->caps(); } in caps()
30 sk_sp<const GrCaps> refCaps() const { return fProxy->refCaps(); } in refCaps()
39 explicit GrContextThreadSafeProxyPriv(GrContextThreadSafeProxy* proxy) : fProxy(proxy) {} in GrContextThreadSafeProxyPriv()
47 GrContextThreadSafeProxy* fProxy; variable
H A DGrSurfaceProxyPriv.h21 return fProxy->computeScratchKey(caps, key); in computeScratchKey()
27 return fProxy->createSurface(resourceProvider); in createSurface()
31 void assign(sk_sp<GrSurface> surface) { fProxy->assign(std::move(surface)); } in assign()
34 bool isExact() const { return SkBackingFit::kExact == fProxy->fFit; } in isExact()
39 void setLazyDimensions(SkISize dimensions) { fProxy->setLazyDimensions(dimensions); } in setLazyDimensions()
44 explicit GrSurfaceProxyPriv(GrSurfaceProxy* proxy) : fProxy(proxy) {} in GrSurfaceProxyPriv()
52 GrSurfaceProxy* fProxy; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrCoordTransform.h24 : fProxy(nullptr) in GrCoordTransform()
64 fProxy = that.fProxy;
87 if (fProxy->underlyingUniqueID() != that.fProxy->underlyingUniqueID()) { in hasSameEffectAs()
96 const GrTextureProxy* proxy() const { return fProxy; } in proxy()
102 GrTexture* peekTexture() const { return fProxy->peekTexture(); } in peekTexture()
115 fProxy = proxy;
127 const GrTextureProxy* fProxy; variable
H A DGrContextThreadSafeProxyPriv.h23 uint32_t contextID() const { return fProxy->contextID(); } in contextID()
25 bool matches(GrContext_Base* candidate) const { return fProxy->matches(candidate); } in matches()
27 const GrContextOptions& options() const { return fProxy->options(); } in options()
29 const GrCaps* caps() const { return fProxy->caps(); } in caps()
30 sk_sp<const GrCaps> refCaps() const { return fProxy->refCaps(); } in refCaps()
42 explicit GrContextThreadSafeProxyPriv(GrContextThreadSafeProxy* proxy) : fProxy(proxy) {} in GrContextThreadSafeProxyPriv()
50 GrContextThreadSafeProxy* fProxy; variable
H A DGrSurfaceProxyPriv.h20 void computeScratchKey(GrScratchKey* key) const { return fProxy->computeScratchKey(key); } in computeScratchKey()
25 return fProxy->createSurface(resourceProvider); in createSurface()
29 void assign(sk_sp<GrSurface> surface) { fProxy->assign(std::move(surface)); } in assign()
32 bool isExact() const { return SkBackingFit::kExact == fProxy->fFit; } in isExact()
37 void setLazySize(int width, int height) { fProxy->setLazySize(width, height); } in setLazySize()
46 explicit GrSurfaceProxyPriv(GrSurfaceProxy* proxy) : fProxy(proxy) {} in GrSurfaceProxyPriv()
54 GrSurfaceProxy* fProxy; variable
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrCoordTransform.h24 : fProxy(nullptr) in GrCoordTransform()
64 fProxy = that.fProxy;
87 if (fProxy->underlyingUniqueID() != that.fProxy->underlyingUniqueID()) { in hasSameEffectAs()
96 const GrTextureProxy* proxy() const { return fProxy; } in proxy()
102 GrTexture* peekTexture() const { return fProxy->peekTexture(); } in peekTexture()
115 fProxy = proxy;
127 const GrTextureProxy* fProxy; variable
H A DGrContextThreadSafeProxyPriv.h23 uint32_t contextID() const { return fProxy->contextID(); } in contextID()
25 bool matches(GrContext_Base* candidate) const { return fProxy->matches(candidate); } in matches()
27 const GrContextOptions& options() const { return fProxy->options(); } in options()
29 const GrCaps* caps() const { return fProxy->caps(); } in caps()
30 sk_sp<const GrCaps> refCaps() const { return fProxy->refCaps(); } in refCaps()
42 explicit GrContextThreadSafeProxyPriv(GrContextThreadSafeProxy* proxy) : fProxy(proxy) {} in GrContextThreadSafeProxyPriv()
50 GrContextThreadSafeProxy* fProxy; variable
H A DGrSurfaceProxyPriv.h20 void computeScratchKey(GrScratchKey* key) const { return fProxy->computeScratchKey(key); } in computeScratchKey()
25 return fProxy->createSurface(resourceProvider); in createSurface()
29 void assign(sk_sp<GrSurface> surface) { fProxy->assign(std::move(surface)); } in assign()
32 bool isExact() const { return SkBackingFit::kExact == fProxy->fFit; } in isExact()
37 void setLazySize(int width, int height) { fProxy->setLazySize(width, height); } in setLazySize()
46 explicit GrSurfaceProxyPriv(GrSurfaceProxy* proxy) : fProxy(proxy) {} in GrSurfaceProxyPriv()
54 GrSurfaceProxy* fProxy; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrCoordTransform.h24 : fProxy(nullptr) in GrCoordTransform()
64 fProxy = that.fProxy;
87 if (fProxy->underlyingUniqueID() != that.fProxy->underlyingUniqueID()) { in hasSameEffectAs()
96 const GrTextureProxy* proxy() const { return fProxy; } in proxy()
102 GrTexture* peekTexture() const { return fProxy->peekTexture(); } in peekTexture()
115 fProxy = proxy;
127 const GrTextureProxy* fProxy; variable
H A DGrContextThreadSafeProxyPriv.h23 uint32_t contextID() const { return fProxy->contextID(); } in contextID()
25 bool matches(GrContext_Base* candidate) const { return fProxy->matches(candidate); } in matches()
27 const GrContextOptions& options() const { return fProxy->options(); } in options()
29 const GrCaps* caps() const { return fProxy->caps(); } in caps()
30 sk_sp<const GrCaps> refCaps() const { return fProxy->refCaps(); } in refCaps()
42 explicit GrContextThreadSafeProxyPriv(GrContextThreadSafeProxy* proxy) : fProxy(proxy) {} in GrContextThreadSafeProxyPriv()
50 GrContextThreadSafeProxy* fProxy; variable
H A DGrSurfaceProxyPriv.h20 void computeScratchKey(GrScratchKey* key) const { return fProxy->computeScratchKey(key); } in computeScratchKey()
25 return fProxy->createSurface(resourceProvider); in createSurface()
29 void assign(sk_sp<GrSurface> surface) { fProxy->assign(std::move(surface)); } in assign()
32 bool isExact() const { return SkBackingFit::kExact == fProxy->fFit; } in isExact()
37 void setLazySize(int width, int height) { fProxy->setLazySize(width, height); } in setLazySize()
46 explicit GrSurfaceProxyPriv(GrSurfaceProxy* proxy) : fProxy(proxy) {} in GrSurfaceProxyPriv()
54 GrSurfaceProxy* fProxy; variable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrCoordTransform.h24 : fProxy(nullptr) in GrCoordTransform()
64 fProxy = that.fProxy;
87 if (fProxy->underlyingUniqueID() != that.fProxy->underlyingUniqueID()) { in hasSameEffectAs()
96 const GrTextureProxy* proxy() const { return fProxy; } in proxy()
102 GrTexture* peekTexture() const { return fProxy->peekTexture(); } in peekTexture()
115 fProxy = proxy;
127 const GrTextureProxy* fProxy; variable
H A DGrContextThreadSafeProxyPriv.h23 uint32_t contextID() const { return fProxy->contextID(); } in contextID()
25 bool matches(GrContext_Base* candidate) const { return fProxy->matches(candidate); } in matches()
27 const GrContextOptions& options() const { return fProxy->options(); } in options()
29 const GrCaps* caps() const { return fProxy->caps(); } in caps()
30 sk_sp<const GrCaps> refCaps() const { return fProxy->refCaps(); } in refCaps()
42 explicit GrContextThreadSafeProxyPriv(GrContextThreadSafeProxy* proxy) : fProxy(proxy) {} in GrContextThreadSafeProxyPriv()
50 GrContextThreadSafeProxy* fProxy; variable
H A DGrSurfaceProxyPriv.h20 void computeScratchKey(GrScratchKey* key) const { return fProxy->computeScratchKey(key); } in computeScratchKey()
25 return fProxy->createSurface(resourceProvider); in createSurface()
29 void assign(sk_sp<GrSurface> surface) { fProxy->assign(std::move(surface)); } in assign()
32 bool isExact() const { return SkBackingFit::kExact == fProxy->fFit; } in isExact()
37 void setLazySize(int width, int height) { fProxy->setLazySize(width, height); } in setLazySize()
46 explicit GrSurfaceProxyPriv(GrSurfaceProxy* proxy) : fProxy(proxy) {} in GrSurfaceProxyPriv()
54 GrSurfaceProxy* fProxy; variable

12345678910>>...18