Lines Matching refs:ConstructContext

265     ArchiveFontBase::ConstructContext*      pContext,  in RequestData()
277 ArchiveFontBase::ConstructContext* pContext, in ConstructOpDispatch()
296 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()
322 ArchiveFontBase::ConstructContext* pContext, in ConstructOpAnalyzeFileHeader()
342 pContext->op = ConstructContext::DISPATCH; in ConstructOpAnalyzeFileHeader()
349 ArchiveFontBase::ConstructContext* pContext, in ConstructOpAnalyzeGLGR()
481 pContext->op = ConstructContext::DISPATCH; in ConstructOpAnalyzeGLGR()
489 ArchiveFontBase::ConstructContext* pContext, in ConstructOpAnalyzeFINF()
511 ArchiveFontBase::ConstructContext* pContext, in ConstructOpAnalyzeCMAP()
546 ArchiveFontBase::ConstructContext* pContext, in ConstructOpAnalyzeCWDH()
581 ArchiveFontBase::ConstructContext* pContext, in ConstructOpAnalyzeTGLP()
631 const ConstructContext::Operation nextOp in ConstructOpAnalyzeTGLP()
632 = bSheetCompressed ? ConstructContext::PREPAIR_EXPAND_SHEET: in ConstructOpAnalyzeTGLP()
633 ConstructContext::PREPAIR_COPY_SHEET; in ConstructOpAnalyzeTGLP()
645 ArchiveFontBase::ConstructContext* pContext, in ConstructOpPrepairCopySheet()
652 pContext->op = ConstructContext::DISPATCH; in ConstructOpPrepairCopySheet()
669 pContext->SetupCopyTask(copySize, ConstructContext::PREPAIR_COPY_SHEET); in ConstructOpPrepairCopySheet()
674 pContext->SetupSkipTask(copySize, ConstructContext::PREPAIR_COPY_SHEET); in ConstructOpPrepairCopySheet()
685 ArchiveFontBase::ConstructContext* pContext, in ConstructOpPrepairExpandSheet()
692 pContext->op = ConstructContext::DISPATCH; in ConstructOpPrepairExpandSheet()
728 pContext->SetupExtendTask(srcSize, ConstructContext::PREPAIR_EXPAND_SHEET); in ConstructOpPrepairExpandSheet()
737 pContext->SetupSkipTask(srcSize, ConstructContext::PREPAIR_EXPAND_SHEET); in ConstructOpPrepairExpandSheet()
748 ArchiveFontBase::ConstructContext* pContext, in ConstructOpCopy()
770 ArchiveFontBase::ConstructContext* pContext, in ConstructOpSkip()
795 ArchiveFontBase::ConstructContext* pContext, in ConstructOpExpand()
828 ArchiveFontBase::ConstructContext* pContext, in ConstructOpFatalError()
833 pContext->op = ConstructContext::FATAL_ERROR; in ConstructOpFatalError()
891 ArchiveFontBase::ConstructContext* pContext, in CopyTo()
954 ArchiveFontBase::CachedStreamReader::ManagedCopy(ArchiveFontBase::ConstructContext* pContext) in ManagedCopy()
978 ArchiveFontBase::ConstructContext* pContext, in RequestData()
1029 ArchiveFontBase::ConstructContext::Init( in Init()
1064 ArchiveFontBase::ConstructContext::SetGLGR( in SetGLGR()
1078 ArchiveFontBase::ConstructContext::Finish( in Finish()