HomeSort by relevance Sort by last modified time
    Searched refs:fProxy (Results 1 - 20 of 20) sorted by null

  /external/skia/src/gpu/
GrSurfaceProxyPriv.h 20 SkASSERT(fProxy->fTarget);
21 return fProxy->fTarget;
27 return fProxy->fTarget ? fProxy->fTarget->asTexture() : nullptr;
32 SkASSERT(fProxy->fTarget && fProxy->fTarget->asRenderTarget());
33 return fProxy->fTarget ? fProxy->fTarget->asRenderTarget() : nullptr;
39 bool hasPendingIO() const { return fProxy->hasPendingIO(); }
44 bool hasPendingWrite() const { return fProxy->hasPendingWrite();
    [all...]
GrGpuResourceRef.cpp 133 fProxy = nullptr;
139 fProxy = nullptr;
151 SkASSERT(fProxy);
154 fProxy->completedRead();
157 fProxy->completedWrite();
160 fProxy->completedRead();
161 fProxy->completedWrite();
167 SkASSERT(fProxy);
168 fProxy->unref();
172 fProxy = nullptr
    [all...]
GrCoordTransform.h 24 : fProxy(nullptr)
63 fProxy = proxy;
71 fProxy = nullptr;
79 fProxy = that.fProxy;
102 if (fProxy->underlyingUniqueID() != that.fProxy->underlyingUniqueID()) {
111 const GrTextureProxy* proxy() const { return fProxy; }
118 SkASSERT(fProxy->priv().peekTexture());
119 return fProxy->priv().peekTexture()
    [all...]
GrXferProcessor.h 66 : fProxy(std::move(proxy)) {
67 if (fProxy) {
75 fProxy = other.fProxy;
81 return fProxy == that.fProxy && fOffset == that.fOffset;
90 GrTextureProxy* proxy() const { return fProxy.get(); }
93 fProxy = std::move(proxy);
94 if (!fProxy) {
100 return SkToBool(fProxy->instantiate(resourceProvider))
    [all...]
GrDrawOpAtlas.cpp 166 , fProxy(std::move(proxy))
168 fPlotWidth = fProxy->width() / numPlotsX;
169 fPlotHeight = fProxy->height() / numPlotsY;
171 SkASSERT(fPlotWidth * numPlotsX == fProxy->width());
172 SkASSERT(fPlotHeight * numPlotsY == fProxy->height());
184 new Plot(index, 1, x, y, fPlotWidth, fPlotHeight, fProxy->config()));
211 if (!fProxy->instantiate(fContext->resourceProvider())) {
214 GrTexture* texture = fProxy->priv().peekTexture();
230 SkASSERT(fProxy);
240 SkASSERT(GrBytesPerPixel(fProxy->config()) == plot->bpp())
    [all...]
GrResourceAllocator.cpp 96 this->freeUpSurface(temp->fProxy->priv().peekSurface());
108 sk_sp<GrSurface> surface = this->findSurfaceFor(cur->fProxy);
110 cur->fProxy->priv().assign(std::move(surface));
GrResourceAllocator.h 74 : fProxy(proxy)
88 GrSurfaceProxy* fProxy;
GrSurfaceProxy.cpp 323 SkASSERT(SkBackingFit::kApprox == fProxy->fFit);
325 if (fProxy->fTarget) {
331 fProxy->fWidth = fProxy->fTarget->width();
332 fProxy->fHeight = fProxy->fTarget->height();
338 fProxy->fFit = SkBackingFit::kExact;
GrGpuResourceRef.h 96 GrSurfaceProxy* get() const { return fProxy; }
140 GrSurfaceProxy* fProxy;
GrDrawOpAtlas.h 94 sk_sp<GrTextureProxy> getProxy() const { return fProxy; }
290 sk_sp<GrTextureProxy> fProxy;
  /external/skia/src/fonts/
SkRandomScalerContext.cpp 37 std::unique_ptr<SkScalerContext> fProxy;
47 fProxy = this->getRandomTypeface()->proxy()->createScalerContext(effects, desc);
51 return fProxy->getGlyphCount();
55 return fProxy->charToGlyphID(uni);
59 fProxy->getAdvance(glyph);
81 fProxy->getMetrics(glyph);
89 fProxy->getPath(glyph->getPackedID(), &path);
159 fProxy->getPath(glyph.getPackedID(), &path);
171 fProxy->forceGenerateImageFromPath();
172 fProxy->getImage(glyph)
    [all...]
SkRandomScalerContext.h 23 SkTypeface* proxy() const { return fProxy.get(); }
49 sk_sp<SkTypeface> fProxy;
SkFontMgr_indirect.cpp 50 SkFontIdentity id = fOwner->fProxy->matchIndexStyle(fFamilyIndex, pattern);
76 return new SkStyleSet_Indirect(this, -1, fProxy->matchName(familyName));
119 std::unique_ptr<SkStreamAsset> stream(fProxy->getData(id.fDataId));
140 SkFontIdentity id = fProxy->matchNameStyle(familyName, fontStyle);
149 SkFontIdentity id = fProxy->matchNameStyleCharacter(familyName, style, bcp47,
182 SkFontIdentity fontId = this->fProxy->matchIndexStyle(0, style);
  /external/skia/src/image/
SkImage_Gpu.h 38 return fProxy.get();
41 return fProxy;
49 return fProxy;
67 sk_sp<GrTextureProxy> fProxy;
SkImage_Gpu.cpp 45 , fProxy(std::move(proxy))
60 if (!GrPixelConfigToColorType(fProxy->config(), &ct)) {
63 return SkImageInfo::Make(fProxy->width(), fProxy->height(), ct, fAlphaType, fColorSpace);
95 fProxy,
126 GrTextureAdjuster adjuster(fContext, fProxy, this->alphaType(), this->bounds(),
154 SkASSERT(fProxy);
156 if (!fProxy->instantiate(fContext->resourceProvider())) {
160 GrTexture* texture = fProxy->priv().peekTexture();
164 fContext->contextPriv().prepareSurfaceForExternalIO(fProxy.get())
    [all...]
  /external/skia/include/ports/
SkFontMgr_indirect.h 31 : fImpl(std::move(impl)), fProxy(std::move(proxy))
63 sk_sp<SkRemotableFontMgr> fProxy;
  /external/skia/gm/
image_pict.cpp 161 fProxy = as_IB(image)->asTextureProxyRef();
171 if (!fProxy) {
176 info.width() == fProxy->width() && info.height() == fProxy->height()) {
177 return fProxy;
182 desc.fConfig = fProxy->config();
185 desc.fOrigin = fProxy->origin();
196 fProxy.get(),
207 sk_sp<GrTextureProxy> fProxy;
  /external/skia/src/core/
SkBlitter.cpp 586 Sk3DShader(sk_sp<SkShader> proxy) : fProxy(std::move(proxy)) {}
590 if (fProxy) {
591 proxyContext = as_SB(fProxy)->makeContext(rec, alloc);
699 if (fProxy) {
701 as_SB(fProxy)->toString(str);
714 buffer.writeFlattenable(fProxy.get());
718 sk_sp<SkShader> fProxy;
730 : fProxy(proxy)
735 fProxy->blitH(x, y, width);
739 fProxy->blitAntiH(x, y, antialias, runs)
    [all...]
  /external/skia/tests/
ProcessorTest.cpp 65 Image(sk_sp<GrTextureProxy> proxy, GrIOType ioType) : fProxy(proxy), fIOType(ioType) {}
66 sk_sp<GrTextureProxy> fProxy;
98 fImages.emplace_back(image.fProxy, image.fIOType,
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 172 milliseconds