Home
last modified time | relevance | path

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

/third_party/skia/src/image/
DSkSurface.cpp162 static SkSurface_Base* asSB(SkSurface* surface) { in asSB() function
195 fGenerationID = asSB(this)->newGenerationID(); in generationID()
201 sk_ignore_unused_variable(asSB(this)->aboutToDraw(mode)); in notifyContentWillChange()
205 return asSB(this)->getCachedCanvas(); in getCanvas()
209 return asSB(this)->refCachedImage(); in makeImageSnapshot()
222 return asSB(this)->onNewImageSnapshot(&bounds); in makeImageSnapshot()
227 return asSB(this)->onNewSurface(info); in makeSurface()
236 asSB(this)->onDraw(canvas, x, y, sampling, paint); in draw()
268 asSB(this)->onAsyncRescaleAndReadPixels( in asyncRescaleAndReadPixels()
285 asSB(this)->onAsyncRescaleAndReadPixelsYUV420(yuvColorSpace, in asyncRescaleAndReadPixelsYUV420()
[all …]