Home
last modified time | relevance | path

Searched refs:VectorDrawableOp (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DRecordedOp.h85 PRE_RENDER_OP_FN(VectorDrawableOp) \
330 struct VectorDrawableOp : RecordedOp { struct
331 VectorDrawableOp(VectorDrawable::Tree* tree, BASE_PARAMS_PAINTLESS) in VectorDrawableOp() function
332 : SUPER_PAINTLESS(VectorDrawableOp), vectorDrawable(tree) {} in VectorDrawableOp()
DRecordingCanvas.cpp427 addOp(alloc().create_trivial<VectorDrawableOp>( in drawVectorDrawable()
DFrameBuilder.cpp625 void FrameBuilder::deferVectorDrawableOp(const VectorDrawableOp& op) { in deferVectorDrawableOp()