This is the complete list of members for impeller::StrokePathSegmentReceiver, including all inherited members.
BeginContour(Point origin, bool will_be_closed) override | impeller::StrokePathSegmentReceiver | inlineprotectedvirtual |
EndContour(Point origin, bool with_close) override | impeller::StrokePathSegmentReceiver | inlineprotectedvirtual |
RecordArc(const Arc &arc, const Point center, const Size radii) override | impeller::StrokePathSegmentReceiver | inlineprotectedvirtual |
RecordConic(Point p1, Point cp, Point p2, Scalar weight) override | impeller::StrokePathSegmentReceiver | inlineprotectedvirtual |
RecordCubic(Point p1, Point cp1, Point cp2, Point p2) override | impeller::StrokePathSegmentReceiver | inlineprotectedvirtual |
RecordCurve(const Curve &curve) | impeller::StrokePathSegmentReceiver | inlineprotected |
RecordCurveSegment(const SeparatedVector2 &prev_perpendicular, const Point cur, const SeparatedVector2 &cur_perpendicular) | impeller::StrokePathSegmentReceiver | inlineprotected |
RecordLine(Point p1, Point p2) override | impeller::StrokePathSegmentReceiver | inlineprotectedvirtual |
RecordQuad(Point p1, Point cp, Point p2) override | impeller::StrokePathSegmentReceiver | inlineprotectedvirtual |
StrokePathSegmentReceiver(Tessellator &tessellator, PositionWriter &vtx_builder, const StrokeParameters &stroke, const Scalar scale) | impeller::StrokePathSegmentReceiver | inline |