Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListOps.in39 X(DrawAnnotation)
DRecordingCanvas.cpp264 struct DrawAnnotation final : Op { struct
265 static const auto kType = Type::DrawAnnotation; argument
266 DrawAnnotation(const SkRect& rect, SkData* value) : rect(rect), value(sk_ref_sp(value)) {} in DrawAnnotation() argument
696 void* pod = this->push<DrawAnnotation>(bytes, rect, value); in drawAnnotation()