Searched refs:copy_v (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.cpp | 52 static void copy_v(void* dst) {} in copy_v() function 55 static void copy_v(void* dst, const S* src, int n, Rest&&... rest) { in copy_v() function 59 copy_v(SkTAddOffset<void>(dst, n * sizeof(S)), std::forward<Rest>(rest)...); in copy_v() 398 copy_v(this->cubics, cubics, 12); in DrawPatch() 400 copy_v(this->colors, colors, 4); in DrawPatch() 404 copy_v(this->texs, texs, 4); in DrawPatch() 604 copy_v(pod, key, bytes); in drawAnnotation() 636 copy_v(pod, lattice.fXDivs, xs, lattice.fYDivs, ys, lattice.fColors, fs, lattice.fRectTypes, in drawImageLattice() 653 copy_v(pod, points, count); in drawPoints() 659 copy_v(pod, bones, boneCount); in drawVertices() [all …]
|