Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRecordingCanvas.cpp74 static void copy_v(void* dst) {} in copy_v() function
77 static void copy_v(void* dst, const S* src, int n, Rest&&... rest) { in copy_v() function
88 copy_v(dst, std::forward<Rest>(rest)...); in copy_v()
469 copy_v(this->cubics, cubics, 12); in DrawPatch()
471 copy_v(this->colors, colors, 4); in DrawPatch()
475 copy_v(this->texs, texs, 4); in DrawPatch()
871 copy_v(pod, key, bytes); in drawAnnotation()
899 copy_v(pod, lattice.fXDivs, xs, lattice.fYDivs, ys, lattice.fColors, fs, lattice.fRectTypes, in drawImageLattice()
920 copy_v(pod, points, count); in drawPoints()
943 copy_v(pod, xforms, count, texs, count, colors, colors ? count : 0); in drawAtlas()