Home
last modified time | relevance | path

Searched refs:valueb (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/core/
DSkScan_Path.cpp372 int valueb = b.fFirstY; in operator <() local
374 if (valuea == valueb) { in operator <()
376 valueb = b.fX; in operator <()
379 return valuea < valueb; in operator <()
DSkScan_AAAPath.cpp1007 int valueb = b.fUpperY; in operator <() local
1009 if (valuea == valueb) { in operator <()
1011 valueb = b.fX; in operator <()
1014 if (valuea == valueb) { in operator <()
1016 valueb = b.fDX; in operator <()
1019 return valuea < valueb; in operator <()
/third_party/skia/src/core/
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 <()
DSkScan_AAAPath.cpp1006 int valueb = b.fUpperY; in operator <() local
1008 if (valuea == valueb) { in operator <()
1010 valueb = b.fX; in operator <()
1013 if (valuea == valueb) { in operator <()
1015 valueb = b.fDX; in operator <()
1018 return valuea < valueb; in operator <()