Searched defs:filledPaint (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp1850 SkPaint filledPaint; local
1851 filledPaint.setColor(SK_ColorBLACK);
1852 filledPaint.setStyle(SkPaint::kFill_Style);
1853 this->drawPath(d, *shape, filledPaint, NULL, true);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1949 SkPaint filledPaint; local
1950 filledPaint.setColor(SK_ColorBLACK);
1951 filledPaint.setStyle(SkPaint::kFill_Style);
1952 this->drawPath(d, *shape, filledPaint, NULL, true);

Completed in 288 milliseconds