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