Searched refs:makePaint (Results 1 - 4 of 4) sorted by relevance

/external/skia/gm/
H A Dpathopsinverse.cpp26 makePaint(&fOnePaint, oneColor);
27 makePaint(&fTwoPaint, twoColor);
28 makePaint(&fOpPaint[kDifference_SkPathOp], oneColor);
29 makePaint(&fOpPaint[kIntersect_SkPathOp], blendColor);
30 makePaint(&fOpPaint[kUnion_SkPathOp], sk_tool_utils::color_to_565(0xFFc0FFc0));
31 makePaint(&fOpPaint[kReverseDifference_SkPathOp], twoColor);
32 makePaint(&fOpPaint[kXOR_SkPathOp], sk_tool_utils::color_to_565(0xFFa0FFe0));
33 makePaint(&fOutlinePaint, 0xFF000000);
47 void makePaint(SkPaint* paint, SkColor color) { function in class:skiagm::PathOpsInverseGM
/external/skia/tools/json/
H A DSkJSONCanvas.cpp461 Json::Value SkJSONCanvas::makePaint(const SkPaint& paint) { function in class:SkJSONCanvas
578 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint);
586 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint);
594 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint);
602 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint);
611 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint);
625 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint);
650 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint);
663 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(*paint);
681 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(*pain
[all...]
H A DSkJSONCanvas.h274 Json::Value makePaint(const SkPaint& paint);
/external/skia/samplecode/
H A DSamplePathFuzz.cpp153 fPaint = makePaint();
274 SkPaint makePaint() { function in class:FuzzPath

Completed in 261 milliseconds