Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoFont.c293 #define PACK(px, py, tx, ty) (((px)<<20)|((py)<<15)|((tx)<<7)|(ty)) in DEMOFontPuts() macro
298 indices[indCount++] = PACK(px1, py1, ps1, pt1); in DEMOFontPuts()
299 indices[indCount++] = PACK(px1, py2, ps1, pt2); in DEMOFontPuts()
300 indices[indCount++] = PACK(px2, py2, ps2, pt2); in DEMOFontPuts()
301 indices[indCount++] = PACK(px2, py1, ps2, pt1); in DEMOFontPuts()