Lines Matching refs:usePath
436 bool usePath = doStroke && width > 0 && in drawRect() local
442 usePath = true; in drawRect()
445 if (!usePath && paint.isAntiAlias() && !draw.fMatrix->rectStaysRect()) { in drawRect()
449 usePath = true; in drawRect()
452 usePath = !draw.fMatrix->preservesRightAngles(); in drawRect()
458 usePath = true; in drawRect()
464 if (!usePath && pe && !strokeInfo.isDashed()) { in drawRect()
465 usePath = true; in drawRect()
468 if (usePath) { in drawRect()
531 bool usePath = false; in drawRRect() local
534 usePath = true; in drawRRect()
538 usePath = true; in drawRRect()
543 if (usePath) { in drawRRect()
594 bool usePath = false; in drawOval() local
597 usePath = true; in drawOval()
601 usePath = true; in drawOval()
605 if (usePath) { in drawOval()