HomeSort by relevance Sort by last modified time
    Searched full:includepartialglyphs (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.h 44 virtual int offsetForPosition(float x, bool includePartialGlyphs = true) const;
64 int offsetForPositionInFragment(const SVGTextFragment&, float position, bool includePartialGlyphs) const;
SVGInlineTextBox.cpp 84 int SVGInlineTextBox::offsetForPositionInFragment(const SVGTextFragment& fragment, float position, bool includePartialGlyphs) const
104 return fragment.characterOffset - start() + textRenderer->scaledFont().offsetForPosition(textRun, position * scalingFactor, includePartialGlyphs);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
ComplexTextController.h 48 enum GlyphIterationStyle { IncludePartialGlyphs, ByWholeGlyphs };
57 void advance(unsigned to, GlyphBuffer* = 0, GlyphIterationStyle = IncludePartialGlyphs, HashSet<const SimpleFontData*>* fallbackFonts = 0);
60 int offsetForPosition(float x, bool includePartialGlyphs);
FontComplexTextMac.cpp 148 int Font::offsetForPositionForComplexText(const TextRun& run, float x, bool includePartialGlyphs) const
156 return controller.offsetForPosition(x, includePartialGlyphs);
ComplexTextController.cpp 176 int ComplexTextController::offsetForPosition(float h, bool includePartialGlyphs)
217 if (!includePartialGlyphs)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Font.h 111 int offsetForPosition(const TextRun&, float position, bool includePartialGlyphs) const;
181 int offsetForPositionForSimpleText(const TextRun&, float position, bool includePartialGlyphs) const;
194 int offsetForPositionForComplexText(const TextRun&, float position, bool includePartialGlyphs) const;
Font.cpp 288 int Font::offsetForPosition(const TextRun& run, float x, bool includePartialGlyphs) const
292 return offsetForPositionForSimpleText(run, x, includePartialGlyphs);
294 return offsetForPositionForComplexText(run, x, includePartialGlyphs);
FontFastPath.cpp 569 int Font::offsetForPositionForSimpleText(const TextRun& run, float x, bool includePartialGlyphs) const
584 if (includePartialGlyphs) {
599 if (includePartialGlyphs) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontChromiumWin.cpp 209 bool includePartialGlyphs) const
215 // Mac code ignores includePartialGlyphs, and they don't know what it's
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h 156 virtual int offsetForPosition(float x, bool includePartialGlyphs = true) const;
InlineTextBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
FontHarfBuzz.cpp 206 bool includePartialGlyphs) const

Completed in 449 milliseconds