HomeSort by relevance Sort by last modified time
    Searched defs:fontNameLen (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 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())) {
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 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())) {
    [all...]

Completed in 1354 milliseconds