Searched defs:ctrlPtPaint (Results 1 - 2 of 2) sorted by relevance

/external/skia/gm/
H A Dbeziereffects.cpp181 SkPaint ctrlPtPaint; variable
182 ctrlPtPaint.setColor(rand.nextU() | 0xFF000000);
183 canvas->drawCircle(controlPts[0], 8.f, ctrlPtPaint);
185 canvas->drawCircle(controlPts[i], 6.f, ctrlPtPaint);
195 choppedPtPaint.setColor(~ctrlPtPaint.getColor() | 0xFF000000);
367 SkPaint ctrlPtPaint; variable
368 ctrlPtPaint.setColor(rand.nextU() | 0xFF000000);
370 canvas->drawCircle(controlPts[i], 6.f, ctrlPtPaint);
380 choppedPtPaint.setColor(~ctrlPtPaint.getColor() | 0xFF000000);
573 SkPaint ctrlPtPaint; variable
[all...]
/external/skqp/gm/
H A Dbeziereffects.cpp181 SkPaint ctrlPtPaint; variable
182 ctrlPtPaint.setColor(rand.nextU() | 0xFF000000);
183 canvas->drawCircle(controlPts[0], 8.f, ctrlPtPaint);
185 canvas->drawCircle(controlPts[i], 6.f, ctrlPtPaint);
195 choppedPtPaint.setColor(~ctrlPtPaint.getColor() | 0xFF000000);
367 SkPaint ctrlPtPaint; variable
368 ctrlPtPaint.setColor(rand.nextU() | 0xFF000000);
370 canvas->drawCircle(controlPts[i], 6.f, ctrlPtPaint);
380 choppedPtPaint.setColor(~ctrlPtPaint.getColor() | 0xFF000000);
573 SkPaint ctrlPtPaint; variable
[all...]

Completed in 147 milliseconds