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

  /external/pdfium/core/src/fxge/agg/agg23/
agg_clip_liang_barsky.h 57 FX_FLOAT yin, yout; local
60 yout = (FX_FLOAT)clip_box.y2;
63 yout = (FX_FLOAT)clip_box.y1;
82 FX_FLOAT touty = FXSYS_Div(yout - y1, deltay);
102 *y++ = (T)yout;
112 *y++ = (T)yout;
  /external/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 123 Output yout(ostr);
124 yout << seq;
269 Output yout(ostr);
270 yout << map;
384 Output yout(ostr);
385 yout << map;
579 Output yout(ostr);
580 yout << map;
670 Output yout(ostr);
671 yout << map
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 385 Output::Output(raw_ostream &yout, void *context)
387 Out(yout),

Completed in 159 milliseconds