Home
last modified time | relevance | path

Searched refs:PrintContext (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/font/
Dfont_TagProcessorBase.h34 struct PrintContext struct
42 PrintContext( in PrintContext() argument
134 PrintContext<CharType>* pContext in Process()
170 PrintContext<CharType>* pContext in CalcRect()
228 typedef PrintContext<CharType> ContextType;
/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp394 PrintContext<CharType> context(this, str, 0, 0, 0); in CalcLineRectImpl()
443 PrintContext<CharType> context2 = context; in CalcLineRectImpl()
609 PrintContext<CharType> context(this, str, xOrigin, yOrigin, 0); in PrintImpl()
633 PrintContext<CharType> context2 = context; in PrintImpl()