Home | History | Annotate | Download | only in ports

Lines Matching refs:GetFontData

169     if (GDI_ERROR != GetFontData(hdc, SkOTTableMaximumProfile::TAG, 4, &glyphs, sizeof(glyphs))) {
2060 DWORD bufferSize = GetFontData(hdc, tables[i], 0, NULL, 0);
2063 bufferSize = GetFontData(hdc, tables[i], 0, NULL, 0);
2067 if (GetFontData(hdc, tables[i], 0, (void*)stream->getMemoryBase(), bufferSize)) {
2362 DWORD bufferSize = GetFontData(hdc, tag, (DWORD) offset, data, (DWORD) length);
2365 bufferSize = GetFontData(hdc, tag, (DWORD) offset, data, (DWORD) length);