Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DDisplayListOps.in40 X(DrawAnnotation)
H A DRecordingCanvas.cpp292 struct DrawAnnotation final : Op { struct
293 static const auto kType = Type::DrawAnnotation; argument
294 DrawAnnotation(const SkRect& rect, SkData* value) : rect(rect), value(sk_ref_sp(value)) {} in DrawAnnotation() argument
834 void* pod = this->push<DrawAnnotation>(bytes, rect, value); in drawAnnotation()