Home | History | Annotate | Download | only in core

Lines Matching full:hairline

387         SkScan::HairLine(&devPts[i], 2, *rec.fRC, blitter);
393 SkScan::HairLine(devPts, count, *rec.fRC, blitter);
515 if (fRadius <= SK_FixedHalf) { // small radii and hairline
871 // case we are also hairline (if we've gotten to here), which devolves to
943 // We need to try to fake a thick-stroke with a modulated hairline.
1133 } else { // hairline
1395 // hairline glyphs are fast enough so we don't need to cache them
1574 // SkScalarRec doesn't currently have a way of representing hairline stroke and
1681 return doAntiAlias ? SkScan::AntiHairLine : SkScan::HairLine;