OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aboutToDraw
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/image/
SkSurface.cpp
43
void SkSurface_Base::
aboutToDraw
(ContentChangeMode mode) {
100
asSB(this)->
aboutToDraw
(mode);
/external/chromium_org/third_party/skia/src/image/
SkSurface.cpp
84
void SkSurface_Base::
aboutToDraw
(ContentChangeMode mode) {
142
asSB(this)->
aboutToDraw
(mode);
/external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp
255
void
aboutToDraw
();
337
void SkDeferredDevice::
aboutToDraw
()
355
aboutToDraw
();
429
//
aboutToDraw
() is called and that notifyContentWillChange is called, without
435
this->
aboutToDraw
();
[
all
...]
/external/skia/src/utils/
SkDeferredCanvas.cpp
253
void
aboutToDraw
();
337
void SkDeferredDevice::
aboutToDraw
()
355
aboutToDraw
();
437
//
aboutToDraw
() is called and that notifyContentWillChange is called, without
443
this->
aboutToDraw
();
[
all
...]
Completed in 367 milliseconds