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