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

  /external/skia/src/compute/ts/
transform_stack.h 32 typedef float ts_transform_float_t; typedef
35 typedef double ts_transform_float_t; typedef
82 ts_transform_float_t *
104 ts_transform_float_t const x,
105 ts_transform_float_t const y,
106 ts_transform_float_t * const xp,
107 ts_transform_float_t * const yp);
115 ts_transform_float_t const sx,
116 ts_transform_float_t const shx,
117 ts_transform_float_t const tx
    [all...]
transform_stack.c 45 #define TS_TRANSFORM_ZERO ((ts_transform_float_t)0.0)
46 #define TS_TRANSFORM_ONE ((ts_transform_float_t)1.0)
56 ts_transform_float_t a8[8];
59 ts_transform_float_t sx;
60 ts_transform_float_t shx;
61 ts_transform_float_t tx;
63 ts_transform_float_t shy;
64 ts_transform_float_t sy;
65 ts_transform_float_t ty;
67 ts_transform_float_t w0
    [all...]
  /external/skqp/src/compute/ts/
transform_stack.h 32 typedef float ts_transform_float_t; typedef
35 typedef double ts_transform_float_t; typedef
82 ts_transform_float_t *
104 ts_transform_float_t const x,
105 ts_transform_float_t const y,
106 ts_transform_float_t * const xp,
107 ts_transform_float_t * const yp);
115 ts_transform_float_t const sx,
116 ts_transform_float_t const shx,
117 ts_transform_float_t const tx
    [all...]
transform_stack.c 45 #define TS_TRANSFORM_ZERO ((ts_transform_float_t)0.0)
46 #define TS_TRANSFORM_ONE ((ts_transform_float_t)1.0)
56 ts_transform_float_t a8[8];
59 ts_transform_float_t sx;
60 ts_transform_float_t shx;
61 ts_transform_float_t tx;
63 ts_transform_float_t shy;
64 ts_transform_float_t sy;
65 ts_transform_float_t ty;
67 ts_transform_float_t w0
    [all...]

Completed in 127 milliseconds