Searched refs:yout (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/third_party/agg23/
H A Dagg_clip_liang_barsky.h68 float yin, yout; local
71 yout = (float)clip_box.y2;
74 yout = (float)clip_box.y1;
93 float touty = (yout - y1) / deltay;
113 *y++ = (T)yout;
123 *y++ = (T)yout;
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h1298 operator<<(Output &yout, T &docList) { argument
1299 yout.beginDocuments();
1300 const size_t count = DocumentListTraits<T>::size(yout, docList);
1302 if ( yout.preflightDocument(i) ) {
1303 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true);
1304 yout.postflightDocument();
1307 yout.endDocuments();
1308 return yout;
1315 operator<<(Output &yout, argument
1329 operator <<(Output &yout, T &seq) argument
1357 operator <<(Output &yout, T &seq) argument
[all...]
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp216 Output yout(ostr);
217 yout << seq;
362 Output yout(ostr);
363 yout << map;
476 Output yout(ostr);
477 yout << map;
582 Output yout(ostr);
583 yout << map;
777 Output yout(ostr);
778 yout << ma
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLTraits.h1400 operator<<(Output &yout, T &docList) { argument
1402 yout.beginDocuments();
1403 const size_t count = DocumentListTraits<T>::size(yout, docList);
1405 if ( yout.preflightDocument(i) ) {
1406 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true,
1408 yout.postflightDocument();
1411 yout.endDocuments();
1412 return yout;
1419 operator<<(Output &yout, argument
1434 operator <<(Output &yout, T &seq) argument
1464 operator <<(Output &yout, T &seq) argument
[all...]
/external/llvm/tools/dsymutil/
H A DDebugMap.cpp88 yaml::Output yout(OS, /* Ctxt = */ nullptr, /* WrapColumn = */ 0);
89 yout << const_cast<DebugMap &>(*this);
/external/llvm/lib/Support/
H A DYAMLTraits.cpp399 Output::Output(raw_ostream &yout, void *context, int WrapColumn) argument
401 Out(yout),
/external/pdfium/core/fxge/win32/
H A Dfx_win32_device.cpp250 float yin, yout; local
253 yout = clip_box.y2;
256 yout = clip_box.y1;
275 float touty = (yout - y1) / deltay;
295 *y++ = yout;
305 *y++ = yout;

Completed in 268 milliseconds