HomeSort by relevance Sort by last modified time
    Searched refs:StartReorderBarrierDrawable (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/pipeline/skia/
ReorderBarrierDrawables.h 33 * StartReorderBarrierDrawable and EndReorderBarrierDrawable work together to define
36 * StartReorderBarrierDrawable will sort the entire range and it will draw
39 class StartReorderBarrierDrawable : public SkDrawable {
41 explicit StartReorderBarrierDrawable(SkiaDisplayList* data);
57 * See StartReorderBarrierDrawable.
58 * EndReorderBarrierDrawable relies on StartReorderBarrierDrawable to host and sort the render
65 explicit EndReorderBarrierDrawable(StartReorderBarrierDrawable* startBarrier);
73 StartReorderBarrierDrawable* mStartBarrier;
ReorderBarrierDrawables.cpp 32 StartReorderBarrierDrawable::StartReorderBarrierDrawable(SkiaDisplayList* data)
35 void StartReorderBarrierDrawable::onDraw(SkCanvas* canvas) {
66 EndReorderBarrierDrawable::EndReorderBarrierDrawable(StartReorderBarrierDrawable* startBarrier)
SkiaRecordingCanvas.h 81 StartReorderBarrierDrawable* mCurrentBarrier;
SkiaRecordingCanvas.cpp 89 mCurrentBarrier = (StartReorderBarrierDrawable*)
90 mDisplayList->allocateDrawable<StartReorderBarrierDrawable>(

Completed in 133 milliseconds