Home
last modified time | relevance | path

Searched refs:valueb (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkScan_Path.cpp371 int valueb = b.fFirstY; in operator <() local
373 if (valuea == valueb) { in operator <()
375 valueb = b.fX; in operator <()
378 return valuea < valueb; in operator <()
H A DSkScan_AAAPath.cpp1006 int valueb = b.fUpperY;
1008 if (valuea == valueb) {
1010 valueb = b.fX;
1013 if (valuea == valueb) {
1015 valueb = b.fDX;
1018 return valuea < valueb;

Completed in 4 milliseconds