Lines Matching defs:doVert
292 const bool doBGR, const bool doVert) {
300 // doVert in this function means swap x and y when writing to dst.
301 if (doVert) {
348 if (doVert) {
456 const bool doBGR, const bool doVert, const bool a8FromLCD,
482 if (doVert) {
537 pack4xHToMask(dst, mask, maskPreBlend, doBGR, doVert);
543 pack4xHToMask(dst, mask, maskPreBlend, doBGR, doVert);
587 const bool doVert = SkToBool(fRec.fFlags & SkScalerContext::kLCD_Vertical_Flag);
589 generateMask(mask, devPath, fPreBlend, doBGR, doVert, a8LCD, hairline);