Lines Matching refs:ConstructContext
267 ArchiveFontBase::ConstructContext* pContext, in RequestData()
279 ArchiveFontBase::ConstructContext* pContext, in ConstructOpDispatch()
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()
324 ArchiveFontBase::ConstructContext* pContext, in ConstructOpAnalyzeFileHeader()
344 pContext->op = ConstructContext::DISPATCH; in ConstructOpAnalyzeFileHeader()
351 ArchiveFontBase::ConstructContext* pContext, in ConstructOpAnalyzeGLGR()
483 pContext->op = ConstructContext::DISPATCH; in ConstructOpAnalyzeGLGR()
491 ArchiveFontBase::ConstructContext* pContext, in ConstructOpAnalyzeFINF()
513 ArchiveFontBase::ConstructContext* pContext, in ConstructOpAnalyzeCMAP()
548 ArchiveFontBase::ConstructContext* pContext, in ConstructOpAnalyzeCWDH()
583 ArchiveFontBase::ConstructContext* pContext, in ConstructOpAnalyzeTGLP()
633 const ConstructContext::Operation nextOp in ConstructOpAnalyzeTGLP()
634 = bSheetCompressed ? ConstructContext::PREPAIR_EXPAND_SHEET: in ConstructOpAnalyzeTGLP()
635 ConstructContext::PREPAIR_COPY_SHEET; in ConstructOpAnalyzeTGLP()
647 ArchiveFontBase::ConstructContext* pContext, in ConstructOpPrepairCopySheet()
654 pContext->op = ConstructContext::DISPATCH; in ConstructOpPrepairCopySheet()
671 pContext->SetupCopyTask(copySize, ConstructContext::PREPAIR_COPY_SHEET); in ConstructOpPrepairCopySheet()
676 pContext->SetupSkipTask(copySize, ConstructContext::PREPAIR_COPY_SHEET); in ConstructOpPrepairCopySheet()
687 ArchiveFontBase::ConstructContext* pContext, in ConstructOpPrepairExpandSheet()
694 pContext->op = ConstructContext::DISPATCH; in ConstructOpPrepairExpandSheet()
730 pContext->SetupExtendTask(srcSize, ConstructContext::PREPAIR_EXPAND_SHEET); in ConstructOpPrepairExpandSheet()
739 pContext->SetupSkipTask(srcSize, ConstructContext::PREPAIR_EXPAND_SHEET); in ConstructOpPrepairExpandSheet()
750 ArchiveFontBase::ConstructContext* pContext, in ConstructOpCopy()
772 ArchiveFontBase::ConstructContext* pContext, in ConstructOpSkip()
797 ArchiveFontBase::ConstructContext* pContext, in ConstructOpExpand()
830 ArchiveFontBase::ConstructContext* pContext, in ConstructOpFatalError()
835 pContext->op = ConstructContext::FATAL_ERROR; in ConstructOpFatalError()
893 ArchiveFontBase::ConstructContext* pContext, in CopyTo()
956 ArchiveFontBase::CachedStreamReader::ManagedCopy(ArchiveFontBase::ConstructContext* pContext) in ManagedCopy()
980 ArchiveFontBase::ConstructContext* pContext, in RequestData()
1031 ArchiveFontBase::ConstructContext::Init( in Init()
1066 ArchiveFontBase::ConstructContext::SetGLGR( in SetGLGR()
1080 ArchiveFontBase::ConstructContext::Finish( in Finish()