Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp231 if (ggBlock->header.kind != BINBLOCK_SIG_GLGR) in IsValidResource()
238 (BINBLOCK_SIG_GLGR >> 24) & 0xFF, in IsValidResource()
239 (BINBLOCK_SIG_GLGR >> 16) & 0xFF, in IsValidResource()
240 (BINBLOCK_SIG_GLGR >> 8) & 0xFF, in IsValidResource()
241 (BINBLOCK_SIG_GLGR >> 0) & 0xFF in IsValidResource()
296 case BINBLOCK_SIG_GLGR: pContext->op = ConstructContext::ANALYZE_GLGR; break; in ConstructOpDispatch()
Dfont_ResFont.cpp350 case BINBLOCK_SIG_GLGR: in Rebuild()
/NW4C-1.3.3/include/nw/font/
Dfont_ResourceFormat.h61 const ut::SigWord BINBLOCK_SIG_GLGR = NW_UT_MAKE_SIGWORD('G','L','G','R'); variable