Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRecordingCanvas.cpp63 mDeferredBarrierClip = getRecordedClip(); in insertReorderBarrier()
166 auto previousClip = getRecordedClip(); // capture before new snapshot clip has changed in saveLayer()
186 getRecordedClip(), in saveLayer()
249 getRecordedClip(), in drawColor()
277 getRecordedClip(), in drawPoints()
288 getRecordedClip(), in drawLines()
298 getRecordedClip(), in drawRect()
331 getRecordedClip(), in drawSimpleRects()
371 getRecordedClip(), in drawRoundRect()
393 getRecordedClip(), in drawRoundRect()
[all …]
DRecordingCanvas.h202 const ClipBase* getRecordedClip() { in getRecordedClip() function