Lines Matching refs:src
92 const math::VEC2* src = reinterpret_cast<const math::VEC2*>(cacheBuf); in ApplyCache() local
96 dst->x = src->x; in ApplyCache()
100 dst->y = src->y; in ApplyCache()
140 const math::VEC3* src = reinterpret_cast<const math::VEC3*>(cacheBuf); in ApplyCache() local
144 dst->x = src->x; in ApplyCache()
148 dst->y = src->y; in ApplyCache()
152 dst->z = src->z; in ApplyCache()
197 const ut::ResFloatColor* src = reinterpret_cast<const ut::ResFloatColor*>(cacheBuf); in ApplyCache() local
201 dst->r = src->r; in ApplyCache()
205 dst->g = src->g; in ApplyCache()
209 dst->b = src->b; in ApplyCache()
213 dst->a = src->a; in ApplyCache()
276 const ut::Offset* src = reinterpret_cast<const ut::Offset*>(cacheBuf); in ApplyCache() local
278 dst->set_ptr(src->to_ptr()); in ApplyCache()
336 … const gfx::CalculatedTransform* src = reinterpret_cast<const gfx::CalculatedTransform*>(cacheBuf); in ApplyCache() local
338 *dst = *src; in ApplyCache()