Searched refs:op (Results 1 – 8 of 8) sorted by relevance
298 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 …]
177 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()
168 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()
289 op = ConstructContext::COPY;300 op = ConstructContext::SKIP;311 op = ConstructContext::EXPAND;315 void EndTask() { op = op2; } in EndTask()327 Operation op; member
2 …erConsole" -i win -in Tahoma -is 12 -ic A6 -o bcfnt -of font\sample.bcfna -op font\layoutDemo.xggp…
26 FONT_OPTIONS = -i win -in Tahoma -is 16 -ic A6 -ia -o bcfnt -op resources/layoutDemo.xggp …
2645 $cmd += "-op \"" + $optStr + "\"";