/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | GlyphPageTreeNode.cpp | 96 void GlyphPageTreeNode::pruneTreeCustomFontData(const FontData* fontData) in pruneTreeCustomFontData() 109 void GlyphPageTreeNode::pruneTreeFontData(const SimpleFontData* fontData) in pruneTreeFontData() 121 …gned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) in fill() 135 void GlyphPageTreeNode::initializePage(const FontData* fontData, unsigned pageNumber) in initializePage() 323 GlyphPageTreeNode* GlyphPageTreeNode::getChild(const FontData* fontData, unsigned pageNumber) in getChild() 353 void GlyphPageTreeNode::pruneCustomFontData(const FontData* fontData) in pruneCustomFontData() 375 void GlyphPageTreeNode::pruneFontData(const SimpleFontData* fontData, unsigned level) in pruneFontData()
|
D | FontDataCache.cpp | 83 void FontDataCache::release(const SimpleFontData* fontData) in release() 101 for (Cache::iterator fontData = m_cache.begin(); fontData != end; ++fontData) { in markAllVerticalData() local 132 RefPtr<SimpleFontData>& fontData = *it.get(); in purgeLeastRecentlyUsed() local
|
D | FontFallbackList.cpp | 81 const FontData* fontData = primaryFontData(fontDescription); in determinePitch() local 112 const FontData* fontData = fontDataAt(fontDescription, fontIndex); in primaryFontData() local 202 RefPtr<FontData> fontData = FontCache::fontCache()->fontDataFromFontPlatformData(&platformData); in setPlatformFont() local
|
D | GlyphPage.h | 55 const SimpleFontData* fontData; member 79 …RefPtr<GlyphPage> createForSingleFontData(GlyphPageTreeNode* owner, const SimpleFontData* fontData) in createForSingleFontData() 142 void setGlyphDataForIndex(unsigned index, Glyph glyph, const SimpleFontData* fontData) in setGlyphDataForIndex() 162 void removeFontDataFromSystemFallbackPage(const SimpleFontData* fontData) in removeFontDataFromSystemFallbackPage()
|
D | SegmentedFontData.h | 48 PassRefPtr<SimpleFontData> fontData() const { return m_fontData; } in fontData() function 86 inline SegmentedFontData* toSegmentedFontData(FontData* fontData) in toSegmentedFontData()
|
D | GlyphPageTreeNode.h | 73 static GlyphPageTreeNode* getRootChild(const FontData* fontData, unsigned pageNumber) in getRootChild()
|
D | WidthIterator.cpp | 99 …lyphBuffer* glyphBuffer, bool ltr, unsigned& lastGlyphCount, const SimpleFontData* fontData, Types… in applyFontTransforms() 163 const SimpleFontData* fontData = glyphData.fontData; in advanceInternal() local
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
D | HarfBuzzFaceCoreText.cpp | 48 static hb_bool_t getGlyph(hb_font_t* hbFont, void* fontData, hb_codepoint_t unicode, hb_codepoint_t… in getGlyph() 61 static hb_position_t getGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepoint_t gl… in getGlyphHorizontalAdvance() 69 static hb_bool_t getGlyphHorizontalOrigin(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, … in getGlyphHorizontalOrigin() 74 static hb_bool_t getGlyphExtents(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, hb_glyph_… in getGlyphExtents()
|
D | HarfBuzzFaceSkia.cpp | 87 static hb_bool_t harfBuzzGetGlyph(hb_font_t* hbFont, void* fontData, hb_codepoint_t unicode, hb_cod… in harfBuzzGetGlyph() 104 static hb_position_t harfBuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepo… in harfBuzzGetGlyphHorizontalAdvance() 113 static hb_bool_t harfBuzzGetGlyphHorizontalOrigin(hb_font_t* hbFont, void* fontData, hb_codepoint_t… in harfBuzzGetGlyphHorizontalOrigin() 120 static hb_bool_t harfBuzzGetGlyphExtents(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, h… in harfBuzzGetGlyphExtents()
|
D | HarfBuzzShaper.h | 71 …static PassOwnPtr<HarfBuzzRun> create(const SimpleFontData* fontData, unsigned startIndex, unsigne… in create() 84 const SimpleFontData* fontData() { return m_fontData; } in fontData() function
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
D | GlyphPageTreeNodeWin.cpp | 84 const SimpleFontData* fontData) in fillBMPGlyphs() 210 const SimpleFontData* fontData) in fillNonBMPGlyphs() 241 unsigned bufferLength, const SimpleFontData* fontData) in fill()
|
D | UniscribeHelperTextRun.cpp | 119 const FontData *fontData = m_font->fontDataAt(m_fontIndex); in nextWinFontData() local
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSFontFaceSource.cpp | 72 SimpleFontData* fontData = it->value.get(); in pruneTable() local 138 …RefPtr<SimpleFontData> fontData = FontCache::fontCache()->getFontData(fontDescription, m_string, t… in getFontData() local 147 RefPtr<SimpleFontData>& fontData = m_fontDataTable.add(key.hash(), 0).iterator->value; in getFontData() local
|
D | CSSSegmentedFontFace.cpp | 127 RefPtr<SegmentedFontData>& fontData = m_fontDataTable.add(key.hash(), 0).iterator->value; in getFontData() local 201 RefPtr<SimpleFontData> fontData = m_fontFaces[i]->getFontData(fontDescription); in loadFont() local
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/android/ |
D | FontCacheAndroidTest.cpp | 25 …RefPtr<SimpleFontData> fontData = fontCache->platformFallbackForCharacter(fontDescription, testCha… in TEST() local
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
D | GlyphPageTreeNodeMac.cpp | 44 static bool shouldUseCoreText(UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) in shouldUseCoreText() 59 …gned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) in fill()
|
D | ComplexTextController.h | 77 …static PassRefPtr<ComplexTextRun> create(CTRunRef ctRun, const SimpleFontData* fontData, const UCh… in create() 82 …static PassRefPtr<ComplexTextRun> create(const SimpleFontData* fontData, const UChar* characters, … in create() 88 const SimpleFontData* fontData() const { return m_fontData; } in fontData() function
|
D | FontMac.cpp | 57 static void setupPaint(SkPaint* paint, const SimpleFontData* fontData, const Font* font, bool shoul… in setupPaint()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGTextRunRenderingContext.cpp | 40 …line const SVGFontData* svgFontAndFontFaceElementForFontData(const SimpleFontData* fontData, SVGFo… in svgFontAndFontFaceElementForFontData() 85 …:drawSVGGlyphs(GraphicsContext* context, const TextRun& run, const SimpleFontData* fontData, const… in drawSVGGlyphs() argument 207 const SimpleFontData* fontData = glyphData.fontData; in glyphDataForCharacter() local
|
D | SVGTextLayoutEngineSpacing.cpp | 45 const SimpleFontData* fontData = m_font.primaryFont(); in calculateSVGKerning() local
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
D | GlyphPageTreeNodeSkia.cpp | 43 …gned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) in fill()
|
D | FontCacheSkiaWin.cpp | 66 static bool fontContainsCharacter(const FontPlatformData* fontData, const wchar_t* family, UChar32 … in fontContainsCharacter()
|
/external/chromium_org/third_party/skia/include/device/xps/ |
D | SkXPSDevice.h | 158 SkStream* fontData; variable
|
/external/skia/include/device/xps/ |
D | SkXPSDevice.h | 158 SkStream* fontData; variable
|
/external/skia/tests/ |
D | FontHostStreamTest.cpp | 101 SkAutoTUnref<SkStream> fontData(origTypeface->openStream(&ttcIndex)); in DEF_TEST() local
|