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

  /external/chromium_org/third_party/skia/tests/
CanvasTest.cpp 466 SkCanvas* testCanvas = recorder.beginRecording(SkIntToScalar(kWidth), SkIntToScalar(kHeight),
468 testCanvas->scale(SkIntToScalar(2), SkIntToScalar(1));
469 testCanvas->clipRect(kTestRect);
470 testCanvas->drawRect(kTestRect, kTestPaint);
698 SkCanvas* testCanvas =
702 testStep->draw(testCanvas, reporter);
704 testStep->draw(testCanvas, reporter);
707 SkPictureRecord* testRecord = static_cast<SkPictureRecord*>(testCanvas);
    [all...]
BlurTest.cpp 143 SkCanvas testCanvas(testBitmap);
144 testCanvas.translate(SkIntToScalar(-itest.fLeft),
146 drawBG(&testCanvas);
147 testCanvas.drawPath(path, paint);
PictureTest.cpp     [all...]

Completed in 2858 milliseconds