Home
last modified time | relevance | path

Searched defs:fontData (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DGlyphPageTreeNode.cpp96 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()
DFontDataCache.cpp83 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
DFontFallbackList.cpp81 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
DGlyphPage.h55 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()
DSegmentedFontData.h48 PassRefPtr<SimpleFontData> fontData() const { return m_fontData; } in fontData() function
86 inline SegmentedFontData* toSegmentedFontData(FontData* fontData) in toSegmentedFontData()
DGlyphPageTreeNode.h73 static GlyphPageTreeNode* getRootChild(const FontData* fontData, unsigned pageNumber) in getRootChild()
DWidthIterator.cpp99 …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/
DHarfBuzzFaceCoreText.cpp48 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()
DHarfBuzzFaceSkia.cpp87 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()
DHarfBuzzShaper.h71 …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/
DGlyphPageTreeNodeWin.cpp84 const SimpleFontData* fontData) in fillBMPGlyphs()
210 const SimpleFontData* fontData) in fillNonBMPGlyphs()
241 unsigned bufferLength, const SimpleFontData* fontData) in fill()
DUniscribeHelperTextRun.cpp119 const FontData *fontData = m_font->fontDataAt(m_fontIndex); in nextWinFontData() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSFontFaceSource.cpp72 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
DCSSSegmentedFontFace.cpp127 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/
DFontCacheAndroidTest.cpp25 …RefPtr<SimpleFontData> fontData = fontCache->platformFallbackForCharacter(fontDescription, testCha… in TEST() local
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DGlyphPageTreeNodeMac.cpp44 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()
DComplexTextController.h77 …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
DFontMac.cpp57 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/
DSVGTextRunRenderingContext.cpp40 …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
DSVGTextLayoutEngineSpacing.cpp45 const SimpleFontData* fontData = m_font.primaryFont(); in calculateSVGKerning() local
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DGlyphPageTreeNodeSkia.cpp43 …gned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) in fill()
DFontCacheSkiaWin.cpp66 static bool fontContainsCharacter(const FontPlatformData* fontData, const wchar_t* family, UChar32 … in fontContainsCharacter()
/external/chromium_org/third_party/skia/include/device/xps/
DSkXPSDevice.h158 SkStream* fontData; variable
/external/skia/include/device/xps/
DSkXPSDevice.h158 SkStream* fontData; variable
/external/skia/tests/
DFontHostStreamTest.cpp101 SkAutoTUnref<SkStream> fontData(origTypeface->openStream(&ttcIndex)); in DEF_TEST() local

12