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

  /external/webkit/WebCore/platform/graphics/chromium/
FontPlatformDataChromiumWin.cpp 48 , m_scriptFontProperties(0)
56 , m_scriptFontProperties(0)
64 , m_scriptFontProperties(0)
73 , m_scriptFontProperties(0)
81 , m_scriptFontProperties(0)
95 delete m_scriptFontProperties;
96 m_scriptFontProperties = 0;
106 delete m_scriptFontProperties;
107 m_scriptFontProperties = 0;
127 if (!m_scriptFontProperties) {
    [all...]
FontPlatformDataChromiumWin.h 129 mutable SCRIPT_FONTPROPERTIES* m_scriptFontProperties;
  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataWin.cpp 102 delete m_scriptFontProperties;
196 if (!m_scriptFontProperties) {
197 m_scriptFontProperties = new SCRIPT_FONTPROPERTIES;
198 memset(m_scriptFontProperties, 0, sizeof(SCRIPT_FONTPROPERTIES));
199 m_scriptFontProperties->cBytes = sizeof(SCRIPT_FONTPROPERTIES);
200 HRESULT result = ScriptGetFontProperties(0, scriptCache(), m_scriptFontProperties);
205 ScriptGetFontProperties(dc, scriptCache(), m_scriptFontProperties);
210 return m_scriptFontProperties;
SimpleFontDataCairoWin.cpp 48 m_scriptFontProperties = 0;
88 m_scriptFontProperties = 0;
SimpleFontDataCGWin.cpp 57 m_scriptFontProperties = 0;
  /external/webkit/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 61 m_scriptFontProperties = 0;
80 if (m_scriptFontProperties) {
81 delete m_scriptFontProperties;
82 m_scriptFontProperties = 0;
  /external/webkit/WebCore/platform/graphics/
SimpleFontData.h 233 mutable SCRIPT_FONTPROPERTIES* m_scriptFontProperties;

Completed in 632 milliseconds