/third_party/skia/src/gpu/effects/ |
D | GrBezierEffect.cpp | 187 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate() 188 SkMatrix viewMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 189 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 340 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate() 341 SkMatrix viewMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 342 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
|
D | GrBitmapTextGeoProc.cpp | 205 GrTest::TestWrapModes(d->fRandom, wrapModes); in TestCreate() 224 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate() 226 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
|
D | GrDistanceFieldGeoProc.cpp | 290 GrTest::TestWrapModes(d->fRandom, wrapModes); in TestCreate() 300 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 557 GrTest::TestWrapModes(d->fRandom, wrapModes); in TestCreate() 567 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 870 GrTest::TestWrapModes(d->fRandom, wrapModes); in TestCreate() 881 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
|
D | GrBicubicEffect.cpp | 255 auto m = GrTest::TestMatrix(d->fRandom); in TestCreate() 260 GrTest::TestWrapModes(d->fRandom, wm); in TestCreate()
|
D | GrTextureEffect.cpp | 795 GrTest::TestWrapModes(testData->fRandom, wrapModes); in TestCreate() 804 const SkMatrix& matrix = GrTest::TestMatrix(testData->fRandom); in TestCreate()
|
/third_party/skia/src/gpu/ |
D | GrDefaultGeoProcFactory.cpp | 267 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate() 268 SkMatrix viewMtx = GrTest::TestMatrix(d->fRandom); in TestCreate() 269 SkMatrix localMtx = GrTest::TestMatrix(d->fRandom); in TestCreate() 271 uint8_t coverage = GrTest::RandomCoverage(d->fRandom); in TestCreate()
|
D | GrTestUtils.h | 35 namespace GrTest {
|
D | GrTestUtils.cpp | 53 namespace GrTest { namespace
|
/third_party/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 263 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 510 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 704 SkMatrix matrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 893 SkMatrix matrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 3423 SkRect circle = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() 3426 SkStrokeRec stroke = GrTest::TestStrokeRec(random); in GR_DRAW_OP_TEST_DEFINE() 3461 SkRect circle = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() 3475 SkMatrix viewMatrix = GrTest::TestMatrixRectStaysRect(random); in GR_DRAW_OP_TEST_DEFINE() 3476 SkRect ellipse = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() 3478 GrTest::TestStrokeRec(random)); in GR_DRAW_OP_TEST_DEFINE() [all …]
|
D | FillRectOp.cpp | 566 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in GR_DRAW_OP_TEST_DEFINE() 567 SkRect rect = GrTest::TestRect(random); in GR_DRAW_OP_TEST_DEFINE() 585 SkMatrix localMatrix = GrTest::TestMatrixInvertible(random); in GR_DRAW_OP_TEST_DEFINE() 591 SkRect localRect = GrTest::TestRect(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | DashOp.cpp | 878 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate() 879 SkMatrix matrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 1092 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate() 1093 SkMatrix matrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 1233 SkMatrix viewMatrix = GrTest::TestMatrixPreservesRightAngles(random); in GR_DRAW_OP_TEST_DEFINE() 1298 p.setPathEffect(GrTest::TestDashPathEffect::Make(intervals, 2, phase)); in GR_DRAW_OP_TEST_DEFINE()
|
D | TriangulatingPathRenderer.cpp | 547 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in GR_DRAW_OP_TEST_DEFINE() 548 const SkPath& path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE() 559 GrTest::TestStyle(random, &style); in GR_DRAW_OP_TEST_DEFINE()
|
D | DrawAtlasOp.cpp | 367 colors->push_back(GrTest::RandomColor(random)); in randomize_params() 383 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | DefaultPathRenderer.cpp | 590 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE() 595 const SkPath& path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE() 603 uint8_t coverage = GrTest::RandomCoverage(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | DrawVerticesOp.cpp | 670 colors->push_back(GrTest::RandomColor(random)); in randomize_params() 715 SkSimpleMatrixProvider matrixProvider(GrTest::TestMatrix(random)); in GR_DRAW_OP_TEST_DEFINE() 717 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | AALinearizingConvexPathRenderer.cpp | 419 SkMatrix viewMatrix = GrTest::TestMatrixPreservesRightAngles(random); in GR_DRAW_OP_TEST_DEFINE() 420 const SkPath& path = GrTest::TestPathConvex(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | AAConvexPathRenderer.cpp | 673 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 935 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in GR_DRAW_OP_TEST_DEFINE() 936 const SkPath& path = GrTest::TestPathConvex(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | StrokeRectOp.cpp | 993 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE() 994 SkRect rect = GrTest::TestRect(random); in GR_DRAW_OP_TEST_DEFINE() 1022 SkMatrix matrix = GrTest::TestMatrixRectStaysRect(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | LatticeOp.cpp | 523 SkMatrix viewMatrix = GrTest::TestMatrixPreservesRightAngles(random); in GR_DRAW_OP_TEST_DEFINE() 524 auto csxf = GrTest::TestColorXform(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | RegionOp.cpp | 241 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | SmallPathRenderer.cpp | 729 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE() 733 GrStyledShape shape(GrTest::TestPath(random), GrStyle::SimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
|
D | FillRRectOp.cpp | 871 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE() 874 SkRect rect = GrTest::TestRect(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | ShadowRRectOp.cpp | 772 SkRect circle = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() 782 rrect = GrTest::TestRRectSimple(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | TextureOp.cpp | 1408 SkRect rect = GrTest::TestRect(random); in GR_DRAW_OP_TEST_DEFINE() 1414 SkMatrix viewMatrix = GrTest::TestMatrixPreservesRightAngles(random); in GR_DRAW_OP_TEST_DEFINE() 1424 auto texXform = GrTest::TestColorXform(random); in GR_DRAW_OP_TEST_DEFINE()
|
/third_party/skia/src/effects/ |
D | SkTableColorFilter.cpp | 222 sk_sp<SkColorSpace> colorSpace = GrTest::TestColorSpace(d->fRandom); in TestCreate()
|