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

/external/skqp/src/image/
H A DSkSurface.cpp119 static SkSurface_Base* asSB(SkSurface* surface) { function
143 fGenerationID = asSB(this)->newGenerationID();
149 asSB(this)->aboutToDraw(mode);
153 return asSB(this)->getCachedCanvas();
157 return asSB(this)->refCachedImage();
161 return asSB(this)->onNewSurface(info);
166 return asSB(this)->onDraw(canvas, x, y, paint);
188 return asSB(this)->onGetTextureHandle(access);
192 return asSB(this)->onGetRenderTargetHandle(obj, access);
200 asSB(thi
[all...]
/external/skia/src/image/
H A DSkSurface.cpp119 static SkSurface_Base* asSB(SkSurface* surface) { function
143 fGenerationID = asSB(this)->newGenerationID();
149 asSB(this)->aboutToDraw(mode);
153 return asSB(this)->getCachedCanvas();
157 return asSB(this)->refCachedImage();
161 return asSB(this)->onNewSurface(info);
166 return asSB(this)->onDraw(canvas, x, y, paint);
199 asSB(this)->aboutToDraw(mode);
200 asSB(this)->onWritePixels(pmap, x, y);
212 return asSB(thi
[all...]

Completed in 204 milliseconds