OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copiedPaint
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
PaintTest.cpp
143
SkPaint
copiedPaint
= paint;
144
REPORTER_ASSERT(reporter, paint.getHash() ==
copiedPaint
.getHash());
145
REPORTER_ASSERT(reporter, paint ==
copiedPaint
);
148
copiedPaint
= paint;
149
REPORTER_ASSERT(reporter, paint ==
copiedPaint
);
154
copiedPaint
.reset();
156
REPORTER_ASSERT(reporter, cleanPaint ==
copiedPaint
);
/external/skqp/tests/
PaintTest.cpp
143
SkPaint
copiedPaint
= paint;
144
REPORTER_ASSERT(reporter, paint.getHash() ==
copiedPaint
.getHash());
145
REPORTER_ASSERT(reporter, paint ==
copiedPaint
);
148
copiedPaint
= paint;
149
REPORTER_ASSERT(reporter, paint ==
copiedPaint
);
154
copiedPaint
.reset();
156
REPORTER_ASSERT(reporter, cleanPaint ==
copiedPaint
);
Completed in 880 milliseconds