Home | History | Annotate | Download | only in tests

Lines Matching defs:context

62     SkDrawLooper::Context* context = looper->makeContext(&canvas, &alloc);
65 REPORTER_ASSERT(reporter, context->next(&canvas, &paint));
73 REPORTER_ASSERT(reporter, context->next(&canvas, &paint));
80 REPORTER_ASSERT(reporter, !context->next(&canvas, &paint));
101 SkDrawLooper::Context* context = looper->makeContext(&canvas, &alloc);
104 REPORTER_ASSERT(reporter, context->next(&canvas, &paint));
112 REPORTER_ASSERT(reporter, context->next(&canvas, &paint));
119 REPORTER_ASSERT(reporter, !context->next(&canvas, &paint));
140 SkDrawLooper::Context* context = looper->makeContext(&canvas, &alloc);
143 REPORTER_ASSERT(reporter, context->next(&canvas, &paint));
151 REPORTER_ASSERT(reporter, context->next(&canvas, &paint));
158 REPORTER_ASSERT(reporter, !context->next(&canvas, &paint));