Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_Path.cpp365 int valueb = b.fFirstY; in operator <() local
367 if (valuea == valueb) { in operator <()
369 valueb = b.fX; in operator <()
372 return valuea < valueb; in operator <()
DSkScan_AAAPath.cpp893 int valueb = b.fUpperY; in operator <() local
895 if (valuea == valueb) { in operator <()
897 valueb = b.fX; in operator <()
900 if (valuea == valueb) { in operator <()
902 valueb = b.fDX; in operator <()
905 return valuea < valueb; in operator <()