OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fontMetrics
(Results
26 - 50
of
57
) sorted by null
1
2
3
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp
129
const
FontMetrics
& scaledFontMetrics = scaledFont.
fontMetrics
();
507
static inline float positionOffsetForDecoration(TextDecoration decoration, const
FontMetrics
&
fontMetrics
, float thickness)
512
return
fontMetrics
.floatAscent() + thickness * 1.5f;
516
return
fontMetrics
.floatAscent() * 5 / 8.0f;
597
const
FontMetrics
& scaledFontMetrics = scaledFont.
fontMetrics
();
714
float baseline = textRenderer->scaledFont().
fontMetrics
().floatAscent() / scalingFactor;
RenderSVGInlineText.cpp
162
float baseline = m_scaledFont.
fontMetrics
().floatAscent();
SVGTextQuery.cpp
468
extent.setLocation(FloatPoint(fragment.x, fragment.y - queryData->textRenderer->scaledFont().
fontMetrics
().floatAscent() / scalingFactor));
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFastPath.cpp
362
return markFontData->
fontMetrics
().ascent();
378
return markFontData->
fontMetrics
().descent();
394
return markFontData->
fontMetrics
().height();
543
glyphOverflow->top = max<int>(glyphOverflow->top, ceilf(-it.minGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 :
fontMetrics
().ascent()));
544
glyphOverflow->bottom = max<int>(glyphOverflow->bottom, ceilf(it.maxGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 :
fontMetrics
().descent()));
/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/core/html/canvas/
CanvasRenderingContext2D.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp
118
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
())
603
const
FontMetrics
&
fontMetrics
= renderer()->style(isFirstLineStyle())->
fontMetrics
();
606
setLogicalTop(roundToInt(top + maxAscent -
fontMetrics
.ascent(baselineType)));
645
const
FontMetrics
&
fontMetrics
= curr->renderer()->style(isFirstLineStyle())->fontMetrics()
[
all
...]
RenderTextControlSingleLine.cpp
371
if (textBlockStyle->
fontMetrics
().lineSpacing() > lineHeight(true, HorizontalLine, PositionOfInteriorLineBoxes))
RenderListBox.cpp
380
LayoutSize offset = LayoutSize(0, itemFont.
fontMetrics
().ascent());
657
return style()->
fontMetrics
().height() + rowSpacing;
RenderBlock.cpp
[
all
...]
RenderBlockLineLayout.cpp
458
int rootDescent = includeRootLine ? font.
fontMetrics
().descent() : 0;
459
int rootAscent = includeRootLine ? font.
fontMetrics
().ascent() : 0;
460
int boxAscent = font.
fontMetrics
().ascent() - baselineShift;
461
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
572
// We really need to compute EX using
fontMetrics
for the original specifiedSize and not use
574
if (style.
fontMetrics
().hasXHeight())
575
factor = style.
fontMetrics
().xHeight();
583
factor = style.
fontMetrics
().zeroWidth();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp
494
int textY = rowRect.y() + itemFont.
fontMetrics
().ascent() + (rowRect.height() - itemFont.
fontMetrics
().height()) / 2;
656
int fontHeight = getRowFont(index).
fontMetrics
().height();
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm
249
xHeight = verticalRightOrientationFontData()->
fontMetrics
().xHeight();
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h
330
|| !parent->style()->font().
fontMetrics
().hasIdenticalAscentDescentAndLineGap(flow->style()->font().
fontMetrics
())))
[
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 368 milliseconds
1
2
3