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

  /external/skia/src/gpu/
GrStyle.h 116 bool isSimpleHairline() const { return fStrokeRec.isHairlineStyle() && !fPathEffect; }
GrBlurUtils.cpp 168 } else if (style.isSimpleHairline()) {
GrShape.cpp 322 SkASSERT(tmpParent.get()->style().isSimpleHairline());
GrRenderTargetContext.cpp     [all...]
  /external/skia/tests/
GrShapeTest.cpp 400 REPORTER_ASSERT(r, fAppliedFull.style().isSimpleHairline());
704 REPORTER_ASSERT(reporter, hairlineCase.baseShape().style().isSimpleHairline());
705 REPORTER_ASSERT(reporter, hairlineCase.appliedFullStyleShape().style().isSimpleHairline());
706 REPORTER_ASSERT(reporter, hairlineCase.appliedPathEffectShape().style().isSimpleHairline());
    [all...]
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 339 SkASSERT(!fStyle.isSimpleHairline()); // Hairlines are not supported.

Completed in 95 milliseconds