Searched refs:as_SIB (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/src/core/ |
D | SkSpecialImage.cpp | 76 static inline const SkSpecialImage_Base* as_SIB(const SkSpecialImage* image) { in as_SIB() function 90 return as_SIB(this)->onDraw(canvas, x, y, sampling, paint); in draw() 94 return as_SIB(this)->onGetROPixels(bm); in getROPixels() 98 return SkToBool(as_SIB(this)->onGetContext()); in isTextureBacked() 102 return as_SIB(this)->onGetContext(); in getContext() 106 return as_SIB(this)->onGetColorSpace(); in getColorSpace() 111 return as_SIB(this)->onView(context); in view() 118 return as_SIB(this)->onMakeSurface(colorType, colorSpace, size, at, props); in makeSurface() 124 return as_SIB(this)->onMakeTightSurface(colorType, colorSpace, size, at); in makeTightSurface() 129 return as_SIB(this)->onMakeSubset(absolute); in makeSubset() [all …]
|