Searched refs:IsStrokeHairlineOrEquivalent (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrPathRenderer.h | 169 static bool IsStrokeHairlineOrEquivalent(const GrStyle&, const SkMatrix&,
|
D | GrPathRenderer.cpp | 68 bool GrPathRenderer::IsStrokeHairlineOrEquivalent(const GrStyle& style, const SkMatrix& matrix, in IsStrokeHairlineOrEquivalent() function in GrPathRenderer
|
D | GrSoftwarePathRenderer.cpp | 249 !IsStrokeHairlineOrEquivalent(args.fShape->style(), in onDrawPath()
|
D | GrBlurUtils.cpp | 289 !GrPathRenderer::IsStrokeHairlineOrEquivalent(shape->style(), in draw_shape_with_mask_filter()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDefaultPathRenderer.cpp | 511 if (IsStrokeHairlineOrEquivalent(shape.style(), viewMatrix, &hairlineCoverage)) { in internalDrawPath() 642 bool isHairline = IsStrokeHairlineOrEquivalent( in onCanDrawPath()
|
D | GrAAHairLinePathRenderer.cpp | 721 if (!IsStrokeHairlineOrEquivalent(args.fShape->style(), *args.fViewMatrix, nullptr)) { in onCanDrawPath() 793 if (GrPathRenderer::IsStrokeHairlineOrEquivalent(style, viewMatrix, &hairlineCoverage)) { in Make()
|