Searched refs:choppedPtPaint (Results 1 - 2 of 2) sorted by relevance

/external/skia/gm/
H A Dbeziereffects.cpp194 SkPaint choppedPtPaint; variable
195 choppedPtPaint.setColor(~ctrlPtPaint.getColor() | 0xFF000000);
201 canvas->drawCircle(pts[i], 3.f, choppedPtPaint);
379 SkPaint choppedPtPaint; variable
380 choppedPtPaint.setColor(~ctrlPtPaint.getColor() | 0xFF000000);
385 canvas->drawCircle(pts[i], 3.f, choppedPtPaint);
585 SkPaint choppedPtPaint; variable
586 choppedPtPaint.setColor(~ctrlPtPaint.getColor() | 0xFF000000);
592 canvas->drawCircle(pts[i], 3.f, choppedPtPaint);
/external/skqp/gm/
H A Dbeziereffects.cpp194 SkPaint choppedPtPaint; variable
195 choppedPtPaint.setColor(~ctrlPtPaint.getColor() | 0xFF000000);
201 canvas->drawCircle(pts[i], 3.f, choppedPtPaint);
379 SkPaint choppedPtPaint; variable
380 choppedPtPaint.setColor(~ctrlPtPaint.getColor() | 0xFF000000);
385 canvas->drawCircle(pts[i], 3.f, choppedPtPaint);
585 SkPaint choppedPtPaint; variable
586 choppedPtPaint.setColor(~ctrlPtPaint.getColor() | 0xFF000000);
592 canvas->drawCircle(pts[i], 3.f, choppedPtPaint);

Completed in 86 milliseconds