Searched refs:StartReorderBarrierDrawable (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.h33 * StartReorderBarrierDrawable and EndReorderBarrierDrawable work together to define
36 * StartReorderBarrierDrawable will sort the entire range and it will draw
39 class StartReorderBarrierDrawable : public SkDrawable { class in namespace:android::uirenderer::skiapipeline
41 explicit StartReorderBarrierDrawable(SkiaDisplayList* data);
59 * See StartReorderBarrierDrawable.
60 * EndReorderBarrierDrawable relies on StartReorderBarrierDrawable to host and sort the render
67 explicit EndReorderBarrierDrawable(StartReorderBarrierDrawable* startBarrier);
75 StartReorderBarrierDrawable* mStartBarrier;
H A DReorderBarrierDrawables.cpp33 StartReorderBarrierDrawable::StartReorderBarrierDrawable(SkiaDisplayList* data) function in class:android::uirenderer::skiapipeline::StartReorderBarrierDrawable
39 void StartReorderBarrierDrawable::onDraw(SkCanvas* canvas) {
71 EndReorderBarrierDrawable::EndReorderBarrierDrawable(StartReorderBarrierDrawable* startBarrier)
H A DSkiaRecordingCanvas.h79 StartReorderBarrierDrawable* mCurrentBarrier;
H A DSkiaRecordingCanvas.cpp85 mCurrentBarrier = (StartReorderBarrierDrawable*)
86 mDisplayList->allocateDrawable<StartReorderBarrierDrawable>(

Completed in 63 milliseconds