HomeSort by relevance Sort by last modified time
    Searched refs:GetFontData (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font_win.cc 40 DWORD GetFontData(HDC hdc,
139 DWORD PepperTrueTypeFontWin::GetFontData(HDC hdc,
148 DWORD result = ::GetFontData(hdc, table, offset, buffer, length);
160 result = ::GetFontData(hdc, table, offset, buffer, length);
175 if (GetFontData(hdc, 0, 0, header_buf, kFontHeaderSize) == GDI_ERROR)
187 if (GetFontData(hdc, 0 /* tag */, kFontHeaderSize,
218 DWORD table_size = GetFontData(hdc, table_tag, 0, NULL, 0);
229 table_size = GetFontData(hdc, table_tag, safe_offset,
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
GlyphPageTreeNodeWin.cpp 152 if (!isWindowsVistaOrGreater() && !(tm.tmPitchAndFamily & TMPF_TRUETYPE) && (GetFontData(dc, cffTableTag, 0, 0, 0) == GDI_ERROR))
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 139 int rv = GetFontData(hdc, table, offset, buffer, length);
147 rv = GetFontData(hdc, table, offset, buffer, length);
291 pdf.value().c_str(), "gdi32.dll", "GetFontData", GetFontDataPatch);
  /external/icu4c/samples/layout/
GDIFontInstance.cpp 346 DWORD len = GetFontData(hdc, stag, 0, NULL, 0);
351 GetFontData(hdc, stag, 0, result, len);
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 169 if (GDI_ERROR != GetFontData(hdc, SkOTTableMaximumProfile::TAG, 4, &glyphs, sizeof(glyphs))) {
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 169 if (GDI_ERROR != GetFontData(hdc, SkOTTableMaximumProfile::TAG, 4, &glyphs, sizeof(glyphs))) {
    [all...]
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 207 int rv = GetFontData(hdc, table, offset, buffer, length);
214 rv = GetFontData(hdc, table, offset, buffer, length);
238 "gdi32.dll", "GetFontData",

Completed in 655 milliseconds