Home
last modified time | relevance | path

Searched refs:isHairlineStyle (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/src/gpu/tessellate/shaders/
H A DGrStrokeTessellationShader.cpp323 if (!shader.stroke().isHairlineStyle()) { in emitTessellationCode()
364 if (!stroke.isHairlineStyle()) { in setData()
372 float strokeRadius = (stroke.isHairlineStyle()) ? .5f : stroke.getWidth() * .5; in setData()
379 SkASSERT(!stroke.isHairlineStyle()); in setData()
405 fPatchAttribs, fMode, fStroke.getJoin(), fStroke.isHairlineStyle()); in getShaderDfxInfo()
419 key = (key << 1) | (uint32_t)fStroke.isHairlineStyle(); in addToKey()
H A DGrStrokeTessellationShader_HardwareImpl.cpp96 if (shader.stroke().isHairlineStyle()) { in onEmitCode()
110 if (shader.stroke().isHairlineStyle()) { in onEmitCode()
H A DGrStrokeTessellationShader_InstancedImpl.cpp107 if (shader.stroke().isHairlineStyle()) { in onEmitCode()
/third_party/skia/src/gpu/ops/
H A DStrokeTessellateOp.cpp54 if (!this->headStroke().isHairlineStyle()) { in StrokeTessellateOp()
60 if (this->headStroke().isHairlineStyle()) { in StrokeTessellateOp()
110 this->headStroke().isHairlineStyle() != op->headStroke().isHairlineStyle()) { in onCombineIfPossible()
119 if (this->headStroke().isHairlineStyle()) { in onCombineIfPossible()
H A DTessellationPathRenderer.cpp131 if (stroke.isHairlineStyle()) { in onDrawPath()
/third_party/skia/src/gpu/tessellate/
H A DStrokeIterator.h227 if (!fStroke->isHairlineStyle()) { in finishOpenContour()
310 if (!fStroke->isHairlineStyle()) { in fillSquareCapPoints()
332 if (!fStroke->isHairlineStyle()) { in fillSquareCapPoints()
H A DStrokeTessellator.h132 SkASSERT(!head->fStroke.isHairlineStyle()); in fetchRadialSegmentsPerRadian()
H A DStrokeHardwareTessellator.cpp272 if (!stroke.isHairlineStyle()) { in writeCaps()
320 if (!stroke.isHairlineStyle()) { in writeCaps()
331 if (!stroke.isHairlineStyle()) { in writeCaps()
/third_party/skia/src/gpu/
H A DGrStyle.h117 bool isSimpleHairline() const { return fStrokeRec.isHairlineStyle() && !fPathEffect; } in isSimpleHairline()
144 return this->pathEffect() || (!fStrokeRec.isFillStyle() && !fStrokeRec.isHairlineStyle()); in applies()
H A DGrUtil.cpp72 if (stroke.isHairlineStyle()) { in GrIsStrokeHairlineOrEquivalent()
/third_party/skia/include/core/
H A DSkStrokeRec.h42 bool isHairlineStyle() const { in isHairlineStyle() function in SkStrokeRec
/third_party/skia/experimental/graphite/src/
H A DDevice.cpp339 if (!style.isHairlineStyle()) { in applyClipToDraw()
346 if (style.isHairlineStyle()) { in applyClipToDraw()
/third_party/skia/src/core/
H A DSkPaint.cpp413 return !rec.isHairlineStyle(); in getFillPath()
H A DSkScalerContext.cpp763 if (hairline && rec.isHairlineStyle()) { in internalGetPath()
/third_party/skia/src/utils/
H A DSkDashPath.cpp224 if (rec->isHairlineStyle() || !src.isLine(fPts)) {
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.cpp659 fStyle.strokeRec().isHairlineStyle()) { in simplifyStroke()
/third_party/skia/tests/
H A DPathTest.cpp1033 REPORTER_ASSERT(reporter, rec.isHairlineStyle()); in test_strokerec()

Completed in 23 milliseconds