Home
last modified time | relevance | path

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

/external/skia/tools/viewer/
DThinAASlide.cpp71 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/
DSkScalerContext.cpp188 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
DSkGlyph.cpp167 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()
DSkGlyphRunPainter.cpp211 const bool hairline = pathPaint.getStrokeWidth() == 0; in drawForBitmapDevice() local
DSkStrike.cpp104 const SkPath* SkStrike::mergePath(SkGlyph* glyph, const SkPath* path, bool hairline) { in mergePath()
DSkChromeRemoteGlyphCache.cpp980 bool hairline = false; in readStrikeData() local
/external/skia/gm/
Dcirculararcs.cpp91 DEF_ARC_GM(hairline) { in DEF_ARC_GM() argument
259 SkPaint hairline = fill; variable
/external/skia/tools/fonts/
DRandomScalerContext.cpp114 const bool hairline = proxyGlyph->pathIsHairline(); in generateImage() local
/external/skia/tests/
DGrStyledShapeTest.cpp883 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/
DSkScalerContext_win_dw.cpp849 const bool hairline = glyph->pathIsHairline(); in generateMetrics() local
1361 const bool hairline = glyph.pathIsHairline(); in generateImage() local
/external/skia/src/gpu/ganesh/ops/
DFillRectOp.cpp90 bool hairline = GrQuadUtils::WillUseHairline(quad->fDevice, aaType, quad->fEdgeFlags); in FillRectOpImpl() local
DQuadPerEdgeAA.cpp436 const bool hairline = aaFlags == GrQuadAAFlags::kAll && in append() local
DTextureOp.cpp483 bool hairline = GrQuadUtils::WillUseHairline(quad->fDevice, aaType, quad->fEdgeFlags); in TextureOpImpl() local