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

  /external/skia/src/compute/skc/
common.h 30 skc_float shx; member in struct:skc_transform::__anon37955
  /external/skqp/src/compute/skc/
common.h 30 skc_float shx; member in struct:skc_transform::__anon38758
  /external/skia/src/compute/ts/
transform_stack.c 60 ts_transform_float_t shx; member in struct:ts_transform_stack_3x3_u::__anon38061
200 A->sx * B->sx + A->shx * B->shy + A->tx * B->w0, \
201 A->sx * B->shx + A->shx * B->sy + A->tx * B->w1, \
202 A->sx * B->tx + A->shx * B->ty + A->tx, \
204 A->shy * B->shx + A->sy * B->sy + A->ty * B->w1, \
207 A->w0 * B->shx + A->w1 * B->sy + B->w1, \
298 ts_transform_float_t const shx,
309 t->shx = shx;
638 ts_transform_float_t const shx = x2 - x1; local
665 ts_transform_float_t const shx = x3 - x0 + w1 * x3; local
    [all...]
  /external/skqp/src/compute/ts/
transform_stack.c 60 ts_transform_float_t shx; member in struct:ts_transform_stack_3x3_u::__anon38864
200 A->sx * B->sx + A->shx * B->shy + A->tx * B->w0, \
201 A->sx * B->shx + A->shx * B->sy + A->tx * B->w1, \
202 A->sx * B->tx + A->shx * B->ty + A->tx, \
204 A->shy * B->shx + A->sy * B->sy + A->ty * B->w1, \
207 A->w0 * B->shx + A->w1 * B->sy + B->w1, \
298 ts_transform_float_t const shx,
309 t->shx = shx;
638 ts_transform_float_t const shx = x2 - x1; local
665 ts_transform_float_t const shx = x3 - x0 + w1 * x3; local
    [all...]

Completed in 341 milliseconds