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

  /external/skia/gm/
blurredclippedcircle.cpp 37 SkPaint whitePaint;
38 whitePaint.setColor(SK_ColorWHITE);
39 whitePaint.setBlendMode(SkBlendMode::kSrc);
40 whitePaint.setAntiAlias(true);
55 canvas->drawRect(clipRect1, whitePaint);
  /external/skqp/gm/
blurredclippedcircle.cpp 37 SkPaint whitePaint;
38 whitePaint.setColor(SK_ColorWHITE);
39 whitePaint.setBlendMode(SkBlendMode::kSrc);
40 whitePaint.setAntiAlias(true);
55 canvas->drawRect(clipRect1, whitePaint);
  /external/skia/tests/
RecordingXfermodeTest.cpp 44 SkPaint whitePaint;
45 whitePaint.setColor(0xffffffff);
ImageFilterTest.cpp     [all...]
GrShapeTest.cpp 74 SkPaint whitePaint;
75 whitePaint.setColor(SK_ColorWHITE);
76 surface->getCanvas()->drawPath(path, whitePaint);
    [all...]
  /external/skqp/tests/
RecordingXfermodeTest.cpp 44 SkPaint whitePaint;
45 whitePaint.setColor(0xffffffff);
ImageFilterTest.cpp     [all...]
GrShapeTest.cpp 74 SkPaint whitePaint;
75 whitePaint.setColor(SK_ColorWHITE);
76 surface->getCanvas()->drawPath(path, whitePaint);
    [all...]

Completed in 306 milliseconds