Searched defs:GetGlyphIndices (Results 1 - 3 of 3) 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 DSkScalerContext_win_dw.cpp9 #undef GetGlyphIndices macro
348 fTypeface->fDWriteFontFace->GetGlyphIndices(reinterpret_cast<UINT32*>(&uni), 1, &index);

Completed in 102 milliseconds