Home
last modified time | relevance | path

Searched refs:MakeFilled (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/
DGrShape.h141 static GrShape MakeFilled(const GrShape& original, FillInversion = FillInversion::kPreserve);
DGrShape.cpp72 GrShape GrShape::MakeFilled(const GrShape& original, FillInversion inversion) { in MakeFilled() function in GrShape
/external/skia/src/gpu/
DGrShape.h141 static GrShape MakeFilled(const GrShape& original, FillInversion = FillInversion::kPreserve);
DGrShape.cpp72 GrShape GrShape::MakeFilled(const GrShape& original, FillInversion inversion) { in MakeFilled() function in GrShape
/external/skqp/tests/
DGrShapeTest.cpp279 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/
DGrShapeTest.cpp279 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()