Home | History | Annotate | Download | only in reflow

Lines Matching defs:last_pos

1182     FX_FLOAT last_pos = item.m_OriginX;
1208 if ((x - last_pos - last_width) > threshold && curChar != L' ' && preChar != L' ') {
1222 FX_FLOAT last_pos = item.m_OriginX;
1240 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ') {