HomeSort by relevance Sort by last modified time
    Searched refs:tabSize (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h 137 float tabWidth(const SimpleFontData&, unsigned tabSize, float position) const;
138 float tabWidth(unsigned tabSize, float position) const { return tabWidth(*primaryFont(), tabSize, position); }
324 inline float Font::tabWidth(const SimpleFontData& fontData, unsigned tabSize, float position) const
326 if (!tabSize)
328 float tabWidth = tabSize * fontData.spaceWidth() + letterSpacing();
WidthIterator.cpp 170 width = m_font->tabWidth(*fontData, m_run.tabSize(), m_run.xPos() + m_runWidthSoFar + widthSinceLastRounding);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 45 protected int tabSize = 8;
47 protected void setTabSize(int i) { tabSize = i; }
48 protected int getTabSize(int i) { return tabSize; }
185 column += (tabSize - (column % tabSize));
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 45 protected int tabSize = 8;
47 protected void setTabSize(int i) { tabSize = i; }
48 protected int getTabSize(int i) { return tabSize; }
185 column += (tabSize - (column % tabSize));
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 45 protected int tabSize = 8;
47 protected void setTabSize(int i) { tabSize = i; }
48 protected int getTabSize(int i) { return tabSize; }
185 column += (tabSize - (column % tabSize));
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextRun.h 193 unsigned tabSize() const { return m_tabSize; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp 748 w += f.tabWidth(style()->tabSize(), xPos + w);
768 run.setTabSize(!style()->collapseWhiteSpace(), style()->tabSize());
    [all...]
InlineTextBox.cpp     [all...]
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c     [all...]
  /external/libxml2/
xmlregexp.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp 618 advance.width = m_font.tabWidth(*fontData, m_run.tabSize(), m_run.xPos() + m_totalWidth + widthSinceLastCommit);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 715 run.setTabSize(!collapseWhiteSpace, text->style()->tabSize());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 652 milliseconds