Searched defs:hairline (Results 1 – 13 of 13) sorted by relevance
/external/skia/tools/viewer/ |
D | ThinAASlide.cpp | 71 static sk_sp<ShapeRenderer> MakeLine(bool hairline = false) { in MakeLine() 75 static sk_sp<ShapeRenderer> MakeLines(SkScalar depth, bool hairline = false) { in MakeLines() 79 static sk_sp<ShapeRenderer> MakeCurve(SkScalar depth, bool hairline = false) { in MakeCurve() 147 PathRenderer(SkScalar depth, bool hairline) in PathRenderer()
|
/external/skia/src/core/ |
D | SkScalerContext.cpp | 188 const bool verticalLCD, const bool a8FromLCD, const bool hairline) in GenerateMetricsFromPath() 247 const bool hairline = glyph.pathIsHairline(); in internalMakeGlyph() local 465 const bool doBGR, const bool verticalLCD, const bool a8FromLCD, const bool hairline) in GenerateImageFromPath() 601 const bool hairline = origGlyph.pathIsHairline(); in getImage() local 730 bool hairline = false; in internalGetPath() local
|
D | SkGlyph.cpp | 167 void SkGlyph::installPath(SkArenaAlloc* alloc, const SkPath* path, bool hairline) { in installPath() 190 bool SkGlyph::setPath(SkArenaAlloc* alloc, const SkPath* path, bool hairline) { in setPath()
|
D | SkGlyphRunPainter.cpp | 211 const bool hairline = pathPaint.getStrokeWidth() == 0; in drawForBitmapDevice() local
|
D | SkStrike.cpp | 104 const SkPath* SkStrike::mergePath(SkGlyph* glyph, const SkPath* path, bool hairline) { in mergePath()
|
D | SkChromeRemoteGlyphCache.cpp | 980 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 | 883 SkPaint hairline; in test_basic() local 912 SkPaint hairline; in test_scale() local 1053 SkPaint hairline; in test_stroke_cap() local 1075 SkPaint hairline; in test_stroke_join() local 1103 SkPaint hairline; in test_miter_limit() local 1936 SkPaint hairline; in DEF_TEST() local
|
/external/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 849 const bool hairline = glyph->pathIsHairline(); in generateMetrics() local 1361 const bool hairline = glyph.pathIsHairline(); in generateImage() local
|
/external/skia/src/gpu/ganesh/ops/ |
D | FillRectOp.cpp | 90 bool hairline = GrQuadUtils::WillUseHairline(quad->fDevice, aaType, quad->fEdgeFlags); in FillRectOpImpl() local
|
D | QuadPerEdgeAA.cpp | 436 const bool hairline = aaFlags == GrQuadAAFlags::kAll && in append() local
|
D | TextureOp.cpp | 483 bool hairline = GrQuadUtils::WillUseHairline(quad->fDevice, aaType, quad->fEdgeFlags); in TextureOpImpl() local
|