Home
last modified time | relevance | path

Searched refs:fSaveBehindCount (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tests/
DPictureTest.cpp111 , fSaveBehindCount(0) in SaveCountingCanvas()
121 ++fSaveBehindCount; in onDoSaveBehind()
137 unsigned int getSaveBehindCount() const { return fSaveBehindCount; } in getSaveBehindCount()
143 unsigned int fSaveBehindCount; member in SaveCountingCanvas
/third_party/skia/tests/
DPictureTest.cpp109 , fSaveBehindCount(0) in SaveCountingCanvas()
119 ++fSaveBehindCount; in onDoSaveBehind()
135 unsigned int getSaveBehindCount() const { return fSaveBehindCount; } in getSaveBehindCount()
141 unsigned int fSaveBehindCount; member in SaveCountingCanvas