Searched defs:kInverted (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/include/effects/ |
D | SkTrimPathEffect.h | 17 kInverted, // return the complement/subset paths [0,start] + [stop,1] enumerator
|
/third_party/flutter/skia/include/effects/ |
D | SkTrimPathEffect.h | 17 kInverted, // return the complement/subset paths [0,start] + [stop,1] enumerator
|
/third_party/skia/src/gpu/geometry/ |
D | GrShape.cpp | 365 static constexpr SkRect kInverted = SkRect::MakeLTRB(1, 1, -1, -1); in bounds() local
|
/third_party/flutter/skia/src/gpu/geometry/ |
D | GrShape.cpp | 134 static constexpr SkRect kInverted = SkRect::MakeLTRB(1, 1, -1, -1); in bounds() local
|