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

  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 11 #undef GetGlyphIndices
335 fTypeface->fDWriteFontFace->GetGlyphIndices(reinterpret_cast<UINT32*>(&uni), 1, &index);
SkTypeface_win_dw.cpp 12 // GDI #defines GetGlyphIndices to GetGlyphIndicesA or GetGlyphIndicesW, but
13 // IDWriteFontFace has a method called GetGlyphIndices. Since this file does
14 // not use GDI, undefing GetGlyphIndices makes things less confusing.
15 #undef GetGlyphIndices
104 fDWriteFontFace->GetGlyphIndices(scratch, limit, &glyphs[baseGlyph]);
110 fDWriteFontFace->GetGlyphIndices(utf32, glyphCount, glyphs);
301 HRVM(fontFace->GetGlyphIndices(&c, 1, &glyph),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]

Completed in 205 milliseconds