Home | History | Annotate | Download | only in hwui

Lines Matching refs:destPtr

69 inline void copyVertex(Vertex* destPtr, const Vertex* srcPtr) {
70 Vertex::set(destPtr, srcPtr->position[0], srcPtr->position[1]);
73 inline void copyAlphaVertex(AlphaVertex* destPtr, const AlphaVertex* srcPtr) {
74 AlphaVertex::set(destPtr, srcPtr->position[0], srcPtr->position[1], srcPtr->alpha);