Home
last modified time | relevance | path

Searched refs:bmp_subtype (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/coders/
Dbmp.c1649 bmp_subtype; in WriteBMPImage() local
1748 bmp_subtype=UndefinedSubtype; in WriteBMPImage()
1797 bmp_subtype=ARGB4444; in WriteBMPImage()
1805 bmp_subtype=ARGB1555; in WriteBMPImage()
1816 bmp_subtype=RGB555; in WriteBMPImage()
1824 bmp_subtype=RGB565; in WriteBMPImage()
1832 if (bmp_subtype != UndefinedSubtype) in WriteBMPImage()
2067 if (bmp_subtype == ARGB4444) in WriteBMPImage()
2078 else if (bmp_subtype == RGB565) in WriteBMPImage()
2089 if (bmp_subtype == ARGB1555) in WriteBMPImage()