OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:detachAsPicture
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/private/
SkMiniRecorder.h
30
SkPicture*
detachAsPicture
(const SkRect& cull);
34
// SkAutoTUnref<SkPicture> pic(this->
detachAsPicture
(SkRect::MakeEmpty()));
/external/skia/src/core/
SkMiniRecorder.cpp
65
delete this->
detachAsPicture
(SkRect::MakeEmpty());
104
SkPicture* SkMiniRecorder::
detachAsPicture
(const SkRect& cull) {
SkPictureRecorder.cpp
58
return fMiniRecorder.
detachAsPicture
(fCullRect);
Completed in 52 milliseconds