OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testCanvas
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
Test.java
36
public void
testCanvas
() {
/external/skia/tests/
CanvasTest.cpp
482
SkCanvas*
testCanvas
= testPicture->beginRecording(kWidth, kHeight);
483
testCanvas
->scale(SkIntToScalar(2), SkIntToScalar(1));
484
testCanvas
->clipRect(kTestRect);
485
testCanvas
->drawRect(kTestRect, kTestPaint);
731
SkCanvas*
testCanvas
= testPicture.beginRecording(kWidth,
733
testStep->draw(
testCanvas
, reporter);
735
testStep->draw(
testCanvas
, reporter);
740
testCanvas
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp
633
SkCanvas*
testCanvas
= skia::TryCreateBitmapCanvas(pageSizeInPixels.width, totalHeight, true);
634
if (
testCanvas
) {
636
m_canvas.reset(
testCanvas
);
[
all
...]
Completed in 251 milliseconds