Searched defs:dststride (Results 1 – 3 of 3) sorted by relevance
83 int dststride=dstbottomup? -w*dstps:w*dstps; in pixelconvert() local
58 void copy_rows(void* dst, GLuint dststride, const void* src, GLuint srcstride, in copy_rows()