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

  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontCustomPlatformData.cpp 39 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
FontCustomPlatformData.h 46 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer*);
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontCustomPlatformDataPango.cpp 43 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontCustomPlatformData.cpp 39 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
FontCustomPlatformData.h 46 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer*);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontCustomPlatformData.h 58 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer);
FontCustomPlatformData.cpp 61 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontCustomPlatformData.h 53 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer);
FontCustomPlatformDataQt.cpp 49 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformDataCairo.h 52 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer*);
FontCustomPlatformData.h 59 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer*);
FontCustomPlatformDataCairo.cpp 48 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
FontCustomPlatformData.cpp 165 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCustomPlatformData.h 53 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer);
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.h 60 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer*);
FontCustomPlatformData.cpp 46 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCustomPlatformData.h 59 FontCustomPlatformData* createFontCustomPlatformData(const SharedBuffer*);
FontCustomPlatformData.cpp 73 FontCustomPlatformData* createFontCustomPlatformData(const SharedBuffer* buffer)
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontCustomPlatformDataFreeType.cpp 67 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
  /external/webkit/Source/WebCore/platform/graphics/skia/
FontCustomPlatformData.h 83 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer*);
FontCustomPlatformData.cpp 169 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
  /external/webkit/Source/WebCore/loader/cache/
CachedFont.cpp 107 m_fontData = createFontCustomPlatformData(m_data.get());

Completed in 595 milliseconds