Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A DSamplePathOverstroke.cpp165 SkPaint hairp; variable
166 hairp.setColor(SK_ColorBLACK);
167 hairp.setAntiAlias(true);
168 hairp.setStyle(SkPaint::kStroke_Style);
174 canvas->drawPath(fillpath, hairp);
189 hairp.setColor(SK_ColorGREEN);
190 canvas->drawPath(path, hairp);

Completed in 1 milliseconds