Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp265 ArchiveFontBase::ConstructContext* pContext, in RequestData() argument
270 pContext->streamOffset += pStream->GetOffset(); in RequestData()
271 bool bSuccess = pStream->RequestData(pContext, size); in RequestData()
277 ArchiveFontBase::ConstructContext* pContext, in ConstructOpDispatch() argument
281 if (! pContext->HasMoreBlock()) in ConstructOpDispatch()
289 return RequestData(pContext, pStream, requireSize); in ConstructOpDispatch()
292 pStream->CopyTo(&pContext->header, sizeof(pContext->header)); in ConstructOpDispatch()
294 switch (pContext->header.kind) 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()
[all …]
Dfont_TagProcessorBase.cpp56 ContextType* pContext in Process() argument
60 NN_POINTER_ASSERT(pContext); in Process()
65 ProcessLinefeed(pContext); in Process()
69 ProcessTab(pContext); in Process()
85 ContextType* pContext in CalcRect() argument
90 NN_POINTER_ASSERT(pContext); in CalcRect()
96 TextWriterBase<CharType>& writer = *pContext->writer; in CalcRect()
101 ProcessLinefeed(pContext); in CalcRect()
107 pRect->bottom = writer.GetCursorY() + pContext->writer->GetFontHeight(); in CalcRect()
115 TextWriterBase<CharType>& writer = *pContext->writer; in CalcRect()
[all …]
Dfont_ArchiveFont.cpp162 ArchiveFont::ConstructContext* pContext, in InitStreamingConstruct() argument
168 NN_POINTER_ASSERT(pContext); in InitStreamingConstruct()
174 pContext->Init( pBuffer, bufferSize, glyphGroups ); in InitStreamingConstruct()
175 pContext->op = ConstructContext::ANALYZE_FILE_HEADER; in InitStreamingConstruct()
180 ArchiveFont::ConstructContext* pContext, in StreamingConstruct() argument
185 NN_POINTER_ASSERT(pContext); in StreamingConstruct()
194 return pContext->HasMoreBlock() ? CONSTRUCT_ERROR: CONSTRUCT_FINISH; in StreamingConstruct()
198 CachedStreamReader& s = pContext->GetStreamReader(); in StreamingConstruct()
203 switch (pContext->op) in StreamingConstruct()
205 … case ConstructContext::DISPATCH: ret = ConstructOpDispatch(pContext, &s); break; in StreamingConstruct()
[all …]
Dfont_PackedFont.cpp153 PackedFont::ConstructContext* pContext, in InitStreamingConstruct() argument
159 NN_POINTER_ASSERT(pContext); in InitStreamingConstruct()
165 pContext->Init( outBuffer, outBufferSize, glyphGroups ); in InitStreamingConstruct()
166 pContext->op = ConstructContext::ANALYZE_FILE_HEADER; in InitStreamingConstruct()
171 PackedFont::ConstructContext* pContext, in StreamingConstruct() argument
176 NN_POINTER_ASSERT(pContext); in StreamingConstruct()
185 return pContext->HasMoreBlock() ? CONSTRUCT_ERROR: CONSTRUCT_FINISH; in StreamingConstruct()
189 CachedStreamReader& s = pContext->GetStreamReader(); in StreamingConstruct()
194 switch (pContext->op) in StreamingConstruct()
196 case ConstructContext::DISPATCH: ret = ConstructOpDispatch(pContext, &s); break; in StreamingConstruct()
[all …]
/NW4C-1.3.3/include/nw/font/
Dfont_ArchiveFontBase.h66 ConstructContext* pContext,
95 u32 ManagedCopy(ConstructContext* pContext);
130 ConstructContext* pContext,
597 ConstructContext* pContext,
609 ConstructContext* pContext,
620 ConstructContext* pContext,
631 ConstructContext* pContext,
642 ConstructContext* pContext,
653 ConstructContext* pContext,
664 ConstructContext* pContext,
[all …]
Dfont_TagProcessorBase.h135 PrintContext<CharType>* pContext);
149 PrintContext<CharType>* pContext);
159 void ProcessLinefeed(ContextType* pContext);
160 void ProcessTab(ContextType* pContext);
Dfont_ArchiveFont.h95 ConstructContext* pContext,
111 ConstructContext* pContext,
Dfont_PackedFont.h156 ConstructContext* pContext,
172 ConstructContext* pContext,
542 ConstructContext* pContext,
554 ConstructContext* pContext,