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

  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_path_storage.cpp 90 FX_FLOAT x_to, FX_FLOAT y_to)
94 add_vertex(x_to, y_to, path_cmd_curve4);
fx_agg_rasterizer_scanline_aa.cpp 246 int x_from, x_to; local
312 x_to = x_from + delta;
313 render_hline(ey1, x_from, poly_base_size - first, x_to, first);
314 x_from = x_to;
agg_path_storage.h 57 FX_FLOAT x_to, FX_FLOAT y_to);
  /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 938 milliseconds