Home
last modified time | relevance | path

Searched defs:hairline (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/samplecode/
DSampleThinAA.cpp72 static sk_sp<ShapeRenderer> MakeLine(bool hairline = false) { in MakeLine()
76 static sk_sp<ShapeRenderer> MakeLines(SkScalar depth, bool hairline = false) { in MakeLines()
80 static sk_sp<ShapeRenderer> MakeCurve(SkScalar depth, bool hairline = false) { in MakeCurve()
148 PathRenderer(SkScalar depth, bool hairline) in PathRenderer()
/third_party/flutter/skia/samplecode/
DSampleThinAA.cpp74 static sk_sp<ShapeRenderer> MakeLine(bool hairline = false) { in MakeLine()
78 static sk_sp<ShapeRenderer> MakeLines(SkScalar depth, bool hairline = false) { in MakeLines()
82 static sk_sp<ShapeRenderer> MakeCurve(SkScalar depth, bool hairline = false) { in MakeCurve()
150 PathRenderer(SkScalar depth, bool hairline) in PathRenderer()
/third_party/flutter/skia/gm/
Dcirculararcs.cpp84 DEF_ARC_GM(hairline) { in DEF_ARC_GM() argument
253 SkPaint hairline = fill; variable
/third_party/skia/gm/
Dcirculararcs.cpp91 DEF_ARC_GM(hairline) { in DEF_ARC_GM() argument
259 SkPaint hairline = fill; variable
/third_party/skia/src/core/
DSkScalerContext.cpp192 bool hairline; in internalMakeGlyph() local
457 const bool hairline) { in generateMask()
579 bool hairline; in getImage() local
702 bool SkScalerContext::internalGetPath(SkPackedGlyphID glyphID, SkPath* devPath, bool* hairline) { in internalGetPath()
/third_party/flutter/skia/tests/
DGrShapeTest.cpp847 SkPaint hairline; in test_basic() local
876 SkPaint hairline; in test_scale() local
1017 SkPaint hairline; in test_stroke_cap() local
1039 SkPaint hairline; in test_stroke_join() local
1067 SkPaint hairline; in test_miter_limit() local
1894 SkPaint hairline; in DEF_TEST() local
/third_party/skia/tests/
DGrStyledShapeTest.cpp857 SkPaint hairline; in test_basic() local
886 SkPaint hairline; in test_scale() local
1027 SkPaint hairline; in test_stroke_cap() local
1049 SkPaint hairline; in test_stroke_join() local
1077 SkPaint hairline; in test_miter_limit() local
1910 SkPaint hairline; in DEF_TEST() local
/third_party/skia/src/gpu/ops/
DFillRectOp.cpp90 bool hairline = GrQuadUtils::WillUseHairline(quad->fDevice, aaType, quad->fEdgeFlags); in FillRectOpImpl() local
DQuadPerEdgeAA.cpp435 const bool hairline = aaFlags == GrQuadAAFlags::kAll && in append() local
DTextureOp.cpp476 bool hairline = GrQuadUtils::WillUseHairline(quad->fDevice, aaType, quad->fEdgeFlags); in TextureOpImpl() local