Lines Matching refs:CachedFont
6 REGRESSION (r35531-r35615): Acid3 crashes on Windows in CachedFont::getSVGFontById
12542 * loader/CachedFont.cpp:
12543 (WebCore::CachedFont::ensureSVGFontData):
14405 * loader/CachedFont.cpp:
14406 (WebCore::CachedFont::ensureSVGFontData):
32258 * loader/CachedFont.cpp:
32259 (WebCore::CachedFont::addClient):
32260 * loader/CachedFont.h:
35664 * loader/CachedFont.h:
35999 mode to CachedFont::platformDataFromCustomData().
36001 * loader/CachedFont.cpp:
36002 (WebCore::CachedFont::platformDataFromCustomData): Added a rendering
36006 * loader/CachedFont.h:
37735 * loader/CachedFont.cpp:
37736 (WebCore::CachedFont::ensureSVGFontData):
38074 * loader/CachedFont.cpp:
38075 (WebCore::CachedFont::CachedFont):
38076 (WebCore::CachedFont::load):
38077 (WebCore::CachedFont::ref):
38078 * loader/CachedFont.h:
54706 * loader/CachedFont.cpp:
54707 (WebCore::CachedFont::CachedFont):
54726 Added an isSVGFont method to CachedFont and use it to decide how to
54734 SVG only if the CachedFont is an SVG font.
54736 (WebCore::CSSFontSelector::addFontFaceRule): Mark the CachedFont as an
54738 * loader/CachedFont.cpp:
54739 (WebCore::CachedFont::CachedFont): Initialize m_isSVGFont to false.
54740 (WebCore::CachedFont::ensureCustomFontData):
54741 (WebCore::CachedFont::ensureSVGFontData):
54742 (WebCore::CachedFont::getSVGFontById):
54743 * loader/CachedFont.h:
54744 (WebCore::CachedFont::isSVGFont): Added.
54745 (WebCore::CachedFont::setSVGFont): Added.
54948 * loader/CachedFont.cpp:
54949 (WebCore::CachedFont::~CachedFont):
54950 (WebCore::CachedFont::ensureSVGFontData):
54951 (WebCore::CachedFont::extractFontFromSVGData):
54952 (WebCore::CachedFont::platformDataFromSVGData):
54953 * loader/CachedFont.h:
55440 * loader/CachedFont.cpp:
55441 (WebCore::CachedFont::ensureCustomFontData): Don't call
58627 [GTK] Support custom fonts, CachedFont::platformDataFromCustomData()
58634 * loader/CachedFont.cpp:
58635 (WebCore::CachedFont::~CachedFont):
58636 (WebCore::CachedFont::ensureCustomFontData):
58637 (WebCore::CachedFont::platformDataFromCustomData):
58638 (WebCore::CachedFont::allReferencesRemoved):
71973 …on warnings. Do not reference undefined (platform) specific type (WebCore::CachedFont::m_fontData)
71975 * loader/CachedFont.cpp:
71976 (WebCore::CachedFont::~CachedFont):
71977 (WebCore::CachedFont::allReferencesRemoved):
82038 * loader/CachedFont.cpp: