/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | GlyphBufferTest.cpp | 37 GlyphBuffer glyphBuffer; in TEST() 47 GlyphBuffer glyphBuffer; in TEST() 70 GlyphBuffer glyphBuffer; in TEST() 93 GlyphBuffer glyphBuffer; in TEST() 111 GlyphBuffer glyphBuffer; in TEST() 129 GlyphBuffer glyphBuffer; in TEST() 147 GlyphBuffer glyphBuffer; in TEST() 164 GlyphBuffer glyphBuffer; in TEST() 181 GlyphBuffer glyphBuffer; in TEST() 211 GlyphBuffer glyphBuffer; in TEST() [all …]
|
D | WidthIterator.h | 36 class GlyphBuffer; variable 46 unsigned advance(int to, GlyphBuffer* = 0); 85 float adjustSpacing(float, const CharacterData&, const SimpleFontData&, GlyphBuffer*); 89 unsigned advanceInternal(TextIterator&, GlyphBuffer*);
|
D | Font.h | 56 class GlyphBuffer; variable 145 …float getGlyphsAndAdvancesForSimpleText(const TextRunPaintInfo&, GlyphBuffer&, ForTextEmphasisOrNo… 148 …void drawGlyphs(GraphicsContext*, const SimpleFontData*, const GlyphBuffer&, unsigned from, unsign… 149 …float drawGlyphBuffer(GraphicsContext*, const TextRunPaintInfo&, const GlyphBuffer&, const FloatPo… 150 …void drawEmphasisMarks(GraphicsContext*, const TextRunPaintInfo&, const GlyphBuffer&, const Atomic… 158 …float getGlyphsAndAdvancesForComplexText(const TextRunPaintInfo&, GlyphBuffer&, ForTextEmphasisOrN… 166 …PassTextBlobPtr buildTextBlob(const GlyphBuffer&, float initialAdvance, const FloatRect& bounds, f…
|
D | GlyphBuffer.h | 42 class GlyphBuffer { 45 GlyphBuffer() : m_hasVerticalAdvances(false) { } in GlyphBuffer() function
|
D | WidthIterator.cpp | 113 const SimpleFontData& fontData, GlyphBuffer* glyphBuffer) in adjustSpacing() 178 unsigned WidthIterator::advanceInternal(TextIterator& textIterator, GlyphBuffer* glyphBuffer) in advanceInternal() 236 unsigned WidthIterator::advance(int offset, GlyphBuffer* glyphBuffer) in advance()
|
D | Font.cpp | 228 GlyphBuffer glyphBuffer; in buildTextBlobForSimpleText() 670 float Font::getGlyphsAndAdvancesForSimpleText(const TextRunPaintInfo& runInfo, GlyphBuffer& glyphBu… in getGlyphsAndAdvancesForSimpleText() 698 GlyphBuffer glyphBuffer; in drawSimpleText() 729 GlyphBuffer glyphBuffer; in drawEmphasisMarksForSimpleText() 738 …uffer(GraphicsContext* context, const TextRunPaintInfo& runInfo, const GlyphBuffer& glyphBuffer, c… in drawGlyphBuffer() 791 inline static float offsetToMiddleOfAdvanceAtIndex(const GlyphBuffer& glyphBuffer, size_t i) in offsetToMiddleOfAdvanceAtIndex() 796 …Marks(GraphicsContext* context, const TextRunPaintInfo& runInfo, const GlyphBuffer& glyphBuffer, c… in drawEmphasisMarks() 815 GlyphBuffer markBuffer; in drawEmphasisMarks()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
D | HarfBuzzShaper.h | 49 class GlyphBuffer; variable 62 bool shape(GlyphBuffer* = 0); 132 bool fillGlyphBuffer(GlyphBuffer*); 133 … void fillGlyphBufferFromHarfBuzzRun(GlyphBuffer*, HarfBuzzRun*, FloatPoint& firstOffsetOfNextRun); 134 void fillGlyphBufferForTextEmphasis(GlyphBuffer*, HarfBuzzRun* currentRun);
|
D | FontHarfBuzz.cpp | 122 const GlyphBuffer& glyphBuffer, unsigned from, unsigned numGlyphs, in drawGlyphs() 234 GlyphBuffer glyphBuffer; in drawComplexText() 245 GlyphBuffer glyphBuffer; in drawEmphasisMarksForComplexText() 255 float Font::getGlyphsAndAdvancesForComplexText(const TextRunPaintInfo& runInfo, GlyphBuffer& glyphB… in getGlyphsAndAdvancesForComplexText() 298 PassTextBlobPtr Font::buildTextBlob(const GlyphBuffer& glyphBuffer, float initialAdvance, in buildTextBlob()
|
D | HarfBuzzShaper.cpp | 558 bool HarfBuzzShaper::shape(GlyphBuffer* glyphBuffer) in shape() 957 void HarfBuzzShaper::fillGlyphBufferFromHarfBuzzRun(GlyphBuffer* glyphBuffer, HarfBuzzRun* currentR… in fillGlyphBufferFromHarfBuzzRun() 984 void HarfBuzzShaper::fillGlyphBufferForTextEmphasis(GlyphBuffer* glyphBuffer, HarfBuzzRun* currentR… in fillGlyphBufferForTextEmphasis() 1038 bool HarfBuzzShaper::fillGlyphBuffer(GlyphBuffer* glyphBuffer) in fillGlyphBuffer()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
D | FontComplexTextMac.cpp | 70 float Font::getGlyphsAndAdvancesForComplexText(const TextRunPaintInfo& runInfo, GlyphBuffer& glyphB… in getGlyphsAndAdvancesForComplexText() 96 GlyphBuffer glyphBuffer; in drawComplexText() 104 GlyphBuffer glyphBuffer; in drawComplexText() 119 GlyphBuffer glyphBuffer; in drawEmphasisMarksForComplexText()
|
D | FontMac.cpp | 78 const GlyphBuffer& glyphBuffer, unsigned from, unsigned numGlyphs, in drawGlyphs() 175 PassTextBlobPtr Font::buildTextBlob(const GlyphBuffer& glyphBuffer, float initialAdvance, in buildTextBlob()
|
D | ComplexTextController.h | 45 class GlyphBuffer; variable 58 …void advance(unsigned to, GlyphBuffer* = 0, GlyphIterationStyle = IncludePartialGlyphs, HashSet<co…
|
D | ComplexTextController.cpp | 411 void ComplexTextController::advance(unsigned offset, GlyphBuffer* glyphBuffer, GlyphIterationStyle … in advance()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGTextRunRenderingContext.h | 43 …GGlyphs(GraphicsContext*, const TextRun&, const SimpleFontData*, const GlyphBuffer&, int from, int… 47 …GGlyphs(GraphicsContext*, const TextRun&, const SimpleFontData*, const GlyphBuffer&, int from, int… in drawSVGGlyphs() argument
|
D | SVGTextRunRenderingContext.cpp | 76 GlyphBuffer glyphBuffer; in floatWidthUsingSVGFont() 82 …xt* context, const TextRun& run, const SimpleFontData* fontData, const GlyphBuffer& glyphBuffer, i… in drawSVGGlyphs()
|
D | SVGTextMetricsBuilder.cpp | 118 GlyphBuffer glyphBuffer; in computeMetricsForCharacterSimple()
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextRun.h | 40 class GlyphBuffer; variable 217 …GGlyphs(GraphicsContext*, const TextRun&, const SimpleFontData*, const GlyphBuffer&, int from, int…
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineTextBox.cpp | 1240 GlyphBuffer glyphBuffer; in characterWidths()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorCSSAgent.cpp | 756 GlyphBuffer glyphBuffer; in collectPlatformFontsForRenderer()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | blink_platform.gypi | 372 'fonts/GlyphBuffer.h',
|