Home
last modified time | relevance | path

Searched refs:GlyphBuffer (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DGlyphBufferTest.cpp37 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 …]
DWidthIterator.h36 class GlyphBuffer; variable
46 unsigned advance(int to, GlyphBuffer* = 0);
85 float adjustSpacing(float, const CharacterData&, const SimpleFontData&, GlyphBuffer*);
89 unsigned advanceInternal(TextIterator&, GlyphBuffer*);
DFont.h56 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…
DGlyphBuffer.h42 class GlyphBuffer {
45 GlyphBuffer() : m_hasVerticalAdvances(false) { } in GlyphBuffer() function
DWidthIterator.cpp113 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()
DFont.cpp228 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/
DHarfBuzzShaper.h49 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);
DFontHarfBuzz.cpp122 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()
DHarfBuzzShaper.cpp558 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/
DFontComplexTextMac.cpp70 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()
DFontMac.cpp78 const GlyphBuffer& glyphBuffer, unsigned from, unsigned numGlyphs, in drawGlyphs()
175 PassTextBlobPtr Font::buildTextBlob(const GlyphBuffer& glyphBuffer, float initialAdvance, in buildTextBlob()
DComplexTextController.h45 class GlyphBuffer; variable
58 …void advance(unsigned to, GlyphBuffer* = 0, GlyphIterationStyle = IncludePartialGlyphs, HashSet<co…
DComplexTextController.cpp411 void ComplexTextController::advance(unsigned offset, GlyphBuffer* glyphBuffer, GlyphIterationStyle … in advance()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextRunRenderingContext.h43 …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
DSVGTextRunRenderingContext.cpp76 GlyphBuffer glyphBuffer; in floatWidthUsingSVGFont()
82 …xt* context, const TextRun& run, const SimpleFontData* fontData, const GlyphBuffer& glyphBuffer, i… in drawSVGGlyphs()
DSVGTextMetricsBuilder.cpp118 GlyphBuffer glyphBuffer; in computeMetricsForCharacterSimple()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRun.h40 class GlyphBuffer; variable
217 …GGlyphs(GraphicsContext*, const TextRun&, const SimpleFontData*, const GlyphBuffer&, int from, int…
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp1240 GlyphBuffer glyphBuffer; in characterWidths()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp756 GlyphBuffer glyphBuffer; in collectPlatformFontsForRenderer()
/external/chromium_org/third_party/WebKit/Source/platform/
Dblink_platform.gypi372 'fonts/GlyphBuffer.h',