Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp781 if ( IsDrawFlagSet(VERTICAL_ORIGIN_MASK, VERTICAL_ORIGIN_MIDDLE) in PrintImpl()
782 || IsDrawFlagSet(VERTICAL_ORIGIN_MASK, VERTICAL_ORIGIN_BOTTOM) in PrintImpl()
808 u32 flagMask = HORIZONTAL_ALIGN_MASK | HORIZONTAL_ORIGIN_MASK | VERTICAL_ORIGIN_MASK; in AdjustCursor()
836 if (IsDrawFlagSet(VERTICAL_ORIGIN_MASK, VERTICAL_ORIGIN_MIDDLE)) in AdjustCursor()
840 else if (IsDrawFlagSet(VERTICAL_ORIGIN_MASK, VERTICAL_ORIGIN_BOTTOM)) in AdjustCursor()
866 if (IsDrawFlagSet(VERTICAL_ORIGIN_MASK, VERTICAL_ORIGIN_BASELINE)) in AdjustCursor()
/NW4C-2.0.3/include/nw/font/
Dfont_TextWriterBase.h74 VERTICAL_ORIGIN_MASK = 0x300 enumerator