HomeSort by relevance Sort by last modified time
    Searched defs:SkSVGDashArray (Results 1 - 2 of 2) sorted by null

  /external/skia/experimental/svg/model/
SkSVGTypes.h 275 class SkSVGDashArray {
283 SkSVGDashArray() : fType(Type::kNone) {}
284 explicit SkSVGDashArray(Type t) : fType(t) {}
285 explicit SkSVGDashArray(SkTDArray<SkSVGLength>&& dashArray)
289 SkSVGDashArray(const SkSVGDashArray&) = default;
290 SkSVGDashArray& operator=(const SkSVGDashArray&) = default;
292 bool operator==(const SkSVGDashArray& other) const {
295 bool operator!=(const SkSVGDashArray& other) const { return !(*this == other);
    [all...]
  /external/skqp/experimental/svg/model/
SkSVGTypes.h 275 class SkSVGDashArray {
283 SkSVGDashArray() : fType(Type::kNone) {}
284 explicit SkSVGDashArray(Type t) : fType(t) {}
285 explicit SkSVGDashArray(SkTDArray<SkSVGLength>&& dashArray)
289 SkSVGDashArray(const SkSVGDashArray&) = default;
290 SkSVGDashArray& operator=(const SkSVGDashArray&) = default;
292 bool operator==(const SkSVGDashArray& other) const {
295 bool operator!=(const SkSVGDashArray& other) const { return !(*this == other);
    [all...]

Completed in 75 milliseconds