Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_ArchiveFontBase.cpp296 case BINBLOCK_SIG_GLGR: pContext->op = ConstructContext::ANALYZE_GLGR; break; in ConstructOpDispatch()
297 case BINBLOCK_SIG_FINF: pContext->op = ConstructContext::ANALYZE_FINF; break; in ConstructOpDispatch()
298 case BINBLOCK_SIG_CMAP: pContext->op = ConstructContext::ANALYZE_CMAP; break; in ConstructOpDispatch()
299 case BINBLOCK_SIG_CWDH: pContext->op = ConstructContext::ANALYZE_CWDH; break; in ConstructOpDispatch()
300 case BINBLOCK_SIG_TGLP: pContext->op = ConstructContext::ANALYZE_TGLP; break; in ConstructOpDispatch()
307 pContext->op = ConstructContext::FATAL_ERROR; in ConstructOpDispatch()
342 pContext->op = ConstructContext::DISPATCH; in ConstructOpAnalyzeFileHeader()
481 pContext->op = ConstructContext::DISPATCH; in ConstructOpAnalyzeGLGR()
652 pContext->op = ConstructContext::DISPATCH; in ConstructOpPrepairCopySheet()
692 pContext->op = ConstructContext::DISPATCH; in ConstructOpPrepairExpandSheet()
[all …]
Dfont_ArchiveFont.cpp175 pContext->op = ConstructContext::ANALYZE_FILE_HEADER; in InitStreamingConstruct()
203 switch (pContext->op) in StreamingConstruct()
219 NN_ASSERTMSG(false, "invalid operation(%d)", pContext->op); in StreamingConstruct()
220 pContext->op = ArchiveFont::ConstructContext::FATAL_ERROR; in StreamingConstruct()
Dfont_PackedFont.cpp166 pContext->op = ConstructContext::ANALYZE_FILE_HEADER; in InitStreamingConstruct()
194 switch (pContext->op) in StreamingConstruct()
209 if (pContext->op == PackedFont::ConstructContext::COPY) in StreamingConstruct()
220 pContext->op = ConstructContext::FATAL_ERROR; in StreamingConstruct()
224 NN_ASSERTMSG(false, "NW FONT Internal error\n" "invalid operation(%d)", pContext->op); in StreamingConstruct()
225 pContext->op = ConstructContext::FATAL_ERROR; in StreamingConstruct()
945 pContext->op = ConstructContext::DISPATCH; in ConstructOpAnalyzeGLGRPacked()
962 pContext->op = ConstructContext::DISPATCH; in ConstructOpPrepairCopyPackedSheet()
/NW4C-1.2.23/include/nw/font/
Dfont_ArchiveFontBase.h287 op = ConstructContext::COPY;
298 op = ConstructContext::SKIP;
309 op = ConstructContext::EXPAND;
313 void EndTask() { op = op2; } in EndTask()
325 Operation op; member
/NW4C-1.2.23/demos/lyt/commonRes/
Dsetup.bat2 …erConsole" -i win -in Tahoma -is 12 -ic A6 -o bcfnt -of font\sample.bcfna -op font\layoutDemo.xggp…
/NW4C-1.2.23/demos/font/PackedFont/
DOMakefile24 FONT_OPTIONS = -i win -in Tahoma -is 16 -ic A6 -ia -o bcfnt -op resources/layoutDemo.xggp …
/NW4C-1.2.23/demos/font/ArchiveFont/
DOMakefile24 FONT_OPTIONS = -i win -in Tahoma -is 16 -ic A6 -ia -o bcfnt -op resources/layoutDemo.xggp …
/NW4C-1.2.23/tools/DccPlugin/Maya/scripts/
DNW4C_ExpDialog.mel2530 $cmd += "-op \"" + $optStr + "\"";