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

/frameworks/base/libs/hwui/
H A DRecordedOp.h103 UNMERGEABLE_OP_FN(TextOnPathOp) \
400 struct TextOnPathOp : RecordedOp { struct in namespace:android::uirenderer
402 TextOnPathOp(const Matrix4& localMatrix, const ClipBase* localClip, const SkPaint* paint, function in struct:android::uirenderer::TextOnPathOp
404 : RecordedOp(RecordedOpId::TextOnPathOp, Rect(), localMatrix, localClip, paint)
H A DRecordingCanvas.cpp568 addOp(alloc().create_trivial<TextOnPathOp>(
H A DBakedOpDispatcher.cpp736 void BakedOpDispatcher::onTextOnPathOp(BakedOpRenderer& renderer, const TextOnPathOp& op, const BakedOpState& state) {
H A DFrameBuilder.cpp782 void FrameBuilder::deferTextOnPathOp(const TextOnPathOp& op) {

Completed in 2759 milliseconds