Searched refs:copy_v (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkLiteDL.cpp | 34 static void copy_v(void* dst) {} in copy_v() function 37 static void copy_v(void* dst, const S* src, int n, Rest&&... rest) { in copy_v() function 41 copy_v(SkTAddOffset<void>(dst, n*sizeof(S)), std::forward<Rest>(rest)...); in copy_v() 385 copy_v(this->cubics, cubics, 12); in DrawPatch() 386 if (colors) { copy_v(this->colors, colors, 4); has_colors = true; } in DrawPatch() 387 if (texs ) { copy_v(this->texs , texs , 4); has_texs = true; } in DrawPatch() 560 copy_v(pod, key,bytes); in drawAnnotation() 589 copy_v(pod, lattice.fXDivs, xs, in drawImageLattice() 611 copy_v(pod, points,count); in drawPoints() 620 copy_v(pod, bones, boneCount); in drawVertices() [all …]
|
/external/skia/src/core/ |
D | SkLiteDL.cpp | 34 static void copy_v(void* dst) {} in copy_v() function 37 static void copy_v(void* dst, const S* src, int n, Rest&&... rest) { in copy_v() function 41 copy_v(SkTAddOffset<void>(dst, n*sizeof(S)), std::forward<Rest>(rest)...); in copy_v() 391 copy_v(this->cubics, cubics, 12); in DrawPatch() 392 if (colors) { copy_v(this->colors, colors, 4); has_colors = true; } in DrawPatch() 393 if (texs ) { copy_v(this->texs , texs , 4); has_texs = true; } in DrawPatch() 569 copy_v(pod, key,bytes); in drawAnnotation() 598 copy_v(pod, lattice.fXDivs, xs, in drawImageLattice() 620 copy_v(pod, points,count); in drawPoints() 629 copy_v(pod, bones, boneCount); in drawVertices() [all …]
|