Home | History | Annotate | Download | only in ports

Lines Matching defs:fontNameLen

101     int fontNameLen; //length of fontName in TCHARS.
102 if (0 == (fontNameLen = GetTextFace(deviceContext, 0, NULL))) {
104 if (0 == (fontNameLen = GetTextFace(deviceContext, 0, NULL))) {
105 fontNameLen = 0;
109 SkAutoSTArray<LF_FULLFACESIZE, TCHAR> fontName(fontNameLen+1);
110 if (0 == GetTextFace(deviceContext, fontNameLen, fontName.get())) {
112 if (0 == GetTextFace(deviceContext, fontNameLen, fontName.get())) {