HomeSort by relevance Sort by last modified time
    Searched full:tinx (Results 1 - 1 of 1) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
agg_clip_liang_barsky.h 53 FX_FLOAT tinx = FXSYS_Div(xin - x1, deltax); local
67 if (tinx < tiny) {
68 tin1 = tinx;
72 tin2 = tinx;
87 if(tinx > tiny) {
89 *y++ = (T)(y1 + FXSYS_Mul(deltay, tinx));
110 if(tinx > tiny) {

Completed in 1521 milliseconds