Searched refs:bgrcolors (Results 1 – 1 of 1) sorted by relevance
212 RGBTRIPLE *bgrcolors=NULL; in BmpFrameDecode_CopyPalette() local231 bgrcolors = HeapAlloc(GetProcessHeap(), 0, tablesize); in BmpFrameDecode_CopyPalette()232 if (!wiccolors || !bgrcolors) in BmpFrameDecode_CopyPalette()242 hr = IStream_Read(This->stream, bgrcolors, tablesize, &bytesread); in BmpFrameDecode_CopyPalette()252 (bgrcolors[i].rgbtRed<<16)| in BmpFrameDecode_CopyPalette()253 (bgrcolors[i].rgbtGreen<<8)| in BmpFrameDecode_CopyPalette()254 bgrcolors[i].rgbtBlue; in BmpFrameDecode_CopyPalette()314 HeapFree(GetProcessHeap(), 0, bgrcolors); in BmpFrameDecode_CopyPalette()