Home
last modified time | relevance | path

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

/external/skia/src/image/
DSkSurface.cpp129 static SkSurface_Base* asSB(SkSurface* surface) { in asSB() function
153 fGenerationID = asSB(this)->newGenerationID(); in generationID()
159 asSB(this)->aboutToDraw(mode); in notifyContentWillChange()
163 return asSB(this)->getCachedCanvas(); in getCanvas()
168 return asSB(this)->refCachedImage(budgeted, kNo_ForceUnique); in newImageSnapshot()
173 return asSB(this)->refCachedImage(budgeted, unique); in newImageSnapshot()
177 return asSB(this)->onNewSurface(info); in newSurface()
182 return asSB(this)->onDraw(canvas, x, y, paint); in draw()
195 return asSB(this)->onGetTextureHandle(access); in getTextureHandle()
199 return asSB(this)->onGetRenderTargetHandle(obj, access); in getRenderTargetHandle()
[all …]