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

  /external/webkit/Source/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 133 mutable SCRIPT_FONTPROPERTIES* m_scriptFontProperties;
  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataWin.cpp 108 delete m_scriptFontProperties;
240 if (!m_scriptFontProperties) {
241 m_scriptFontProperties = new SCRIPT_FONTPROPERTIES;
242 memset(m_scriptFontProperties, 0, sizeof(SCRIPT_FONTPROPERTIES));
243 m_scriptFontProperties->cBytes = sizeof(SCRIPT_FONTPROPERTIES);
244 HRESULT result = ScriptGetFontProperties(0, scriptCache(), m_scriptFontProperties);
249 ScriptGetFontProperties(dc, scriptCache(), m_scriptFontProperties);
254 return m_scriptFontProperties;
SimpleFontDataCairoWin.cpp 47 m_scriptFontProperties = 0;
91 m_scriptFontProperties = 0;
SimpleFontDataCGWin.cpp 56 m_scriptFontProperties = 0;
  /external/webkit/Source/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 68 m_scriptFontProperties = 0;
83 if (m_scriptFontProperties) {
84 delete m_scriptFontProperties;
85 m_scriptFontProperties = 0;
  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h 284 mutable SCRIPT_FONTPROPERTIES* m_scriptFontProperties;

Completed in 518 milliseconds