Lines Matching refs:GetFontData
163 if (GDI_ERROR != GetFontData(hdc, SkOTTableMaximumProfile::TAG, 4, &glyphs, sizeof(glyphs))) {
1967 DWORD bufferSize = GetFontData(hdc, tables[i], 0, nullptr, 0);
1970 bufferSize = GetFontData(hdc, tables[i], 0, nullptr, 0);
1974 if (GetFontData(hdc, tables[i], 0, (void*)stream->getMemoryBase(), bufferSize)) {
2269 DWORD bufferSize = GetFontData(hdc, tag, (DWORD) offset, data, (DWORD) length);
2272 bufferSize = GetFontData(hdc, tag, (DWORD) offset, data, (DWORD) length);