HomeSort by relevance Sort by last modified time
    Searched refs:glyphsetBuffer (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCacheWinCE.cpp 83 static Vector<UNICODERANGE, 64> glyphsetBuffer;
84 glyphsetBuffer.resize(unicodeRanges);
86 if (S_OK != langFontLink->GetFontUnicodeRanges(hdc, &unicodeRanges, glyphsetBuffer.data()))
90 for (Vector<UNICODERANGE, 64>::const_iterator i = glyphsetBuffer.begin(); i != glyphsetBuffer.end(); ++i) {
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 300 static Vector<char, 512> glyphsetBuffer;
301 glyphsetBuffer.resize(GetFontUnicodeRanges(hdc, 0));
302 GLYPHSET* glyphset = reinterpret_cast<GLYPHSET*>(glyphsetBuffer.data());
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 162 static Vector<char, 512> glyphsetBuffer;
163 glyphsetBuffer.resize(GetFontUnicodeRanges(hdc, 0));
164 GLYPHSET* glyphset = reinterpret_cast<GLYPHSET*>(glyphsetBuffer.data());

Completed in 546 milliseconds