Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp663 if (IsDrawFlagSet(HORIZONTAL_ALIGN_MASK, HORIZONTAL_ALIGN_CENTER)) in PrintImpl()
670 else if (IsDrawFlagSet(HORIZONTAL_ALIGN_MASK, HORIZONTAL_ALIGN_RIGHT)) in PrintImpl()
781 if ( IsDrawFlagSet(VERTICAL_ORIGIN_MASK, VERTICAL_ORIGIN_MIDDLE) in PrintImpl()
782 || IsDrawFlagSet(VERTICAL_ORIGIN_MASK, VERTICAL_ORIGIN_BOTTOM) in PrintImpl()
812 if ( ! IsDrawFlagSet(flagMask, blineFlag) in AdjustCursor()
813 && ! IsDrawFlagSet(flagMask, topFlag) in AdjustCursor()
825 if (IsDrawFlagSet(HORIZONTAL_ORIGIN_MASK, HORIZONTAL_ORIGIN_CENTER)) in AdjustCursor()
829 else if (IsDrawFlagSet(HORIZONTAL_ORIGIN_MASK, HORIZONTAL_ORIGIN_RIGHT)) 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()
[all …]
/NW4C-2.0.3/include/nw/font/
Dfont_TextWriterBase.h625 bool IsDrawFlagSet( in IsDrawFlagSet() function