Searched defs:yin (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_clip_liang_barsky.h57 FX_FLOAT yin, yout; local
59 yin = (FX_FLOAT)clip_box.y1;
62 yin = (FX_FLOAT)clip_box.y2;
65 FX_FLOAT tiny = FXSYS_Div(yin - y1, deltay);
77 *y++ = (T)yin;
92 *y++ = (T)yin;
115 *y++ = (T)yin;
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h1131 operator>>(Input &yin, T &docList) { argument
1133 while ( yin.setCurrentDocument() ) {
1134 yamlize(yin, DocumentListTraits<T>::element(yin, docList, i), true);
1135 if ( yin.error() )
1136 return yin;
1137 yin.nextDocument();
1140 return yin;
1147 operator>>(Input &yin, T &docMap) { argument
1148 yin
1158 operator >>(Input &yin, T &docSeq) argument
1168 operator >>(Input &yin, T &docSeq) argument
[all...]

Completed in 92 milliseconds