Lines Matching defs:hairline
192 bool hairline;
193 generatingImageFromPath = this->internalGetPath(glyph.getPackedID(), &devPath, &hairline);
221 const bool needExtraWidth = (notEmptyAndFromLCD && !verticalLCD) || hairline;
222 const bool needExtraHeight = (notEmptyAndFromLCD && verticalLCD) || hairline;
457 const bool hairline) {
475 paint.setStroke(hairline);
495 // LCD hairline doesn't line up with the pixels, so do it the expensive way.
497 if (hairline) {
579 bool hairline;
581 if (!this->internalGetPath(unfilteredGlyph->getPackedID(), &devPath, &hairline)) {
589 generateMask(mask, devPath, fPreBlend, doBGR, doVert, a8LCD, hairline);
690 // TODO: return hairline so user knows to stroke.
702 bool SkScalerContext::internalGetPath(SkPackedGlyphID glyphID, SkPath* devPath, bool* hairline) {
716 if (hairline) {
717 *hairline = false;
762 // The path effect may have modified 'rec', so wait to here to check hairline status.
763 if (hairline && rec.isHairlineStyle()) {
764 *hairline = true;