Searched defs:totalPixels (Results 1 – 5 of 5) sorted by relevance
32 let totalPixels = width * height, bytesPerPixel = 4, bytesPerRow = bytesPerPixel * width in toRGBArray() variable
1192 inline float pixelToFBCoords(uint32_t pixelId, uint32_t totalPixels) in pixelToFBCoords()
2453 const uint32_t totalPixels = wd.renderArea.z() * wd.renderArea.w(); in verify() local2515 const uint32_t totalPixels = in verify() local
1281 size_t totalPixels = quantizationMapExtent.width * quantizationMapExtent.height; in createQuantizationPatternImage() local
2377 int totalPixels = 0; in checkLineContinuity() local