Home | History | Annotate | Download | only in ports

Lines Matching refs:tchar

34 #include <tchar.h>
92 static void tchar_to_skstring(const TCHAR t[], SkString* s) {
111 SkAutoSTArray<LF_FULLFACESIZE, TCHAR> fontName(fontNameLen+1);
2495 SkFontStyleSetGDI(const TCHAR familyName[]) {
2521 // a TCHAR, so we can use the same converter function.
2522 SkASSERT(sizeof(TCHAR) == sizeof(ref.elfStyle[0]));
2523 tchar_to_skstring((const TCHAR*)ref.elfStyle, styleName);