Lines Matching refs:ConstructContext

153     PackedFont::ConstructContext*   pContext,  in InitStreamingConstruct()
166 pContext->op = ConstructContext::ANALYZE_FILE_HEADER; in InitStreamingConstruct()
171 PackedFont::ConstructContext* pContext, in StreamingConstruct()
196 case ConstructContext::DISPATCH: ret = ConstructOpDispatch(pContext, &s); break; in StreamingConstruct()
197 …case ConstructContext::ANALYZE_FILE_HEADER: ret = ConstructOpAnalyzeFileHeader(pContext, &s); bre… in StreamingConstruct()
198 …case ConstructContext::ANALYZE_GLGR: ret = ConstructOpAnalyzeGLGRPacked(pContext, &s); bre… in StreamingConstruct()
199 … case ConstructContext::ANALYZE_FINF: ret = ConstructOpAnalyzeFINF(pContext, &s); break; in StreamingConstruct()
200 … case ConstructContext::ANALYZE_CMAP: ret = ConstructOpAnalyzeCMAP(pContext, &s); break; in StreamingConstruct()
201 … case ConstructContext::ANALYZE_CWDH: ret = ConstructOpAnalyzeCWDH(pContext, &s); break; in StreamingConstruct()
202 case ConstructContext::COPY: ret = ConstructOpCopy(pContext, &s); break; in StreamingConstruct()
203 case ConstructContext::SKIP: ret = ConstructOpSkip(pContext, &s); break; in StreamingConstruct()
204 … case ConstructContext::FATAL_ERROR: ret = ConstructOpFatalError(pContext, &s); break; in StreamingConstruct()
205 … case ConstructContext::ANALYZE_TGLP: ret = ConstructOpAnalyzeTGLP(pContext, &s); break; in StreamingConstruct()
206 case ConstructContext::PREPAIR_EXPAND_SHEET: in StreamingConstruct()
209 if (pContext->op == PackedFont::ConstructContext::COPY) in StreamingConstruct()
218 case ConstructContext::PREPAIR_COPY_SHEET: in StreamingConstruct()
220 pContext->op = ConstructContext::FATAL_ERROR; in StreamingConstruct()
225 pContext->op = ConstructContext::FATAL_ERROR; in StreamingConstruct()
277 PackedFont::ConstructContext context; in Construct()
789 PackedFont::ConstructContext* pContext, in ConstructOpAnalyzeGLGRPacked()
945 pContext->op = ConstructContext::DISPATCH; in ConstructOpAnalyzeGLGRPacked()
953 PackedFont::ConstructContext* pContext, in ConstructOpPrepairCopyPackedSheet()
962 pContext->op = ConstructContext::DISPATCH; in ConstructOpPrepairCopyPackedSheet()
991 pContext->SetupCopyTask(srcSize, ConstructContext::PREPAIR_EXPAND_SHEET); in ConstructOpPrepairCopyPackedSheet()
996 pContext->SetupSkipTask(srcSize, ConstructContext::PREPAIR_EXPAND_SHEET); in ConstructOpPrepairCopyPackedSheet()