Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dbmp.c1638 bmp_subtype; in WriteBMPImage() local
1734 bmp_subtype=UndefinedSubtype; in WriteBMPImage()
1783 bmp_subtype=ARGB4444; in WriteBMPImage()
1791 bmp_subtype=ARGB1555; in WriteBMPImage()
1802 bmp_subtype=RGB555; in WriteBMPImage()
1810 bmp_subtype=RGB565; in WriteBMPImage()
1818 if (bmp_subtype != UndefinedSubtype) in WriteBMPImage()
2053 if (bmp_subtype == ARGB4444) in WriteBMPImage()
2064 else if (bmp_subtype == RGB565) in WriteBMPImage()
2075 if (bmp_subtype == ARGB1555) in WriteBMPImage()