Searched refs:widthStep (Results 1 – 2 of 2) sorted by relevance
58 img->widthStep = frame->linesize[0]; in fill_iplimage_from_frame()63 frame->linesize[0] = img->widthStep; in fill_frame_from_iplimage()
5667 float widthStep = (widthEnd - widthStart) / static_cast<float>(primNum); in TriangleStipGen() local5674 float widthOffset = widthStart + widthStep * static_cast<float>(j); in TriangleStipGen()5678 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset, 0.0f, 1.0f)); in TriangleStipGen()5679 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset + heightStep, 0.0f, 1.0f)); in TriangleStipGen()