Home
last modified time | relevance | path

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

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