Searched refs:txty (Results 1 – 12 of 12) sorted by relevance
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | surface_cl_12.c | 59 skc_uint txty[2]; member 333 int32_t const txty[2], in skc_surface_pfn_render() 364 render->txty[0] = txty[0]; in skc_surface_pfn_render() 365 render->txty[1] = txty[1]; in skc_surface_pfn_render()
|
/external/skia/src/compute/skc/platforms/cl_12/ |
D | surface_cl_12.c | 59 skc_uint txty[2]; member 333 int32_t const txty[2], in skc_surface_pfn_render() 364 render->txty[0] = txty[0]; in skc_surface_pfn_render() 365 render->txty[1] = txty[1]; in skc_surface_pfn_render()
|
/external/skia/src/compute/skc/ |
D | surface.c | 47 int32_t const txty[2], in skc_surface_render() 76 fb,clip,txty, in skc_surface_render()
|
D | main.c | 271 int32_t const txty[] = { 0, 0 }; in main() local 279 txty, in main()
|
D | surface.h | 36 int32_t const txty[2],
|
D | skc.h | 338 int32_t const txty[2],
|
/external/skqp/src/compute/skc/ |
D | surface.c | 47 int32_t const txty[2], in skc_surface_render() 76 fb,clip,txty, in skc_surface_render()
|
D | main.c | 271 int32_t const txty[] = { 0, 0 }; in main() local 279 txty, in main()
|
D | surface.h | 36 int32_t const txty[2],
|
D | skc.h | 338 int32_t const txty[2],
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 777 double tx, ty, cx, txty, denom; in c_tanh() local 816 txty = tx*ty; in c_tanh() 817 denom = 1. + txty*txty; in c_tanh()
|
/external/python/cpython3/Modules/ |
D | cmathmodule.c | 895 double tx, ty, cx, txty, denom; in cmath_tanh_impl() local 934 txty = tx*ty; in cmath_tanh_impl() 935 denom = 1. + txty*txty; in cmath_tanh_impl()
|