Home
last modified time | relevance | path

Searched refs:customFontData (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DCustomFontData.h60 …T> inline thisType* to##thisType(const RefPtr<T>& customFontData) { return to##thisType(customFont…
61 …DEFINE_TYPE_CASTS(thisType, CustomFontData, customFontData, customFontData->predicate, customFontD…
DGlyphPageTreeNodeTest.cpp156 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 …]
DGlyphPageTreeNode.cpp125 …return fontData->customFontData()->fillSVGGlyphPage(pageToFill, offset, length, buffer, bufferLeng… in fill()
240 RefPtr<CustomFontData> customData = range.fontData()->customFontData(); in initializePage()
DFontFallbackList.cpp176 fontDataForSpace->customFontData()->beginLoadIfNeeded(); in determinePrimarySimpleFontData()
DSimpleFontData.h161 PassRefPtr<CustomFontData> customFontData() const { return m_customFontData; } in customFontData() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextLayoutEngineSpacing.cpp59 RefPtr<CustomFontData> customFontData = fontData->customFontData(); in calculateSVGKerning() local
60 SVGFontFaceElement* svgFontFace = toSVGFontData(customFontData)->svgFontFaceElement(); in calculateSVGKerning()
DSVGTextRunRenderingContext.cpp46 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/
DRemoteFontFaceSource.cpp39 if (fontData && fontData->customFontData()) in pruneTable()
40 fontData->customFontData()->clearFontFaceSource(); in pruneTable()