Home
last modified time | relevance | path

Searched refs:copy_v (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkLiteDL.cpp33 static void copy_v(void* dst) {} in copy_v() function
36 static void copy_v(void* dst, const S* src, int n, Rest&&... rest) { in copy_v() function
40 copy_v(SkTAddOffset<void>(dst, n*sizeof(S)), std::forward<Rest>(rest)...); in copy_v()
419 copy_v(this->cubics, cubics, 12); in DrawPatch()
420 if (colors) { copy_v(this->colors, colors, 4); has_colors = true; } in DrawPatch()
421 if (texs ) { copy_v(this->texs , texs , 4); has_texs = true; } in DrawPatch()
587 copy_v(pod, key,bytes); in drawAnnotation()
615 copy_v(pod, lattice.fXDivs, xs, in drawImageLattice()
623 copy_v(pod, (const char*)text,bytes); in drawText()
629 copy_v(pod, pos,n, (const char*)text,bytes); in drawPosText()
[all …]