Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFrameBuilder.cpp564 BakedOpState* FrameBuilder::deferStrokeableOp(const RecordedOp& op, batchid_t batchId, in deferStrokeableOp() function in android::uirenderer::FrameBuilder
597 deferStrokeableOp(op, tessBatchId(op), BakedOpState::StrokeBehavior::StyleDefined, true); in deferArcOp()
681 deferStrokeableOp(op, batch, BakedOpState::StrokeBehavior::Forced); in deferLinesOp()
685 deferStrokeableOp(op, tessBatchId(op)); in deferOvalOp()
706 auto state = deferStrokeableOp(op, OpBatchType::AlphaMaskTexture); in deferPathOp()
714 deferStrokeableOp(op, batch, BakedOpState::StrokeBehavior::Forced); in deferPointsOp()
718 deferStrokeableOp(op, tessBatchId(op)); in deferRectOp()
722 auto state = deferStrokeableOp(op, tessBatchId(op)); in deferRoundRectOp()
DFrameBuilder.h213 BakedOpState* deferStrokeableOp(const RecordedOp& op, batchid_t batchId,