Home | History | Annotate | Download | only in flot

Lines Matching refs:p2c

172         if (ax[0].p2c(ax[0].max) < ax[0].p2c(ax[0].min)) {
180 if (ax[1].p2c(ax[1].min) < ax[1].p2c(ax[1].max)) {
244 x = ax[0].p2c(x),
245 y = ax[1].p2c(y),
246 upper = ax[e].p2c(upper);
247 lower = ax[e].p2c(lower);
248 minmax[0] = ax[e].p2c(minmax[0]);
249 minmax[1] = ax[e].p2c(minmax[1]);