HomeSort by relevance Sort by last modified time
    Searched refs:copyWithOffset (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
Vertex.h 52 static inline void copyWithOffset(Vertex* vertex, const Vertex& src, float x, float y) {
109 static inline void copyWithOffset(AlphaVertex* vertex, const AlphaVertex& src,
VertexBuffer.h 99 TYPE::copyWithOffset(&dst[i], src[i], xOffset, yOffset);

Completed in 84 milliseconds