Lines Matching refs:Stroke
59 Stroke Stroke::CreateFrom(const SkPaint& paint) { in CreateFrom()
60 Stroke stroke = { in CreateFrom()
69 void Stroke::applyTo(SkPaint* paint) const { in applyTo()
76 static bool operator==(const Stroke& a, const Stroke& b) { in operator ==()
84 static_assert(sizeof(Stroke) == offsetof(Stroke, fJoin) + sizeof(Stroke().fJoin), "");
219 fEncoder->strokePath(p, common, this->id(Stroke::CreateFrom(paint))); in onDrawPath()
373 fEncoder->strokeText(t, offset, common, this->id(Stroke::CreateFrom(paint))); in onDrawTextBlob()
454 ID define(const Stroke& v)O{return this->define(Type::kStroke, &fStroke, v);} in define()
610 IDMap<Stroke , Type::kStroke > fStroke;
672 ID define(const Stroke& v) override { return this->define(&fStroke , v); } in define()
742 SkTHashMap<Stroke, ID> fStroke;