HomeSort by relevance Sort by last modified time
    Searched defs:glyphBuffer (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontComplexTextMac.cpp 29 #include "platform/fonts/GlyphBuffer.h"
71 float Font::getGlyphsAndAdvancesForComplexText(const TextRun& run, int from, int to, GlyphBuffer& glyphBuffer, ForTextEmphasisOrNot forTextEmphasis) const
78 controller.advance(to, &glyphBuffer);
80 if (glyphBuffer.isEmpty())
87 glyphBuffer.reverse(0, glyphBuffer.size());
97 GlyphBuffer glyphBuffer;
100 if (shaper.shape(&glyphBuffer)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextMetricsBuilder.cpp 59 GlyphBuffer glyphBuffer;
60 unsigned metricsLength = m_simpleWidthIterator->advance(m_textPosition + 1, &glyphBuffer);
SVGTextRunRenderingContext.cpp 34 #include "platform/fonts/GlyphBuffer.h"
79 GlyphBuffer glyphBuffer;
80 charsConsumed += it.advance(run.length(), &glyphBuffer);
85 void SVGTextRunRenderingContext::drawSVGGlyphs(GraphicsContext* context, const TextRun& run, const SimpleFontData* fontData, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point) const
125 Glyph glyph = glyphBuffer.glyphAt(from + i);
129 float advance = glyphBuffer.advanceAt(from + i);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFastPath.cpp 32 #include "platform/fonts/GlyphBuffer.h"
397 float Font::getGlyphsAndAdvancesForSimpleText(const TextRun& run, int from, int to, GlyphBuffer& glyphBuffer, ForTextEmphasisOrNot forTextEmphasis) const
404 GlyphBuffer localGlyphBuffer;
407 it.advance(to, &glyphBuffer);
409 if (glyphBuffer.isEmpty())
422 glyphBuffer.reverse(0, glyphBuffer.size());
430 GlyphBuffer glyphBuffer;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp 72 #include "platform/fonts/GlyphBuffer.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 320 milliseconds