OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asSB
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/image/
SkSurface.cpp
69
static SkSurface_Base*
asSB
(SkSurface* surface) {
83
fGenerationID =
asSB
(this)->newGenerationID();
89
asSB
(this)->aboutToDraw(mode);
93
return
asSB
(this)->getCachedCanvas();
97
SkImage* image =
asSB
(this)->getCachedImage();
103
return
asSB
(this)->onNewSurface(info);
108
return
asSB
(this)->onDraw(canvas, x, y, paint);
/external/skia/src/image/
SkSurface.cpp
69
static SkSurface_Base*
asSB
(SkSurface* surface) {
83
fGenerationID =
asSB
(this)->newGenerationID();
89
asSB
(this)->aboutToDraw(mode);
93
return
asSB
(this)->getCachedCanvas();
97
SkImage* image =
asSB
(this)->getCachedImage();
103
return
asSB
(this)->onNewSurface(info);
108
return
asSB
(this)->onDraw(canvas, x, y, paint);
Completed in 1472 milliseconds