HomeSort by relevance Sort by last modified time
    Searched full:passedpaint (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pdf/
SkPDFDevice.cpp 639 SkPaint passedPaint = srcPaint;
640 remove_color_filter(&passedPaint);
641 replace_srcmode_on_opaque_paint(&passedPaint);
643 passedPaint.setStyle(SkPaint::kStroke_Style);
652 if (passedPaint.getPathEffect()) {
656 draw_points(mode, count, points, passedPaint,
661 const SkPaint* paint = &passedPaint;
    [all...]
  /external/skqp/src/pdf/
SkPDFDevice.cpp 639 SkPaint passedPaint = srcPaint;
640 remove_color_filter(&passedPaint);
641 replace_srcmode_on_opaque_paint(&passedPaint);
643 passedPaint.setStyle(SkPaint::kStroke_Style);
652 if (passedPaint.getPathEffect()) {
656 draw_points(mode, count, points, passedPaint,
661 const SkPaint* paint = &passedPaint;
    [all...]

Completed in 357 milliseconds