Home | History | Annotate | Download | only in gpu

Lines Matching refs:usePath

622     bool usePath = doStroke && width > 0 &&
627 usePath = true;
629 if (!usePath && paint.isAntiAlias() && !fContext->getMatrix().rectStaysRect()) {
633 usePath = true;
636 usePath = !fContext->getMatrix().preservesRightAngles();
642 usePath = true;
645 if (usePath) {
672 bool usePath = !rect.isSimple();
675 usePath = true;
678 if (!usePath && !fContext->getMatrix().rectStaysRect()) {
679 usePath = true;
682 if (usePath) {
705 bool usePath = false;
708 usePath = true;
711 if (usePath) {