Searched refs:TA_RIGHT (Results 1 – 3 of 3) sorted by relevance
151 #define TA_RIGHT 2 macro1384 mnHorTextAlign = TA_RIGHT | TA_RTLREADING; in ImplWrite()1387 mnHorTextAlign |= TA_RIGHT; in ImplWrite()1389 mnHorTextAlign &= ~TA_RIGHT; in ImplWrite()
162 #define TA_RIGHT 0x0002 macro164 #define TA_RIGHT_CENTER (TA_RIGHT | TA_CENTER)
1592 … double fLenght = ( ( mnTextAlign & TA_RIGHT_CENTER ) == TA_RIGHT ) ? nTextWidth : nTextWidth >> 1; in DrawText()
Completed in 33 milliseconds