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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
GlyphPageTreeNodeChromiumWin.cpp 53 // Convert characters to glyph ids by GetGlyphIndices(), during which, we
55 static bool getGlyphIndices(HFONT font, HDC dc, const UChar* characters, unsigned charactersLength, WORD* glyphBuffer, DWORD flag)
57 if (GetGlyphIndices(dc, characters, charactersLength, glyphBuffer, flag) != GDI_ERROR)
60 if (GetGlyphIndices(dc, characters, charactersLength, glyphBuffer, flag) != GDI_ERROR)
73 return getGlyphIndices(font, dc, &space, 1, spaceGlyph, 0);
108 // FIXME: GetGlyphIndices() sets each item of localGlyphBuffer[]
132 // when call GetGlyphIndices without flag GGI_MARK_NONEXISTING_GLYPHS,
136 // I think we should switch to the way about calling GetGlyphIndices with
142 if (!getGlyphIndices(fontData->platformData().hfont(), dc, buffer, length, localGlyphBuffer, GGI_MARK_NONEXISTING_GLYPHS)) {
FontUtilsChromiumWin.cpp 260 GetGlyphIndices(dc, &space, 1, &spaceGlyph, GGI_MARK_NONEXISTING_GLYPHS);
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win_dw.cpp 9 #undef GetGlyphIndices
761 fTypeface->fDWriteFontFace->GetGlyphIndices(reinterpret_cast<UINT32*>(&uni), 1, &index);
    [all...]
  /external/skia/src/ports/
SkFontHost_win_dw.cpp 9 #undef GetGlyphIndices
761 fTypeface->fDWriteFontFace->GetGlyphIndices(reinterpret_cast<UINT32*>(&uni), 1, &index);
    [all...]

Completed in 171 milliseconds