Searched refs:py (Results 1 – 1 of 1) sorted by relevance
291 #define CHECK(px, py, tx, ty) \ in DEMOFontPuts() argument292 DEMOAssert(!((px)&~0xfff)&&!((py)&~0x1f)&&!((tx)&~0xff)&&!((ty)&~0x7f)) in DEMOFontPuts()293 #define PACK(px, py, tx, ty) (((px)<<20)|((py)<<15)|((tx)<<7)|(ty)) in DEMOFontPuts() argument