OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:paintPtr
(Results
1 - 3
of
3
) sorted by null
/external/skia/tests/
PaintImageFilterTest.cpp
54
const SkPMColor*
paintPtr
= paintResult.getAddr32(0, y);
55
for (int x = 0; x < r.width(); ++x, ++filterPtr, ++
paintPtr
) {
56
REPORTER_ASSERT(reporter, *filterPtr == *
paintPtr
);
103
const SkPMColor*
paintPtr
= paintResult.getAddr32(0, y);
104
for (int x = 0; x < r.width(); ++x, ++filterPtr, ++
paintPtr
) {
105
REPORTER_ASSERT(reporter, *filterPtr == *
paintPtr
);
/external/skia/tools/json/
SkJSONRenderer.cpp
853
SkPaint*
paintPtr
;
857
paintPtr
= &paint;
[
all
...]
/external/skia/tools/debugger/
SkDrawCommand.cpp
[
all
...]
Completed in 238 milliseconds