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

  /external/skia/src/image/
SkImage.cpp 48 return as_IB(this)->onPeekPixels(info, rowBytes);
57 return as_IB(this)->onReadPixels(rec.fInfo, rec.fPixels, rec.fRowBytes, rec.fX, rec.fY, chint);
69 if (as_IB(this)->getROPixels(&bm, chint)) {
86 if (as_IB(this)->getROPixels(&bm)) {
102 if (as_IB(this)->getROPixels(&bm)) {
123 if (as_IB(this)->getROPixels(&bm) && bm.requestLock(&apu)) {
132 return as_IB(this)->onRefEncoded(ctx);
163 return as_IB(this)->onNewSubset(subset);
169 return as_IB(this)->peekTexture();
172 bool SkImage::isTextureBacked() const { return SkToBool(as_IB(this)->getTexture());
    [all...]
SkImage_Base.h 77 static inline SkImage_Base* as_IB(SkImage* image) {
81 static inline const SkImage_Base* as_IB(const SkImage* image) {
SkImageShader.cpp 116 SkAutoTUnref<GrTexture> texture(as_IB(fImage)->asTextureRef(context, params));
SkImage_Gpu.cpp 41 if (as_IB(image)->getTexture()) {
82 return GrImageTextureAdjuster(as_IB(this)).refTextureSafeForParams(params, nullptr);
295 if (GrTexture* peek = as_IB(this)->peekTexture()) {
301 if (SkImageCacherator* cacher = as_IB(this)->peekCacherator()) {
SkSurface_Gpu.cpp 117 if (rt->asTexture() == as_IB(image)->getTexture()) {
  /external/skia/src/core/
SkBitmapProvider.cpp 73 as_IB(fImage)->notifyAddedToCache();
81 return as_IB(fImage)->getROPixels(bm, SkImage::kAllow_CachingHint);
SkSpecialImage.cpp 36 static inline const SkSpecialImage_Base* as_IB(const SkSpecialImage* image) {
41 return as_IB(this)->onDraw(canvas, x, y, paint);
45 return as_IB(this)->onPeekPixels(pixmap);
49 return as_IB(this)->onPeekTexture();
53 return as_IB(this)->onNewSurface(info);
75 const SkSpecialImage_Base* ib = as_IB(this);
SkImageCacherator.cpp 142 as_IB(client)->notifyAddedToCache();
184 as_IB(client)->notifyAddedToCache();
SkDevice.cpp 150 if (as_IB(image)->getROPixels(&bm)) {
160 if (as_IB(image)->getROPixels(&bm)) {
SkCanvas.cpp     [all...]
  /external/skia/tests/
SurfaceTest.cpp 409 GrTexture* texture = as_IB(image)->peekTexture();
658 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image3)->getTexture());
660 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image2)->getTexture());
661 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image1)->getTexture());
662 REPORTER_ASSERT(reporter, as_IB(image3)->getTexture() != as_IB(image2)->getTexture());
663 REPORTER_ASSERT(reporter, as_IB(image3)->getTexture() != as_IB(image1)->getTexture())
    [all...]
ImageTest.cpp 415 GrTexture* origTexture = as_IB(image)->peekTexture();
425 GrTexture* copyTexture = as_IB(texImage)->peekTexture();
  /external/skia/src/gpu/
GrImageIDTextureAdjuster.cpp 141 as_IB(fClient)->notifyAddedToCache();
SkGpuDevice.cpp 855 if (as_IB(image)->peekTexture()) {
    [all...]
  /external/skia/src/pdf/
SkPDFBitmap.cpp 19 if(as_IB(image)->getROPixels(dst)
494 if (as_IB(image)->getROPixels(&bm) && bm.requestLock(&apu)) {

Completed in 665 milliseconds