Lines Matching refs:FX_WCHAR
91 void SetParagraphBreakChar(FX_WCHAR wch);
101 void DrawText(const FX_WCHAR* pwsStr, int32_t iLength, int32_t x, int32_t y);
102 void DrawText(const FX_WCHAR* pwsStr,
106 void DrawText(const FX_WCHAR* pwsStr, int32_t iLength, const CFX_Rect& rect);
107 void DrawText(const FX_WCHAR* pwsStr, int32_t iLength, const CFX_RectF& rect);
110 void CalcLogicSize(const FX_WCHAR* pwsStr, int32_t iLength, CFX_SizeF& size);
111 void CalcLogicSize(const FX_WCHAR* pwsStr, int32_t iLength, CFX_RectF& rect);
112 void DrawLogicText(const FX_WCHAR* pwsStr,
116 void DrawLogicText(const FX_WCHAR* pwsStr,
122 void CalcTextSize(const FX_WCHAR* pwsStr, int32_t iLength, CFX_RectF& rect);
128 void DrawText(const FX_WCHAR* pwsStr,
132 void LoadText(const FX_WCHAR* pwsStr, int32_t iLength, const CFX_RectF& rect);
164 FX_WCHAR m_wParagraphBkChar;