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

/frameworks/base/libs/hwui/
H A DVertex.h52 static inline void copyWithOffset(Vertex* vertex, const Vertex& src, float x, float y) { function in struct:android::uirenderer::Vertex
109 static inline void copyWithOffset(AlphaVertex* vertex, const AlphaVertex& src, function in struct:android::uirenderer::AlphaVertex
H A DVertexBuffer.h99 TYPE::copyWithOffset(&dst[i], src[i], xOffset, yOffset);

Completed in 120 milliseconds