Searched defs:hairline (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/samplecode/ |
D | SampleThinAA.cpp | 72 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/ |
D | SampleThinAA.cpp | 74 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/ |
D | circulararcs.cpp | 84 DEF_ARC_GM(hairline) { in DEF_ARC_GM() argument 253 SkPaint hairline = fill; variable
|
/third_party/skia/gm/ |
D | circulararcs.cpp | 91 DEF_ARC_GM(hairline) { in DEF_ARC_GM() argument 259 SkPaint hairline = fill; variable
|
/third_party/skia/src/core/ |
D | SkScalerContext.cpp | 192 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/ |
D | GrShapeTest.cpp | 847 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/ |
D | GrStyledShapeTest.cpp | 857 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/ |
D | FillRectOp.cpp | 90 bool hairline = GrQuadUtils::WillUseHairline(quad->fDevice, aaType, quad->fEdgeFlags); in FillRectOpImpl() local
|
D | QuadPerEdgeAA.cpp | 435 const bool hairline = aaFlags == GrQuadAAFlags::kAll && in append() local
|
D | TextureOp.cpp | 476 bool hairline = GrQuadUtils::WillUseHairline(quad->fDevice, aaType, quad->fEdgeFlags); in TextureOpImpl() local
|