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

  /external/chromium_org/third_party/skia/src/core/
SkDrawProcs.h 68 bool SkDrawTreatAsHairline(const SkPaint&, const SkMatrix&, SkScalar* coverage);
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkDrawProcs.h 68 bool SkDrawTreatAsHairline(const SkPaint&, const SkMatrix&, SkScalar* coverage);
SkDraw.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 892 bool doHairLine = SkDrawTreatAsHairline(paint, fContext->getMatrix(), &hairlineCoverage);
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 892 bool doHairLine = SkDrawTreatAsHairline(paint, fContext->getMatrix(), &hairlineCoverage);
    [all...]

Completed in 230 milliseconds