HomeSort by relevance Sort by last modified time
    Searched refs:fontMetrics (Results 26 - 50 of 57) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 132 const FontMetrics& scaledFontMetrics = scaledFont.fontMetrics();
497 static inline float positionOffsetForDecoration(TextDecoration decoration, const FontMetrics& fontMetrics, float thickness)
502 return fontMetrics.floatAscent() + thickness * 1.5f;
506 return fontMetrics.floatAscent() * 5 / 8.0f;
592 const FontMetrics& scaledFontMetrics = scaledFont.fontMetrics();
779 float baseline = textRenderer.scaledFont().fontMetrics().floatAscent() / scalingFactor;
RenderSVGInlineText.cpp 162 float baseline = m_scaledFont.fontMetrics().floatAscent();
SVGTextQuery.cpp 465 extent.setLocation(FloatPoint(fragment.x, fragment.y - queryData->textRenderer->scaledFont().fontMetrics().floatAscent() / scalingFactor));
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 461 int textY = rowRect.y() + itemFont.fontMetrics().ascent() + (rowRect.height() - itemFont.fontMetrics().height()) / 2;
579 int fontHeight = getRowFont(index).fontMetrics().height();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 673 FontMetricsInt fontMetrics = paint.getFontMetricsInt();
674 int row_hight = (Math.abs(fontMetrics.top) + fontMetrics.bottom) * 2;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 26 import org.eclipse.swt.graphics.FontMetrics;
374 FontMetrics fontMetrics = gc.getFontMetrics();
375 int width = fontMetrics.getAverageCharWidth();
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp 120 const FontMetrics& metrics = font->fontMetrics();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 128 if (!parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
145 || !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
606 const FontMetrics& fontMetrics = renderer().style(isFirstLineStyle())->fontMetrics();
609 setLogicalTop(roundToInt(top + maxAscent - fontMetrics.ascent(baselineType)));
648 const FontMetrics& fontMetrics = curr->renderer().style(isFirstLineStyle())->fontMetrics()
    [all...]
RenderBlock.cpp     [all...]
RenderTextControlSingleLine.cpp 357 if (textBlockStyle->fontMetrics().lineSpacing() > lineHeight(true, HorizontalLine, PositionOfInteriorLineBoxes))
RenderListBox.cpp 414 LayoutSize offset = LayoutSize(0, itemFont.fontMetrics().ascent());
688 return style()->fontMetrics().height() + rowSpacing;
    [all...]
RenderBlockLineLayout.cpp 429 int rootDescent = includeRootLine ? font.fontMetrics().descent() : 0;
430 int rootAscent = includeRootLine ? font.fontMetrics().ascent() : 0;
431 int boxAscent = font.fontMetrics().ascent() - baselineShift;
432 int boxDescent = font.fontMetrics().descent() + baselineShift;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 510 return font->fontMetrics().height();
517 const FontMetrics& metrics = font->fontMetrics();
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp 40 #include "platform/fonts/FontMetrics.h"
609 // We really need to compute EX using fontMetrics for the original specifiedSize and not use
611 if (style.fontMetrics().hasXHeight())
612 factor = style.fontMetrics().xHeight();
623 factor = style.fontMetrics().zeroWidth();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 170 || !parent->style()->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(flow->style()->font().fontMetrics())))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 261 xHeight = verticalRightOrientationFontData()->fontMetrics().xHeight();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h     [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 565 milliseconds

12 3