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

  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_rasterizer_scanline_aa.cpp 246 int x_from, x_to; local
262 x_from = x1;
292 x_from = x1 + delta;
293 render_hline(ey1, x1, fy1, x_from, first);
295 set_cur_cell(x_from >> poly_base_shift, ey1);
312 x_to = x_from + delta;
313 render_hline(ey1, x_from, poly_base_size - first, x_to, first);
314 x_from = x_to;
316 set_cur_cell(x_from >> poly_base_shift, ey1);
319 render_hline(ey1, x_from, poly_base_size - first, x2, fy2)
    [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...]
  /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...]

Completed in 829 milliseconds