Home
last modified time | relevance | path

Searched refs:DmtxPack32bppXRGB (Results 1 – 3 of 3) sorted by path

/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtx.h213 DmtxPack32bppXRGB, enumerator
H A Ddmtximage.c126 case DmtxPack32bppXRGB: in dmtxImageCreate()
422 case DmtxPack32bppXRGB: in GetBitsPerPixel()
/dports/graphics/libdmtx/libdmtx-0.7.5/test/multi_test/
H A Dmulti_test.c96 …ctive = dmtxImageCreate(gState.local->pixels, gState.local->w, gState.local->h, DmtxPack32bppXRGB); in main()
259 packOrder = DmtxPack32bppXRGB; in CreateDmtxImage()