Searched refs:TextOnPathOp (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RecordedOp.h | 104 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()
|
D | RecordingCanvas.cpp | 529 addOp(alloc().create_trivial<TextOnPathOp>(*(mState.currentSnapshot()->transform), in drawLayoutOnPath()
|
D | FrameBuilder.cpp | 760 void FrameBuilder::deferTextOnPathOp(const TextOnPathOp& op) { in deferTextOnPathOp()
|
D | BakedOpDispatcher.cpp | 748 void BakedOpDispatcher::onTextOnPathOp(BakedOpRenderer& renderer, const TextOnPathOp& op, in onTextOnPathOp()
|