Searched refs:customFontData (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | CustomFontData.h | 60 …T> inline thisType* to##thisType(const RefPtr<T>& customFontData) { return to##thisType(customFont… 61 …DEFINE_TYPE_CASTS(thisType, CustomFontData, customFontData, customFontData->predicate, customFontD…
|
D | GlyphPageTreeNodeTest.cpp | 156 EXPECT_EQ(dataAtoC->customFontData(), node->page()->customFontToLoadAt('A')); in TEST() 157 EXPECT_EQ(dataAtoC->customFontData(), node->page()->customFontToLoadAt('B')); in TEST() 158 EXPECT_EQ(dataAtoC->customFontData(), node->page()->customFontToLoadAt('C')); in TEST() 160 EXPECT_EQ(dataCtoE->customFontData(), node->page()->customFontToLoadAt('E')); in TEST() 189 EXPECT_EQ(dataAtoC->customFontData(), node3->page()->customFontToLoadAt('A')); in TEST() 190 EXPECT_EQ(dataAtoC->customFontData(), node3->page()->customFontToLoadAt('B')); in TEST() 191 EXPECT_EQ(dataAtoC->customFontData(), node3->page()->customFontToLoadAt('C')); in TEST() 193 EXPECT_EQ(dataCtoE->customFontData(), node3->page()->customFontToLoadAt('E')); in TEST() 218 EXPECT_EQ(dataAtoC->customFontData(), node3->page()->customFontToLoadAt('A')); in TEST() 219 EXPECT_EQ(dataAtoC->customFontData(), node3->page()->customFontToLoadAt('B')); in TEST() [all …]
|
D | GlyphPageTreeNode.cpp | 125 …return fontData->customFontData()->fillSVGGlyphPage(pageToFill, offset, length, buffer, bufferLeng… in fill() 240 RefPtr<CustomFontData> customData = range.fontData()->customFontData(); in initializePage()
|
D | FontFallbackList.cpp | 176 fontDataForSpace->customFontData()->beginLoadIfNeeded(); in determinePrimarySimpleFontData()
|
D | SimpleFontData.h | 161 PassRefPtr<CustomFontData> customFontData() const { return m_customFontData; } in customFontData() function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGTextLayoutEngineSpacing.cpp | 59 RefPtr<CustomFontData> customFontData = fontData->customFontData(); in calculateSVGKerning() local 60 SVGFontFaceElement* svgFontFace = toSVGFontData(customFontData)->svgFontFaceElement(); in calculateSVGKerning()
|
D | SVGTextRunRenderingContext.cpp | 46 RefPtr<CustomFontData> customFontData = fontData->customFontData(); in svgFontAndFontFaceElementForFontData() local 47 const SVGFontData* svgFontData = toSVGFontData(customFontData); in svgFontAndFontFaceElementForFontData()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | RemoteFontFaceSource.cpp | 39 if (fontData && fontData->customFontData()) in pruneTable() 40 fontData->customFontData()->clearFontFaceSource(); in pruneTable()
|