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

  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 630 bool doStroke = paint.getStyle() != SkPaint::kFill_Style;
637 bool usePath = doStroke && width > 0 &&
645 if (doStroke) {
676 fContext->drawRect(grPaint, rect, doStroke ? width : -1);
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 630 bool doStroke = paint.getStyle() != SkPaint::kFill_Style;
637 bool usePath = doStroke && width > 0 &&
645 if (doStroke) {
676 fContext->drawRect(grPaint, rect, doStroke ? width : -1);
    [all...]

Completed in 270 milliseconds