HomeSort by relevance Sort by last modified time
    Searched refs:choppedPtPaint (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/gm/
beziereffects.cpp 138 SkPaint choppedPtPaint;
139 choppedPtPaint.setColor(~ctrlPtPaint.getColor() | 0xFF000000);
145 canvas->drawCircle(pts[i].fX, pts[i].fY, 3.f, choppedPtPaint);
292 SkPaint choppedPtPaint;
293 choppedPtPaint.setColor(~ctrlPtPaint.getColor() | 0xFF000000);
298 canvas->drawCircle(pts[i].fX, pts[i].fY, 3.f, choppedPtPaint);
479 SkPaint choppedPtPaint;
480 choppedPtPaint.setColor(~ctrlPtPaint.getColor() | 0xFF000000);
486 canvas->drawCircle(pts[i].fX, pts[i].fY, 3.f, choppedPtPaint);
  /external/skia/gm/
beziereffects.cpp 138 SkPaint choppedPtPaint;
139 choppedPtPaint.setColor(~ctrlPtPaint.getColor() | 0xFF000000);
145 canvas->drawCircle(pts[i].fX, pts[i].fY, 3.f, choppedPtPaint);
292 SkPaint choppedPtPaint;
293 choppedPtPaint.setColor(~ctrlPtPaint.getColor() | 0xFF000000);
298 canvas->drawCircle(pts[i].fX, pts[i].fY, 3.f, choppedPtPaint);
479 SkPaint choppedPtPaint;
480 choppedPtPaint.setColor(~ctrlPtPaint.getColor() | 0xFF000000);
486 canvas->drawCircle(pts[i].fX, pts[i].fY, 3.f, choppedPtPaint);

Completed in 873 milliseconds