Searched refs:HORIZONTAL_ORIGIN_LEFT (Results 1 – 3 of 3) sorted by relevance
62 HORIZONTAL_ORIGIN_LEFT = 0x00, //!< 原点を文字列の左端に置く。 enumerator86 HORIZONTAL_ALIGN_LEFT | HORIZONTAL_ORIGIN_LEFT | VERTICAL_ORIGIN_TOP;
807 u32 blineFlag = HORIZONTAL_ALIGN_LEFT | HORIZONTAL_ORIGIN_LEFT | VERTICAL_ORIGIN_BASELINE; in AdjustCursor()808 u32 topFlag = HORIZONTAL_ALIGN_LEFT | HORIZONTAL_ORIGIN_LEFT | VERTICAL_ORIGIN_TOP; in AdjustCursor()
567 value |= font::WideTextWriter::HORIZONTAL_ORIGIN_LEFT; in SetTextPos()