HomeSort by relevance Sort by last modified time
    Searched refs:TestMatrix (Results 1 - 24 of 24) sorted by null

  /external/skia/src/gpu/effects/
GrShadowGeoProc.cpp 104 return GrRRectShadowGeoProc::Make(GrTest::TestMatrix(d->fRandom));
GrSimpleTextureEffect.cpp 110 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom);
GrBezierEffect.cpp 267 gp = GrConicEffect::Make(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom),
268 edgeType, *d->caps(), GrTest::TestMatrix(d->fRandom),
469 gp = GrQuadEffect::Make(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom), edgeType,
470 *d->caps(), GrTest::TestMatrix(d->fRandom),
692 gp = GrCubicEffect::Make(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom),
GrBitmapTextGeoProc.cpp 191 params, format, GrTest::TestMatrix(d->fRandom),
GrConfigConversionEffect.cpp 136 pmConv, GrTest::TestMatrix(d->fRandom)));
GrDistanceFieldGeoProc.cpp 293 GrTest::TestMatrix(d->fRandom),
536 GrTest::TestMatrix(d->fRandom),
    [all...]
GrTextureDomain.cpp 346 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom);
  /external/skia/include/gpu/
GrTestUtils.h 34 const SkMatrix& TestMatrix(SkRandom*);
  /external/skia/src/gpu/
GrDefaultGeoProcFactory.cpp 257 GrTest::TestMatrix(d->fRandom),
258 GrTest::TestMatrix(d->fRandom),
GrTestUtils.cpp 52 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); }
326 fViewMatrixStorage = TestMatrix(d->fRandom);
  /external/skia/src/gpu/ops/
GrAnalyticRectOp.cpp 227 return sk_sp<GrGeometryProcessor>(new RectGeometryProcessor(GrTest::TestMatrix(d->fRandom)));
393 SkMatrix viewMatrix = GrTest::TestMatrix(random);
GrNonAAFillRectOp.cpp 201 SkMatrix localMatrix = GrTest::TestMatrix(random);
GrNonAAFillRectPerspectiveOp.cpp 244 SkMatrix viewMatrix = GrTest::TestMatrix(random);
GrNonAAStrokeRectOp.cpp 201 SkMatrix viewMatrix = GrTest::TestMatrix(random);
GrDrawAtlasOp.cpp 236 SkMatrix viewMatrix = GrTest::TestMatrix(random);
GrDrawVerticesOp.cpp 389 SkMatrix viewMatrix = GrTest::TestMatrix(random);
GrAAFillRectOp.cpp 403 SkMatrix localMatrix = GrTest::TestMatrix(random);
GrDefaultPathRenderer.cpp 616 SkMatrix viewMatrix = GrTest::TestMatrix(random);
GrDashOp.cpp     [all...]
GrAAConvexPathRenderer.cpp 661 GrTest::TestMatrix(d->fRandom),
    [all...]
GrAAHairLinePathRenderer.cpp     [all...]
GrOvalOpFactory.cpp 252 d->fRandom->nextBool(), GrTest::TestMatrix(d->fRandom)));
389 new EllipseGeometryProcessor(d->fRandom->nextBool(), GrTest::TestMatrix(d->fRandom)));
557 GrTest::TestMatrix(d->fRandom), (DIEllipseStyle)(d->fRandom->nextRangeU(0, 2))));
    [all...]
GrSmallPathRenderer.cpp     [all...]
  /external/skia/tests/
CanvasTest.cpp 207 , fMatrix(TestMatrix())
239 static SkMatrix TestMatrix() {
    [all...]

Completed in 1897 milliseconds