/external/webkit/WebCore/platform/graphics/ |
D | FontFallbackList.cpp | 76 const FontData* fontData = primaryFontData(font); in determinePitch() local 119 const FontData* fontData = fontDataAt(font, realizedFontIndex); in fontDataForCharacters() local 135 const FontData* fontData = fontCache()->getCachedFontData(&platformData); in setPlatformFont() local
|
D | GlyphPageTreeNode.cpp | 94 void GlyphPageTreeNode::pruneTreeCustomFontData(const FontData* fontData) in pruneTreeCustomFontData() 107 void GlyphPageTreeNode::pruneTreeFontData(const SimpleFontData* fontData) in pruneTreeFontData() 125 void GlyphPageTreeNode::initializePage(const FontData* fontData, unsigned pageNumber) in initializePage() 296 GlyphPageTreeNode* GlyphPageTreeNode::getChild(const FontData* fontData, unsigned pageNumber) in getChild() 326 void GlyphPageTreeNode::pruneCustomFontData(const FontData* fontData) in pruneCustomFontData() 349 void GlyphPageTreeNode::pruneFontData(const SimpleFontData* fontData, unsigned level) in pruneFontData()
|
D | SegmentedFontData.h | 46 const SimpleFontData* fontData() const { return m_fontData; } in fontData() function
|
D | GlyphPageTreeNode.h | 60 const SimpleFontData* fontData; member 188 static GlyphPageTreeNode* getRootChild(const FontData* fontData, unsigned pageNumber) in getRootChild()
|
D | WidthIterator.cpp | 118 const SimpleFontData* fontData = glyphData.fontData; in advance() local
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | GlyphPageTreeNodeChromiumWin.cpp | 71 const SimpleFontData* fontData, in fillBMPGlyphs() 188 const SimpleFontData* fontData) in fillNonBMPGlyphs() 219 unsigned bufferLength, const SimpleFontData* fontData) in fill()
|
D | GlyphPageTreeNodeLinux.cpp | 43 …gned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) in fill()
|
D | UniscribeHelperTextRun.cpp | 108 const FontData *fontData = m_font->fontDataAt(m_fontIndex); in nextWinFontData() local
|
/external/webkit/WebCore/css/ |
D | CSSFontFaceSource.cpp | 111 SimpleFontData* fontData = fontCache()->getCachedFontData(data); in getFontData() local 122 OwnPtr<SimpleFontData> fontData; in getFontData() local
|
D | CSSSegmentedFontFace.cpp | 102 SegmentedFontData* fontData = m_fontDataTable.get(hashKey); in getFontData() local
|
/external/webkit/WebCore/platform/graphics/win/ |
D | UniscribeController.cpp | 122 const SimpleFontData* fontData; in advance() local 176 …ller::itemizeShapeAndPlace(const UChar* cp, unsigned length, const SimpleFontData* fontData, Glyph… in itemizeShapeAndPlace() 213 …beController::shapeAndPlaceItem(const UChar* cp, unsigned i, const SimpleFontData* fontData, Glyph… in shapeAndPlaceItem() 402 …cribeController::shape(const UChar* str, int len, SCRIPT_ITEM item, const SimpleFontData* fontData, in shape()
|
D | GlyphPageTreeNodeCGWin.cpp | 37 …gned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) in fill()
|
D | GlyphPageTreeNodeCairoWin.cpp | 36 …gned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) in fill()
|
/external/webkit/WebCore/platform/graphics/gtk/ |
D | GlyphPageTreeNodeGtk.cpp | 38 …gned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) in fill()
|
D | GlyphPageTreeNodePango.cpp | 74 …gned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) in fill()
|
/external/webkit/WebCore/platform/graphics/wx/ |
D | GlyphMapWx.cpp | 38 …gned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) in fill()
|
D | FontCacheWx.cpp | 44 SimpleFontData* fontData = 0; in getFontDataForCharacters() local
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | FontCacheQt.cpp | 82 FontPlatformDataCacheKey(const FontPlatformData& fontData) in FontPlatformDataCacheKey() 213 SimpleFontData* fontData = new SimpleFontData(*fontPlatformData); in getCachedFontData() local 229 void FontCache::releaseFontData(const WebCore::SimpleFontData* fontData) in releaseFontData()
|
D | FontFallbackListQt.cpp | 75 const FontData* fontData = primaryFontData(font); in determinePitch() local
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | CoreTextController.cpp | 56 CoreTextController::CoreTextRun::CoreTextRun(CTRunRef ctRun, const SimpleFontData* fontData, const … in CoreTextRun() 75 CoreTextController::CoreTextRun::CoreTextRun(const SimpleFontData* fontData, const UChar* character… in CoreTextRun() 355 …aracters(const UChar* cp, unsigned length, unsigned stringLocation, const SimpleFontData* fontData) in collectCoreTextRunsForCharacters() 401 const SimpleFontData* fontData = coreTextRun.fontData(); in adjustGlyphsAndAdvances() local
|
D | GlyphPageTreeNodeMac.cpp | 38 …gned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) in fill()
|
D | CoreTextController.h | 64 const SimpleFontData* fontData() const { return m_fontData; } in fontData() function
|
/external/webkit/WebCore/platform/graphics/wince/ |
D | GlyphPageTreeNodeWince.cpp | 36 …gned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) in fill()
|
/external/webkit/WebCore/platform/graphics/android/ |
D | GlyphMapAndroid.cpp | 45 …gned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) in fill()
|
/external/webkit/WebCore/svg/ |
D | SVGFont.cpp | 210 …line const SVGFontData* svgFontAndFontFaceElementForFontData(const SimpleFontData* fontData, SVGFo… in svgFontAndFontFaceElementForFontData() 388 …if (const SVGFontData* fontData = svgFontAndFontFaceElementForFontData(font->primaryFont(), fontFa… in floatWidthOfSubStringUsingSVGFont() local 464 …if (const SVGFontData* fontData = svgFontAndFontFaceElementForFontData(primaryFont(), fontFaceElem… in drawTextUsingSVGFont() local
|