Home
last modified time | relevance | path

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

/dports/devel/upp/upp/uppsrc/Geom/Draw/
H A Dhrr.cpp18 static const dword cmasks16[] = { 0xF800, 0x07E0, 0x001F }; in CalcBitMasks() local
21 in_cmasks = (bpp <= 16 ? cmasks16 : cmasks32); in CalcBitMasks()
23 in_cmasks = (bpp <= 16 ? cmasks16 : cmasks32); in CalcBitMasks()