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

  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.cpp 239 int x_from, x_to; local
255 x_from = x1;
285 x_from = x1 + delta;
286 render_hline(ey1, x1, fy1, x_from, first);
288 set_cur_cell(x_from >> poly_base_shift, ey1);
305 x_to = x_from + delta;
306 render_hline(ey1, x_from, poly_base_size - first, x_to, first);
307 x_from = x_to;
309 set_cur_cell(x_from >> poly_base_shift, ey1);
312 render_hline(ey1, x_from, poly_base_size - first, x2, fy2)
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 694 static inline void m_scale(float m[2][3], int x_from, int x_to, int y_from, int y_to)
696 m_scale1(m[0], x_from, x_to);
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 505 static inline void m_scale(float m[2][3], int x_from, int x_to, int y_from, int y_to)
507 m_scale1(m[0], x_from, x_to);
    [all...]

Completed in 92 milliseconds