Home | History | Annotate | Download | only in image

Lines Matching refs:as_IB

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()); }
175 GrTexture* texture = as_IB(this)->getTexture();
270 if (GrTexture* texture = as_IB(this)->peekTexture()) {
308 return as_IB(this)->onAsLegacyBitmap(bitmap, mode);
339 return as_IB(this)->onIsLazyGenerated();