Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVertex.h49 static inline void copyWithOffset(Vertex* vertex, const Vertex& src, float x, float y) { in copyWithOffset() function
DVertexBuffer.h98 TYPE::copyWithOffset(&dst[i], src[i], xOffset, yOffset); in copyInto()