Searched refs:MakeFilled (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/ |
D | GrShape.h | 141 static GrShape MakeFilled(const GrShape& original, FillInversion = FillInversion::kPreserve);
|
D | GrShape.cpp | 72 GrShape GrShape::MakeFilled(const GrShape& original, FillInversion inversion) { in MakeFilled() function in GrShape
|
/external/skia/src/gpu/ |
D | GrShape.h | 141 static GrShape MakeFilled(const GrShape& original, FillInversion = FillInversion::kPreserve);
|
D | GrShape.cpp | 72 GrShape GrShape::MakeFilled(const GrShape& original, FillInversion inversion) { in MakeFilled() function in GrShape
|
/external/skqp/tests/ |
D | GrShapeTest.cpp | 279 GrShape preserve = GrShape::MakeFilled(shape, GrShape::FillInversion::kPreserve); in test_inversions() 283 GrShape flip = GrShape::MakeFilled(shape, GrShape::FillInversion::kFlip); in test_inversions() 287 GrShape inverted = GrShape::MakeFilled(shape, GrShape::FillInversion::kForceInverted); in test_inversions() 291 GrShape noninverted = GrShape::MakeFilled(shape, GrShape::FillInversion::kForceNoninverted); in test_inversions() 309 GrShape doubleFlip = GrShape::MakeFilled(flip, GrShape::FillInversion::kFlip); in test_inversions()
|
/external/skia/tests/ |
D | GrShapeTest.cpp | 279 GrShape preserve = GrShape::MakeFilled(shape, GrShape::FillInversion::kPreserve); in test_inversions() 283 GrShape flip = GrShape::MakeFilled(shape, GrShape::FillInversion::kFlip); in test_inversions() 287 GrShape inverted = GrShape::MakeFilled(shape, GrShape::FillInversion::kForceInverted); in test_inversions() 291 GrShape noninverted = GrShape::MakeFilled(shape, GrShape::FillInversion::kForceNoninverted); in test_inversions() 309 GrShape doubleFlip = GrShape::MakeFilled(flip, GrShape::FillInversion::kFlip); in test_inversions()
|