Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRecordingCanvas.cpp56 static void copy_v(void* dst) {} in copy_v() function
59 static void copy_v(void* dst, const S* src, int n, Rest&&... rest) { in copy_v() function
63 copy_v(SkTAddOffset<void>(dst, n * sizeof(S)), std::forward<Rest>(rest)...); in copy_v()
401 copy_v(this->cubics, cubics, 12); in DrawPatch()
403 copy_v(this->colors, colors, 4); in DrawPatch()
407 copy_v(this->texs, texs, 4); in DrawPatch()
697 copy_v(pod, key, bytes); in drawAnnotation()
727 copy_v(pod, lattice.fXDivs, xs, lattice.fYDivs, ys, lattice.fColors, fs, lattice.fRectTypes, in drawImageLattice()
748 copy_v(pod, points, count); in drawPoints()
763 copy_v(pod, xforms, count, texs, count, colors, colors ? count : 0); in drawAtlas()