Lines Matching refs:normalcolor

192 	inline void DrawText (int normalcolor, int x, int y, const byte *string) const;
193 inline void DrawTextLuc (int normalcolor, int x, int y, const byte *string) const;
194 …inline void DrawTextClean (int normalcolor, int x, int y, const byte *string) const; // Does not …
195 inline void DrawTextCleanLuc (int normalcolor, int x, int y, const byte *string) const; // ditto
196 …inline void DrawTextCleanMove (int normalcolor, int x, int y, const byte *string) const; // This o…
197 …inline void DrawTextStretched (int normalcolor, int x, int y, const byte *string, int scalex, int …
198 …inline void DrawTextStretchedLuc (int normalcolor, int x, int y, const byte *string, int scalex, i…
200 inline void DrawText (int normalcolor, int x, int y, const char *string) const;
201 inline void DrawTextLuc (int normalcolor, int x, int y, const char *string) const;
202 inline void DrawTextClean (int normalcolor, int x, int y, const char *string) const;
203 inline void DrawTextCleanLuc (int normalcolor, int x, int y, const char *string) const;
204 inline void DrawTextCleanMove (int normalcolor, int x, int y, const char *string) const;
205 …inline void DrawTextStretched (int normalcolor, int x, int y, const char *string, int scalex, int …
206 …inline void DrawTextStretchedLuc (int normalcolor, int x, int y, const char *string, int scalex, i…
256 void TextWrapper (EWrapperCode drawer, int normalcolor, int x, int y, const byte *string) const;
257 void TextSWrapper (EWrapperCode drawer, int normalcolor, int x, int y, const byte *string) const;
258 …void TextSWrapper (EWrapperCode drawer, int normalcolor, int x, int y, const byte *string, int sca…
311 inline void DCanvas::DrawText (int normalcolor, int x, int y, const byte *string) const in DrawText() argument
313 TextWrapper (EWrapper_Translated, normalcolor, x, y, string); in DrawText()
315 inline void DCanvas::DrawTextLuc (int normalcolor, int x, int y, const byte *string) const in DrawTextLuc() argument
317 TextWrapper (EWrapper_TlatedLucent, normalcolor, x, y, string); in DrawTextLuc()
319 inline void DCanvas::DrawTextClean (int normalcolor, int x, int y, const byte *string) const in DrawTextClean() argument
321 TextSWrapper (EWrapper_Translated, normalcolor, x, y, string); in DrawTextClean()
323 inline void DCanvas::DrawTextCleanLuc (int normalcolor, int x, int y, const byte *string) const in DrawTextCleanLuc() argument
325 TextSWrapper (EWrapper_TlatedLucent, normalcolor, x, y, string); in DrawTextCleanLuc()
327 inline void DCanvas::DrawTextCleanMove (int normalcolor, int x, int y, const byte *string) const in DrawTextCleanMove() argument
329 TextSWrapper (EWrapper_Translated, normalcolor, in DrawTextCleanMove()
334 inline void DCanvas::DrawTextStretched (int normalcolor, int x, int y, const byte *string, int scal… in DrawTextStretched() argument
336 TextSWrapper (EWrapper_Translated, normalcolor, x, y, string, scalex, scaley); in DrawTextStretched()
339 inline void DCanvas::DrawTextStretchedLuc (int normalcolor, int x, int y, const byte *string, int s… in DrawTextStretchedLuc() argument
341 TextSWrapper (EWrapper_TlatedLucent, normalcolor, x, y, string, scalex, scaley); in DrawTextStretchedLuc()
344 inline void DCanvas::DrawText (int normalcolor, int x, int y, const char *string) const in DrawText() argument
346 TextWrapper (EWrapper_Translated, normalcolor, x, y, (const byte *)string); in DrawText()
348 inline void DCanvas::DrawTextLuc (int normalcolor, int x, int y, const char *string) const in DrawTextLuc() argument
350 TextWrapper (EWrapper_TlatedLucent, normalcolor, x, y, (const byte *)string); in DrawTextLuc()
352 inline void DCanvas::DrawTextClean (int normalcolor, int x, int y, const char *string) const in DrawTextClean() argument
354 TextSWrapper (EWrapper_Translated, normalcolor, x, y, (const byte *)string); in DrawTextClean()
356 inline void DCanvas::DrawTextCleanLuc (int normalcolor, int x, int y, const char *string) const in DrawTextCleanLuc() argument
358 TextSWrapper (EWrapper_TlatedLucent, normalcolor, x, y, (const byte *)string); in DrawTextCleanLuc()
360 inline void DCanvas::DrawTextCleanMove (int normalcolor, int x, int y, const char *string) const in DrawTextCleanMove() argument
362 TextSWrapper (EWrapper_Translated, normalcolor, in DrawTextCleanMove()
367 inline void DCanvas::DrawTextStretched (int normalcolor, int x, int y, const char *string, int scal… in DrawTextStretched() argument
369 TextSWrapper (EWrapper_Translated, normalcolor, x, y, (const byte *)string, scalex, scaley); in DrawTextStretched()
371 inline void DCanvas::DrawTextStretchedLuc (int normalcolor, int x, int y, const char *string, int s… in DrawTextStretchedLuc() argument
373 TextSWrapper (EWrapper_TlatedLucent, normalcolor, x, y, (const byte *)string, scalex, scaley); in DrawTextStretchedLuc()