Searched defs:hairline (Results 1 – 13 of 13) sorted by relevance
/external/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()
|
/external/skia/src/core/ |
D | SkGlyph.cpp | 153 void SkGlyph::installPath(SkArenaAlloc* alloc, const SkPath* path, bool hairline) { in installPath() 176 bool SkGlyph::setPath(SkArenaAlloc* alloc, const SkPath* path, bool hairline) { in setPath()
|
D | SkScalerContext.cpp | 195 bool hairline = glyph.pathIsHairline(); in internalMakeGlyph() local 459 const bool hairline) { in generateMask() 584 bool hairline = origGlyph.pathIsHairline(); in getImage() local 723 bool hairline = false; in internalGetPath() local
|
D | SkStrikeCache.h | 59 const SkPath* mergePath(SkGlyph* glyph, const SkPath* path, bool hairline) { in mergePath()
|
D | SkScalerCache.cpp | 71 SkGlyph* glyph, const SkPath* path, bool hairline) { in mergePath()
|
D | SkGlyphRunPainter.cpp | 119 const bool hairline = pathPaint.getStrokeWidth() == 0; in drawForBitmapDevice() local
|
D | SkChromeRemoteGlyphCache.cpp | 1101 bool hairline = false; in readStrikeData() local
|
/external/skia/gm/ |
D | circulararcs.cpp | 91 DEF_ARC_GM(hairline) { in DEF_ARC_GM() argument 259 SkPaint hairline = fill; variable
|
/external/skia/tools/fonts/ |
D | RandomScalerContext.cpp | 114 const bool hairline = proxyGlyph->pathIsHairline(); in generateImage() local
|
/external/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
|
/external/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
|