Home | History | Annotate | Download | only in tests

Lines Matching refs:emptyKey

1220     Key emptyKey;
1221 make_key(&emptyKey, emptyShape);
1227 REPORTER_ASSERT(reporter, geoCase.appliedFullStyleKey() == emptyKey);
1228 REPORTER_ASSERT(reporter, geoCase.appliedPathEffectKey() == emptyKey);
1229 REPORTER_ASSERT(reporter, geoCase.appliedPathEffectThenStrokeKey() == emptyKey);
1238 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedFullStyleKey() == emptyKey);
1239 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectKey() == emptyKey);
1240 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectThenStrokeKey() == emptyKey);
1315 Key emptyKey(fillEmptyCase.baseKey());
1316 REPORTER_ASSERT(reporter, emptyKey.count());