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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/win/
FontCustomPlatformDataWin.cpp 64 FontCustomPlatformData::FontCustomPlatformData(HANDLE fontReference, const String& name)
65 : m_fontReference(fontReference)
124 HANDLE fontReference = renameAndActivateFont(buffer, fontName);
125 if (!fontReference)
128 return adoptPtr(new FontCustomPlatformData(fontReference, fontName));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontCustomPlatformData.h 73 FontCustomPlatformData(HANDLE fontReference, const String& name);
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]

Completed in 1212 milliseconds