Searched refs:DrawAnnotation (Results 1 – 2 of 2) sorted by relevance
39 X(DrawAnnotation)
264 struct DrawAnnotation final : Op { struct265 static const auto kType = Type::DrawAnnotation; argument266 DrawAnnotation(const SkRect& rect, SkData* value) : rect(rect), value(sk_ref_sp(value)) {} in DrawAnnotation() function696 void* pod = this->push<DrawAnnotation>(bytes, rect, value); in drawAnnotation()