Lines Matching refs:src
90 const math::VEC2* src = reinterpret_cast<const math::VEC2*>(cacheBuf); in ApplyCache() local
94 dst->x = src->x; in ApplyCache()
98 dst->y = src->y; in ApplyCache()
138 const math::VEC3* src = reinterpret_cast<const math::VEC3*>(cacheBuf); in ApplyCache() local
142 dst->x = src->x; in ApplyCache()
146 dst->y = src->y; in ApplyCache()
150 dst->z = src->z; in ApplyCache()
195 const ut::ResFloatColor* src = reinterpret_cast<const ut::ResFloatColor*>(cacheBuf); in ApplyCache() local
199 dst->r = src->r; in ApplyCache()
203 dst->g = src->g; in ApplyCache()
207 dst->b = src->b; in ApplyCache()
211 dst->a = src->a; in ApplyCache()
274 const ut::Offset* src = reinterpret_cast<const ut::Offset*>(cacheBuf); in ApplyCache() local
276 dst->set_ptr(src->to_ptr()); in ApplyCache()
331 … const gfx::CalculatedTransform* src = reinterpret_cast<const gfx::CalculatedTransform*>(cacheBuf); in ApplyCache() local
333 *dst = *src; in ApplyCache()