Home
last modified time | relevance | path

Searched refs:yout (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fxge/agg/agg23/
Dagg_clip_liang_barsky.h57 FX_FLOAT yin, yout; in clip_liang_barsky() local
60 yout = (FX_FLOAT)clip_box.y2; in clip_liang_barsky()
63 yout = (FX_FLOAT)clip_box.y1; in clip_liang_barsky()
82 FX_FLOAT touty = FXSYS_Div(yout - y1, deltay); in clip_liang_barsky()
102 *y++ = (T)yout; in clip_liang_barsky()
112 *y++ = (T)yout; in clip_liang_barsky()
/external/llvm/include/llvm/Support/
DYAMLTraits.h1178 operator<<(Output &yout, T &docList) {
1179 yout.beginDocuments();
1180 const size_t count = DocumentListTraits<T>::size(yout, docList);
1182 if ( yout.preflightDocument(i) ) {
1183 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true);
1184 yout.postflightDocument();
1187 yout.endDocuments();
1188 return yout;
1195 operator<<(Output &yout, T &map) {
1196 yout.beginDocuments();
[all …]
/external/llvm/unittests/Support/
DYAMLIOTest.cpp123 Output yout(ostr); in TEST() local
124 yout << seq; in TEST()
269 Output yout(ostr); in TEST() local
270 yout << map; in TEST()
384 Output yout(ostr); in TEST() local
385 yout << map; in TEST()
579 Output yout(ostr); in TEST() local
580 yout << map; in TEST()
670 Output yout(ostr); in TEST() local
671 yout << map; in TEST()
[all …]
/external/llvm/lib/Support/
DYAMLTraits.cpp385 Output::Output(raw_ostream &yout, void *context) in Output() argument
387 Out(yout), in Output()
/external/llvm/docs/
DYamlIO.rst155 Output yout(llvm::outs());
156 yout << persons;
857 Output yout(llvm::outs());
858 yout << info;
880 Output yout(llvm::outs());
881 yout << docList;