Searched refs:pe1 (Results 1 – 4 of 4) sorted by relevance
180 boolean pe1, pe2; in TestICUEquivalent()190 pe1 = false; in TestICUEquivalent()195 pe1 = true; in TestICUEquivalent()203 if ((pe1 && !pe2) || (!pe1 && pe2)) { in TestICUEquivalent()204 errln("FAIL: ParseException thrown by " + (pe1 ? "JDK" : "ICU") in TestICUEquivalent()207 } else if (!pe1 && !pe2 && !n1.equals(n2)) { in TestICUEquivalent()210 } else if (pe1 && pe2) { in TestICUEquivalent()225 pe1 = false; in TestICUEquivalent()230 pe1 = true; in TestICUEquivalent()238 if ((pe1 && !pe2) || (!pe1 && pe2)) { in TestICUEquivalent()[all …]
59 SkPairPathEffect(sk_sp<SkPathEffect> pe0, sk_sp<SkPathEffect> pe1) in SkPairPathEffect() argument60 : fPE0(std::move(pe0)), fPE1(std::move(pe1)) in SkPairPathEffect()131 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local132 return SkComposePathEffect::Make(std::move(pe0), std::move(pe1)); in CreateProc()189 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local190 return SkSumPathEffect::Make(pe0, pe1); in CreateProc()
18 perfEntriesToCheck.forEach(function (pe1) { argument19 assert_not_equals(findMatch(pe1), null, "Entry matches");
599 const pe1 = CK.PathEffect.MakeCorner(2); // $ExpectType PathEffect | null constant