Home | History | Annotate | Download | only in graphics

Lines Matching defs:numElements

913         unsigned int numElements = width * height * sourceElementsPerPixel;
914 const SourceType* endPointer = sourceData + numElements;
977 unsigned int numElements = width * height * 4;
978 const uint8_t* endPointer = source + numElements;
1181 unsigned int numElements = width * height * 4;
1182 const float* endPointer = source + numElements;