Home
last modified time | relevance | path

Searched refs:TextOnPathOp (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DRecordedOp.h104 UNMERGEABLE_OP_FN(TextOnPathOp) \
376 struct TextOnPathOp : RecordedOp { struct
378 TextOnPathOp(const Matrix4& localMatrix, const ClipBase* localClip, const SkPaint* paint, in TextOnPathOp() argument
381 : RecordedOp(RecordedOpId::TextOnPathOp, Rect(), localMatrix, localClip, paint) in TextOnPathOp()
DRecordingCanvas.cpp529 addOp(alloc().create_trivial<TextOnPathOp>(*(mState.currentSnapshot()->transform), in drawLayoutOnPath()
DFrameBuilder.cpp760 void FrameBuilder::deferTextOnPathOp(const TextOnPathOp& op) { in deferTextOnPathOp()
DBakedOpDispatcher.cpp748 void BakedOpDispatcher::onTextOnPathOp(BakedOpRenderer& renderer, const TextOnPathOp& op, in onTextOnPathOp()