Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_TextWriterBase.cpp661 if (IsDrawFlagSet(HORIZONTAL_ALIGN_MASK, HORIZONTAL_ALIGN_CENTER)) in PrintImpl()
668 else if (IsDrawFlagSet(HORIZONTAL_ALIGN_MASK, HORIZONTAL_ALIGN_RIGHT)) in PrintImpl()
779 if ( IsDrawFlagSet(VERTICAL_ORIGIN_MASK, VERTICAL_ORIGIN_MIDDLE) in PrintImpl()
780 || IsDrawFlagSet(VERTICAL_ORIGIN_MASK, VERTICAL_ORIGIN_BOTTOM) in PrintImpl()
810 if ( ! IsDrawFlagSet(flagMask, blineFlag) in AdjustCursor()
811 && ! IsDrawFlagSet(flagMask, topFlag) in AdjustCursor()
823 if (IsDrawFlagSet(HORIZONTAL_ORIGIN_MASK, HORIZONTAL_ORIGIN_CENTER)) in AdjustCursor()
827 else if (IsDrawFlagSet(HORIZONTAL_ORIGIN_MASK, HORIZONTAL_ORIGIN_RIGHT)) in AdjustCursor()
834 if (IsDrawFlagSet(VERTICAL_ORIGIN_MASK, VERTICAL_ORIGIN_MIDDLE)) in AdjustCursor()
838 else if (IsDrawFlagSet(VERTICAL_ORIGIN_MASK, VERTICAL_ORIGIN_BOTTOM)) in AdjustCursor()
[all …]
/NW4C-1.2.23/include/nw/font/
Dfont_TextWriterBase.h623 bool IsDrawFlagSet( in IsDrawFlagSet() function