Home
last modified time | relevance | path

Searched refs:fStrokeWidth (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/pdf/
DSkPDFGraphicState.h73 return 0 == memcmp(&fStrokeWidth, &rhs.fStrokeWidth, 12);
75 uint32_t hash() const { return SkChecksum::Murmur3(&fStrokeWidth, 12); } in hash()
78 const SkScalar fStrokeWidth;
DSkPDFGraphicState.cpp105 : fStrokeWidth(p.getStrokeWidth()) in SkPDFGraphicState()
214 dict->insertScalar("LW", fStrokeWidth); in emitObject()
/external/skia/bench/
DDashBench.cpp216 SkScalar fStrokeWidth; member in DashLineBench
223 fStrokeWidth = width; in DashLineBench()
238 paint.setStrokeWidth(fStrokeWidth); in onDraw()
253 int fStrokeWidth; member in DrawPointsDashingBench
262 fStrokeWidth = strokeWidth; in DrawPointsDashingBench()
279 p.setStrokeWidth(SkIntToScalar(fStrokeWidth)); in onDraw()
301 SkScalar fStrokeWidth; member in GiantDashBench
321 fStrokeWidth = width; in GiantDashBench()
364 p.setStrokeWidth(fStrokeWidth); in onDraw()
380 int fStrokeWidth; member in DashGridBench
[all …]
DLineBench.cpp20 SkScalar fStrokeWidth; member in LineBench
30 fStrokeWidth = width; in LineBench()
51 paint.setStrokeWidth(fStrokeWidth); in onDraw()
/external/skia/src/gpu/batches/
DGrNonAAStrokeRectBatch.cpp47 SkScalar fStrokeWidth; member
70 geometry.fStrokeWidth = strokeWidth; in append()
88 fBatch.fHairline = geo.fStrokeWidth == 0; in init()
97 SkScalar rad = SkScalarHalf(geo.fStrokeWidth); in setupBounds()
129 if (args.fStrokeWidth > 0) { in onPrepareDraws()
147 if (args.fStrokeWidth > 0) {; in onPrepareDraws()
149 init_stroke_rect_strip(vertex, args.fRect, args.fStrokeWidth); in onPrepareDraws()
DGrAALinearizingConvexPathRenderer.cpp126 SkScalar fStrokeWidth; member
222 GrAAConvexTessellator tess(args.fStrokeWidth, args.fJoin, args.fMiterLimit); in onPrepareDraws()
266 SkScalar w = geometry.fStrokeWidth; in AAFlatteningConvexPathBatch()
333 geometry.fStrokeWidth = args.fStroke->isFillStyle() ? -1.0f : args.fStroke->getWidth(); in onDrawPath()
DGrAAConvexTessellator.cpp205 if (fStrokeWidth >= 0.0f) { in tessellate()
208 SkScalar effectiveStrokeWidth = scaleFactor * fStrokeWidth; in tessellate()
222 if (fStrokeWidth >= 0.0f && fInitialRing.numPts() > 2) { in tessellate()
223 SkScalar effectiveStrokeWidth = scaleFactor * fStrokeWidth; in tessellate()
377 if (fStrokeWidth < 0.0f) { in extractFromPath()
572 if (fStrokeWidth < 0.0f) { in terminate()
731 if (done && fStrokeWidth < 0.0f) { in createInsetRing()
846 SkScalar initialRingCoverage = fStrokeWidth < 0.0f ? 0.5f : 1.0f; in lineTo()
DGrAAConvexTessellator.h38 , fStrokeWidth(strokeWidth) in fSide()
259 SkScalar fStrokeWidth; variable
/external/skia/gm/
Dshadows.cpp99 SkScalar fStrokeWidth; in onDraw() member
114 setup(&paint, gRec[0].fColor, gRec[0].fStrokeWidth); in onDraw()
118 setup(&paint, gRec[1].fColor, gRec[1].fStrokeWidth); in onDraw()
122 setup(&paint, gRec[2].fColor, gRec[2].fStrokeWidth); in onDraw()
/external/skia/samplecode/
DSampleStrokePath.cpp90 int fStrokeWidth; member
142 paint->setStrokeWidth(SkIntToScalar(gRec[i].fStrokeWidth)); in drawSet()
/external/skia/src/gpu/effects/
DGrDashingEffect.cpp327 SkScalar fStrokeWidth; member
559 draw.fStrokeWidth = strokeWidth; in onPrepareDraws()
586 draws[i].fIntervals[1], draws[i].fStrokeWidth, in onPrepareDraws()
603 draws[i].fIntervals[1], draws[i].fStrokeWidth, capType, in onPrepareDraws()
620 draws[i].fIntervals[1], draws[i].fStrokeWidth, capType, in onPrepareDraws()