Home
last modified time | relevance | path

Searched refs:glyphsetBuffer (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/wince/
DFontCacheWince.cpp83 static Vector<UNICODERANGE, 64> glyphsetBuffer; in currentFontContainsCharacter() local
84 glyphsetBuffer.resize(unicodeRanges); in currentFontContainsCharacter()
86 if (S_OK != langFontLink->GetFontUnicodeRanges(hdc, &unicodeRanges, glyphsetBuffer.data())) in currentFontContainsCharacter()
90 …for (Vector<UNICODERANGE, 64>::const_iterator i = glyphsetBuffer.begin(); i != glyphsetBuffer.end(… in currentFontContainsCharacter()
/external/webkit/WebCore/platform/graphics/chromium/
DFontCacheChromiumWin.cpp297 static Vector<char, 512> glyphsetBuffer; in fontContainsCharacter() local
298 glyphsetBuffer.resize(GetFontUnicodeRanges(hdc, 0)); in fontContainsCharacter()
299 GLYPHSET* glyphset = reinterpret_cast<GLYPHSET*>(glyphsetBuffer.data()); in fontContainsCharacter()
/external/webkit/WebCore/platform/graphics/win/
DFontCacheWin.cpp162 static Vector<char, 512> glyphsetBuffer; in currentFontContainsCharacter() local
163 glyphsetBuffer.resize(GetFontUnicodeRanges(hdc, 0)); in currentFontContainsCharacter()
164 GLYPHSET* glyphset = reinterpret_cast<GLYPHSET*>(glyphsetBuffer.data()); in currentFontContainsCharacter()