Home
last modified time | relevance | path

Searched refs:as_SIB (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkSpecialImage.cpp72 static inline const SkSpecialImage_Base* as_SIB(const SkSpecialImage* image) { in as_SIB() function
89 if (GrContext* curContext = as_SIB(this)->onGetContext()) { in makeTextureImage()
130 return as_SIB(this)->onDraw(canvas, x, y, paint); in draw()
134 return as_SIB(this)->onGetROPixels(bm); in getROPixels()
138 return SkToBool(as_SIB(this)->onGetContext()); in isTextureBacked()
142 return as_SIB(this)->onGetContext(); in getContext()
146 return as_SIB(this)->onGetColorSpace(); in getColorSpace()
151 return as_SIB(this)->onAsTextureProxyRef(context); in asTextureProxyRef()
157 return as_SIB(this)->onMakeSurface(outProps, size, at); in makeSurface()
162 return as_SIB(this)->onMakeTightSurface(outProps, size, at); in makeTightSurface()
[all …]