Searched refs:componentsPerRow (Results 1 – 1 of 1) sorted by relevance
39 unsigned componentsPerRow = pixelsPerRow * 4; in unpackOneRowOfRGBA16LittleToRGBA8() local40 unsigned tailComponents = componentsPerRow % 16; in unpackOneRowOfRGBA16LittleToRGBA8()41 unsigned componentsSize = componentsPerRow - tailComponents; in unpackOneRowOfRGBA16LittleToRGBA8()56 unsigned componentsPerRow = pixelsPerRow * 3; in unpackOneRowOfRGB16LittleToRGBA8() local57 unsigned tailComponents = componentsPerRow % 24; in unpackOneRowOfRGB16LittleToRGBA8()58 unsigned componentsSize = componentsPerRow - tailComponents; in unpackOneRowOfRGB16LittleToRGBA8()77 unsigned componentsPerRow = pixelsPerRow * 4; in unpackOneRowOfARGB16LittleToRGBA8() local78 unsigned tailComponents = componentsPerRow % 32; in unpackOneRowOfARGB16LittleToRGBA8()79 unsigned componentsSize = componentsPerRow - tailComponents; in unpackOneRowOfARGB16LittleToRGBA8()98 unsigned componentsPerRow = pixelsPerRow * 4; in unpackOneRowOfBGRA16LittleToRGBA8() local[all …]