HomeSort by relevance Sort by last modified time
    Searched refs:valueb (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkScan_Path.cpp 383 int valueb = edgeb->fFirstY; local
385 if (valuea == valueb) {
387 valueb = edgeb->fX;
390 // this overflows if valuea >>> valueb or vice-versa
391 // return valuea - valueb;
393 return (valuea < valueb) ? -1 : (valuea > valueb);
399 int valueb = b.fFirstY; local
401 if (valuea == valueb) {
403 valueb = b.fX
    [all...]
  /external/skia/src/core/
SkScan_Path.cpp 383 int valueb = edgeb->fFirstY; local
385 if (valuea == valueb) {
387 valueb = edgeb->fX;
390 // this overflows if valuea >>> valueb or vice-versa
391 // return valuea - valueb;
393 return (valuea < valueb) ? -1 : (valuea > valueb);
399 int valueb = b.fFirstY; local
401 if (valuea == valueb) {
403 valueb = b.fX
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
SkAntiEdge.cpp 386 int valueb = edgeb->fFirstY; local
388 if (valuea == valueb) {
390 valueb = edgeb->fFirstX;
393 if (valuea == valueb) {
395 valueb = edgeb->fDX;
398 return valuea - valueb;
    [all...]
  /external/skia/experimental/Intersection/
SkAntiEdge.cpp 386 int valueb = edgeb->fFirstY; local
388 if (valuea == valueb) {
390 valueb = edgeb->fFirstX;
393 if (valuea == valueb) {
395 valueb = edgeb->fDX;
398 return valuea - valueb;
    [all...]

Completed in 51 milliseconds