Home
last modified time | relevance | path

Searched refs:COPY (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/include/nw/font/
Dfont_ArchiveFontBase.h182 COPY, // 9 enumerator
287 op = ConstructContext::COPY;
/NW4C-1.2.23/sources/libraries/font/
Dfont_ArchiveFont.cpp214 case ConstructContext::COPY: ret = ConstructOpCopy(pContext, &s); break; in StreamingConstruct()
Dfont_PackedFont.cpp202 case ConstructContext::COPY: ret = ConstructOpCopy(pContext, &s); break; in StreamingConstruct()
209 if (pContext->op == PackedFont::ConstructContext::COPY) in StreamingConstruct()