Home
last modified time | relevance | path

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

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