Searched refs:PathOp (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DRecordedOp.h98 UNMERGEABLE_OP_FN(PathOp) \
302 struct PathOp : RecordedOp { struct in namespace:android::uirenderer
303 PathOp(BASE_PARAMS, const SkPath* path) function in struct:android::uirenderer::PathOp
304 : SUPER(PathOp)
H A DRecordingCanvas.cpp450 addOp(alloc().create_trivial<PathOp>(
H A DBakedOpDispatcher.cpp608 void BakedOpDispatcher::onPathOp(BakedOpRenderer& renderer, const PathOp& op, const BakedOpState& state) {
612 // Unlike other callers to renderPathTexture, no offsets are used because PathOp doesn't
H A DFrameBuilder.cpp705 void FrameBuilder::deferPathOp(const PathOp& op) {
/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpDispatcherTests.cpp281 PathOp op(bounds, Matrix4::identity(), nullptr, &paint, &path);

Completed in 255 milliseconds