Lines Matching refs:TCHAR
33 #include <tchar.h>
91 static void tchar_to_skstring(const TCHAR t[], SkString* s) {
110 SkAutoSTArray<LF_FULLFACESIZE, TCHAR> fontName(fontNameLen+1);
2477 SkFontStyleSetGDI(const TCHAR familyName[]) {
2503 // a TCHAR, so we can use the same converter function.
2504 SkASSERT(sizeof(TCHAR) == sizeof(ref.elfStyle[0]));
2505 tchar_to_skstring((const TCHAR*)ref.elfStyle, styleName);