Searched defs:isVerticalText (Results 1 – 11 of 11) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
| D | SVGTextLayoutEngineBaseline.cpp | 62 …e SVGTextLayoutEngineBaseline::dominantBaselineToAlignmentBaseline(bool isVerticalText, const Rend… in dominantBaselineToAlignmentBaseline() 110 float SVGTextLayoutEngineBaseline::calculateAlignmentBaselineShift(bool isVerticalText, const Rende… in calculateAlignmentBaselineShift() 155 float SVGTextLayoutEngineBaseline::calculateGlyphOrientationAngle(bool isVerticalText, const SVGRen… in calculateGlyphOrientationAngle() 186 float SVGTextLayoutEngineBaseline::calculateGlyphAdvanceAndOrientation(bool isVerticalText, SVGText… in calculateGlyphAdvanceAndOrientation()
|
| D | SVGTextChunkBuilder.cpp | 172 bool isVerticalText = chunk.isVerticalText(); in processTextChunk() local 224 void SVGTextChunkBuilder::processTextLengthSpacingCorrection(bool isVerticalText, float textLengthS… in processTextLengthSpacingCorrection() 239 void SVGTextChunkBuilder::processTextAnchorCorrection(bool isVerticalText, float textAnchorShift, V… in processTextAnchorCorrection() 252 void SVGTextChunkBuilder::buildSpacingAndGlyphsTransform(bool isVerticalText, float scale, const SV… in buildSpacingAndGlyphsTransform()
|
| D | SVGTextLayoutEngineSpacing.cpp | 47 float SVGTextLayoutEngineSpacing::calculateSVGKerning(bool isVerticalText, Glyph currentGlyph) in calculateSVGKerning()
|
| D | SVGTextChunk.h | 48 bool isVerticalText() const { return m_chunkStyle & VerticalText; } in isVerticalText() function
|
| D | SVGTextRunRenderingContext.cpp | 111 bool isVerticalText = false; in drawSVGGlyphs() local
|
| D | SVGTextQuery.cpp | 44 bool isVerticalText; member
|
| D | SVGRenderTreeAsText.cpp | 421 bool isVerticalText = svgStyle->isVerticalWritingMode(); in writeSVGInlineTextBox() local
|
| /external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
| D | SVGGlyph.cpp | 135 bool isCompatibleGlyph(const SVGGlyph& identifier, bool isVerticalText, const String& language, in isCompatibleGlyph()
|
| /external/chromium_org/third_party/WebKit/Source/core/svg/ |
| D | SVGFontData.cpp | 181 bool isVerticalText = false; in applySVGGlyphSelection() local
|
| /external/skia/include/core/ |
| D | SkPaint.h | 215 bool isVerticalText() const { in isVerticalText() function
|
| /external/chromium_org/third_party/skia/include/core/ |
| D | SkPaint.h | 215 bool isVerticalText() const { in isVerticalText() function
|