Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp298 case BINBLOCK_SIG_GLGR: pContext->op = ConstructContext::ANALYZE_GLGR; break; in ConstructOpDispatch()
299 case BINBLOCK_SIG_FINF: pContext->op = ConstructContext::ANALYZE_FINF; break; in ConstructOpDispatch()
300 case BINBLOCK_SIG_CMAP: pContext->op = ConstructContext::ANALYZE_CMAP; break; in ConstructOpDispatch()
301 case BINBLOCK_SIG_CWDH: pContext->op = ConstructContext::ANALYZE_CWDH; break; in ConstructOpDispatch()
302 case BINBLOCK_SIG_TGLP: pContext->op = ConstructContext::ANALYZE_TGLP; break; in ConstructOpDispatch()
309 pContext->op = ConstructContext::FATAL_ERROR; in ConstructOpDispatch()
344 pContext->op = ConstructContext::DISPATCH; in ConstructOpAnalyzeFileHeader()
483 pContext->op = ConstructContext::DISPATCH; in ConstructOpAnalyzeGLGR()
654 pContext->op = ConstructContext::DISPATCH; in ConstructOpPrepairCopySheet()
694 pContext->op = ConstructContext::DISPATCH; in ConstructOpPrepairExpandSheet()
[all …]
Dfont_ArchiveFont.cpp177 pContext->op = ConstructContext::ANALYZE_FILE_HEADER; in InitStreamingConstruct()
205 switch (pContext->op) in StreamingConstruct()
221 NN_ASSERTMSG(false, "invalid operation(%d)", pContext->op); in StreamingConstruct()
222 pContext->op = ArchiveFont::ConstructContext::FATAL_ERROR; in StreamingConstruct()
Dfont_PackedFont.cpp168 pContext->op = ConstructContext::ANALYZE_FILE_HEADER; in InitStreamingConstruct()
196 switch (pContext->op) in StreamingConstruct()
211 if (pContext->op == PackedFont::ConstructContext::COPY) in StreamingConstruct()
222 pContext->op = ConstructContext::FATAL_ERROR; in StreamingConstruct()
226 NN_ASSERTMSG(false, "NW FONT Internal error\n" "invalid operation(%d)", pContext->op); in StreamingConstruct()
227 pContext->op = ConstructContext::FATAL_ERROR; in StreamingConstruct()
947 pContext->op = ConstructContext::DISPATCH; in ConstructOpAnalyzeGLGRPacked()
964 pContext->op = ConstructContext::DISPATCH; in ConstructOpPrepairCopyPackedSheet()
/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFontBase.h289 op = ConstructContext::COPY;
300 op = ConstructContext::SKIP;
311 op = ConstructContext::EXPAND;
315 void EndTask() { op = op2; } in EndTask()
327 Operation op; member
/NW4C-2.0.3/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-2.0.3/demos/font/PackedFont/
DOMakefile26 FONT_OPTIONS = -i win -in Tahoma -is 16 -ic A6 -ia -o bcfnt -op resources/layoutDemo.xggp …
/NW4C-2.0.3/demos/font/ArchiveFont/
DOMakefile26 FONT_OPTIONS = -i win -in Tahoma -is 16 -ic A6 -ia -o bcfnt -op resources/layoutDemo.xggp …
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_ExpDialog.mel2645 $cmd += "-op \"" + $optStr + "\"";