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

  /external/skia/src/image/
SkImage.cpp 37 return as_IB(this)->onPeekPixels(info, rowBytes);
46 return as_IB(this)->onReadPixels(rec.fInfo, rec.fPixels, rec.fRowBytes, rec.fX, rec.fY);
50 return as_IB(this)->onGetTexture();
56 return as_IB(this)->onNewShader(tileX, tileY, localMatrix);
61 if (as_IB(this)->getROPixels(&bm)) {
77 props = &as_IB(this)->props();
79 return as_IB(this)->onNewSurface(info, *props);
109 return as_IB(this)->onNewImage(newWidth, newHeight, subset, quality);
SkImage_Base.h 69 static inline SkImage_Base* as_IB(SkImage* image) {
73 static inline const SkImage_Base* as_IB(const SkImage* image) {
SkSurface_Gpu.cpp 58 as_IB(image)->initWithProps(this->props());
SkImage_Raster.cpp 212 as_IB(image)->initWithProps(*props);
  /external/skia/src/core/
SkDevice.cpp 173 if (as_IB(image)->getROPixels(&bm)) {
182 if (as_IB(image)->getROPixels(&bm)) {
SkPictureRecord.cpp 570 if (as_IB(image)->getROPixels(&bm)) {
578 if (as_IB(image)->getROPixels(&bm)) {
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]

Completed in 61 milliseconds