HomeSort by relevance Sort by last modified time
    Searched refs:asSB (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/image/
SkSurface.cpp 71 static SkSurface_Base* asSB(SkSurface* surface) {
85 fGenerationID = asSB(this)->newGenerationID();
91 asSB(this)->aboutToDraw(mode);
95 return asSB(this)->getCachedCanvas();
99 SkImage* image = asSB(this)->getCachedImage();
105 return asSB(this)->onNewSurface(info);
110 return asSB(this)->onDraw(canvas, x, y, paint);
  /external/skia/src/image/
SkSurface.cpp 71 static SkSurface_Base* asSB(SkSurface* surface) {
85 fGenerationID = asSB(this)->newGenerationID();
91 asSB(this)->aboutToDraw(mode);
95 return asSB(this)->getCachedCanvas();
99 SkImage* image = asSB(this)->getCachedImage();
105 return asSB(this)->onNewSurface(info);
110 return asSB(this)->onDraw(canvas, x, y, paint);

Completed in 464 milliseconds