Lines Matching full:dword
375 DWORD glyphSetBufferSize = GetFontUnicodeRanges(fontHdc, NULL);
389 for (DWORD i = 0; i < glyphSet->cRanges; ++i) {
566 DWORD getGDIGlyphPath(const SkGlyph& glyph, UINT flags,
828 DWORD result = GetGlyphIndicesW(fDDC, utf16, 1, &index, GGI_MARK_NONEXISTING_GLYPHS);
920 DWORD status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
936 DWORD bufferSize = GetGlyphOutlineW(fDDC, glyphId, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
1069 DWORD len = GetGlyphOutlineW(fDDC, 'x', GGO_METRICS, &gm, 0, 0, &gMat2Identity);
1427 GDIGlyphbufferPointIter(const uint8_t* glyphbuf, DWORD total_size)
1469 GDIPolygonHeaderIter(const uint8_t* glyphbuf, DWORD total_size)
1567 static void sk_path_from_gdi_path(SkPath* path, const uint8_t* glyphbuf, DWORD total_size) {
1624 static bool sk_path_from_gdi_paths(SkPath* path, const uint8_t* glyphbuf, DWORD total_size,
1692 DWORD SkScalerContext_GDI::getGDIGlyphPath(const SkGlyph& glyph, UINT flags,
1697 DWORD total_size = GetGlyphOutlineW(fDDC, glyph.fID, flags, &gm, BUFFERSIZE, glyphbuf->get(), &fMat22);
1716 DWORD ret = GetGlyphOutlineW(fDDC, glyph.fID, flags, &gm, total_size, glyphbuf->get(), &fMat22);
1741 //static const DWORD BUFFERSIZE = (1 << 13);
1749 DWORD total_size = getGDIGlyphPath(glyph, format, &glyphbuf);
1761 DWORD hinted_total_size = getGDIGlyphPath(glyph, format, &hintedGlyphbuf);
2021 DWORD numFonts = 0;
2024 static_cast<DWORD>(fontData->size()),
2067 const DWORD kTTCTag =
2076 DWORD tables[2] = {kTTCTag, 0};
2078 DWORD bufferSize = GetFontData(hdc, tables[i], 0, NULL, 0);
2104 DWORD result = GetGlyphIndicesW(hdc, bmpChars, count, glyphs, GGI_MARK_NONEXISTING_GLYPHS);
2380 DWORD bufferSize = GetFontData(hdc, tag, (DWORD) offset, data, (DWORD) length);
2383 bufferSize = GetFontData(hdc, tag, (DWORD) offset, data, (DWORD) length);
2479 DWORD fontType, LPARAM builderParam) {