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