Searched refs:GetGlyphIndices (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkTypeface_win_dw.cpp10 // GDI #defines GetGlyphIndices to GetGlyphIndicesA or GetGlyphIndicesW, but
11 // IDWriteFontFace has a method called GetGlyphIndices. Since this file does
12 // not use GDI, undefing GetGlyphIndices makes things less confusing.
13 #undef GetGlyphIndices macro
102 fDWriteFontFace->GetGlyphIndices(scratch, limit, &glyphs[baseGlyph]);
108 fDWriteFontFace->GetGlyphIndices(utf32, glyphCount, glyphs);
300 hr = fontFace->GetGlyphIndices(&c, 1, &glyph);
H A DSkScalerContext_win_dw.cpp9 #undef GetGlyphIndices macro
348 fTypeface->fDWriteFontFace->GetGlyphIndices(reinterpret_cast<UINT32*>(&uni), 1, &index);
/external/skia/src/ports/
H A DSkTypeface_win_dw.cpp93 fDWriteFontFace->GetGlyphIndices(scratch, limit, &glyphs[baseGlyph]);
99 fDWriteFontFace->GetGlyphIndices(utf32, glyphCount, glyphs);
294 hr = fontFace->GetGlyphIndices(&c, 1, &glyph);
304 hr = fontFace->GetGlyphIndices(&c, 1, &glyph);
312 fontFace->GetGlyphIndices(chars.get(), count, glyph.get());
H A DSkScalerContext_win_dw.cpp9 #undef GetGlyphIndices macro
348 fTypeface->fDWriteFontFace->GetGlyphIndices(reinterpret_cast<UINT32*>(&uni), 1, &index);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h1068 STDMETHOD(GetGlyphIndices)(

Completed in 130 milliseconds