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

  /external/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.h 39 class FontPlatformPrivateData;
49 FontPlatformData(WTF::HashTableDeletedValueType) : m_private((FontPlatformPrivateData*)1) {}
89 FontPlatformPrivateData* m_private;
FontPlatformData.cpp 311 class FontPlatformPrivateData {
322 FontPlatformPrivateData(int size, unsigned weight)
332 FontPlatformPrivateData(const FontDescription& fontDescription, const AtomicString& family)
355 m_private = new FontPlatformPrivateData(fontDescription, family);
363 m_private = new FontPlatformPrivateData((int)(size + 0.5), bold ? FW_BOLD : FW_NORMAL);

Completed in 36 milliseconds