Home
last modified time | relevance | path

Searched refs:onSave (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkPictureContentInfo.h38 void onSave();
DSkPictureContentInfo.cpp83 void SkPictureContentInfo::onSave() { in onSave() function in SkPictureContentInfo
DSkPictureRecord.cpp52 fContentInfo.onSave(); in recordSave()