Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp233 if (ggBlock->header.kind != BINBLOCK_SIG_GLGR) in IsValidResource()
240 (BINBLOCK_SIG_GLGR >> 24) & 0xFF, in IsValidResource()
241 (BINBLOCK_SIG_GLGR >> 16) & 0xFF, in IsValidResource()
242 (BINBLOCK_SIG_GLGR >> 8) & 0xFF, in IsValidResource()
243 (BINBLOCK_SIG_GLGR >> 0) & 0xFF in IsValidResource()
298 case BINBLOCK_SIG_GLGR: pContext->op = ConstructContext::ANALYZE_GLGR; break; in ConstructOpDispatch()
Dfont_ResFont.cpp352 case BINBLOCK_SIG_GLGR: in Rebuild()
/NW4C-2.0.3/include/nw/font/
Dfont_ResourceFormat.h63 const ut::SigWord BINBLOCK_SIG_GLGR = NW_UT_MAKE_SIGWORD('G','L','G','R'); variable