Home
last modified time | relevance | path

Searched refs:noInversePaint (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pdf/
DSkPDFDevice.cpp1446 SkPaint noInversePaint(paint); in handleInversePath() local
1453 noInversePaint.setStyle(SkPaint::kFill_Style); in handleInversePath()
1454 noInversePaint.setStrokeWidth(0); in handleInversePath()
1488 drawPath(d, modifiedPath, noInversePaint, prePathMatrix, true); in handleInversePath()
/external/skia/src/pdf/
DSkPDFDevice.cpp1545 SkPaint noInversePaint(paint); in handleInversePath() local
1552 noInversePaint.setStyle(SkPaint::kFill_Style); in handleInversePath()
1553 noInversePaint.setStrokeWidth(0); in handleInversePath()
1587 drawPath(d, modifiedPath, noInversePaint, prePathMatrix, true); in handleInversePath()