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