Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFontBase.h184 COPY, // 9 enumerator
289 op = ConstructContext::COPY;
/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFont.cpp216 case ConstructContext::COPY: ret = ConstructOpCopy(pContext, &s); break; in StreamingConstruct()
Dfont_PackedFont.cpp204 case ConstructContext::COPY: ret = ConstructOpCopy(pContext, &s); break; in StreamingConstruct()
211 if (pContext->op == PackedFont::ConstructContext::COPY) in StreamingConstruct()