HomeSort by relevance Sort by last modified time
    Searched refs:PathOp (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/
RecordedOp.h 98 UNMERGEABLE_OP_FN(PathOp) \
302 struct PathOp : RecordedOp {
303 PathOp(BASE_PARAMS, const SkPath* path)
304 : SUPER(PathOp)
RecordingCanvas.cpp 450 addOp(alloc().create_trivial<PathOp>(
BakedOpDispatcher.cpp 608 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
    [all...]
FrameBuilder.cpp 705 void FrameBuilder::deferPathOp(const PathOp& op) {
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
BakedOpDispatcherTests.cpp 281 PathOp op(bounds, Matrix4::identity(), nullptr, &paint, &path);

Completed in 227 milliseconds