Searched refs:yout (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fxge/agg/agg23/ |
D | agg_clip_liang_barsky.h | 57 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/ |
D | YAMLTraits.h | 1193 operator<<(Output &yout, T &docList) { 1194 yout.beginDocuments(); 1195 const size_t count = DocumentListTraits<T>::size(yout, docList); 1197 if ( yout.preflightDocument(i) ) { 1198 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true); 1199 yout.postflightDocument(); 1202 yout.endDocuments(); 1203 return yout; 1210 operator<<(Output &yout, T &map) { 1211 yout.beginDocuments(); [all …]
|
/external/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 216 Output yout(ostr); in TEST() local 217 yout << seq; in TEST() 362 Output yout(ostr); in TEST() local 363 yout << map; in TEST() 477 Output yout(ostr); in TEST() local 478 yout << map; in TEST() 672 Output yout(ostr); in TEST() local 673 yout << map; in TEST() 763 Output yout(ostr); in TEST() local 764 yout << map; in TEST() [all …]
|
/external/llvm/docs/ |
D | YamlIO.rst | 155 Output yout(llvm::outs()); 156 yout << persons; 857 Output yout(llvm::outs()); 858 yout << info; 880 Output yout(llvm::outs()); 881 yout << docList;
|
/external/llvm/lib/Support/ |
D | YAMLTraits.cpp | 391 Output::Output(raw_ostream &yout, void *context) in Output() argument 393 Out(yout), in Output()
|