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

  /external/skia/gm/
complexclip.cpp 113 SkPaint boundPaint;
114 boundPaint.setColor(SK_ColorRED);
115 boundPaint.setStyle(SkPaint::kStroke_Style);
116 canvas->drawRect(bounds, boundPaint);
  /external/skqp/gm/
complexclip.cpp 113 SkPaint boundPaint;
114 boundPaint.setColor(SK_ColorRED);
115 boundPaint.setStyle(SkPaint::kStroke_Style);
116 canvas->drawRect(bounds, boundPaint);

Completed in 73 milliseconds