Lines Matching defs:fontNameLen
103 int fontNameLen; //length of fontName in TCHARS.
104 if (0 == (fontNameLen = GetTextFace(deviceContext, 0, NULL))) {
106 if (0 == (fontNameLen = GetTextFace(deviceContext, 0, NULL))) {
107 fontNameLen = 0;
111 SkAutoSTArray<LF_FULLFACESIZE, TCHAR> fontName(fontNameLen+1);
112 if (0 == GetTextFace(deviceContext, fontNameLen, fontName.get())) {
114 if (0 == GetTextFace(deviceContext, fontNameLen, fontName.get())) {