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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline.h 41 float calculateAlignmentBaselineShift(bool isVerticalText, const RenderObject* textRenderer) const;
42 float calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle*, const UChar& character) const;
43 float calculateGlyphAdvanceAndOrientation(bool isVerticalText, SVGTextMetrics&, float angle, float& xOrientationShift, float& yOrientationShift) const;
46 EAlignmentBaseline dominantBaselineToAlignmentBaseline(bool isVerticalText, const RenderObject* textRenderer) const;
SVGTextChunkBuilder.h 52 void processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SVGTextFragment>&, unsigned& atCharacter);
53 void processTextAnchorCorrection(bool isVerticalText, float textAnchorShift, Vector<SVGTextFragment>&);
54 void buildSpacingAndGlyphsTransform(bool isVerticalText, float scale, const SVGTextFragment&, AffineTransform&);
SVGTextLayoutEngineBaseline.cpp 62 EAlignmentBaseline SVGTextLayoutEngineBaseline::dominantBaselineToAlignmentBaseline(bool isVerticalText, const RenderObject* textRenderer) const
74 if (isVerticalText)
85 return dominantBaselineToAlignmentBaseline(isVerticalText, textRenderer->parent());
87 return dominantBaselineToAlignmentBaseline(isVerticalText, textRenderer->parent());
110 float SVGTextLayoutEngineBaseline::calculateAlignmentBaselineShift(bool isVerticalText, const RenderObject* textRenderer) const
122 baseline = dominantBaselineToAlignmentBaseline(isVerticalText, textRendererParent);
131 return dominantBaselineToAlignmentBaseline(isVerticalText, textRendererParent);
155 float SVGTextLayoutEngineBaseline::calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle* style, const UChar& character) const
159 switch (isVerticalText ? style->glyphOrientationVertical() : style->glyphOrientationHorizontal()) {
186 float SVGTextLayoutEngineBaseline::calculateGlyphAdvanceAndOrientation(bool isVerticalText, SVGTextMetrics& metrics, float angle, float& xOrientationShift, float& yOrientationShift) cons
    [all...]
SVGTextLayoutEngineSpacing.h 37 float calculateSVGKerning(bool isVerticalText, const SVGTextMetrics::Glyph& currentGlyph);
SVGTextChunkBuilder.cpp 170 bool isVerticalText = chunk.isVerticalText();
179 processTextLengthSpacingCorrection(isVerticalText, textLengthShift, fragments, atCharacter);
195 buildSpacingAndGlyphsTransform(isVerticalText, textLengthScale, fragments.first(), spacingAndGlyphsTransform);
218 processTextAnchorCorrection(isVerticalText, textAnchorShift, fragments);
222 void SVGTextChunkBuilder::processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SVGTextFragment>& fragments, unsigned& atCharacter)
228 if (isVerticalText)
237 void SVGTextChunkBuilder::processTextAnchorCorrection(bool isVerticalText, float textAnchorShift, Vector<SVGTextFragment>& fragments)
243 if (isVerticalText)
250 void SVGTextChunkBuilder::buildSpacingAndGlyphsTransform(bool isVerticalText, float scale, const SVGTextFragment& fragment, AffineTransform& spacingAndGlyphsTransform
    [all...]
SVGTextLayoutEngineSpacing.cpp 44 float SVGTextLayoutEngineSpacing::calculateSVGKerning(bool isVerticalText, const SVGTextMetrics::Glyph& currentGlyph)
68 if (isVerticalText)
79 UNUSED_PARAM(isVerticalText);
SVGTextChunk.h 48 bool isVerticalText() const { return m_chunkStyle & VerticalText; }
SVGTextRunRenderingContext.cpp 108 bool isVerticalText = false;
112 isVerticalText = parentRenderObjectStyle->svgStyle()->isVerticalWritingMode();
138 if (isVerticalText)
145 if (isVerticalText) {
165 if (isVerticalText)
SVGTextQuery.cpp 38 : isVerticalText(false)
45 bool isVerticalText;
121 queryData->isVerticalText = queryData->textRenderer->style()->svgStyle()->isVerticalWritingMode();
261 data->textLength += queryData->isVerticalText ? fragment.height : fragment.width;
300 data->subStringLength += queryData->isVerticalText ? metrics.height() : metrics.width();
338 if (queryData->isVerticalText)
386 if (queryData->isVerticalText)
473 if (queryData->isVerticalText)
SVGRenderTreeAsText.cpp 413 bool isVerticalText = svgStyle->isVerticalWritingMode();
416 if (isVerticalText)
421 if (isVerticalText)
424 } else if (isVerticalText)
432 if (isVerticalText)
  /external/skia/gm/
verttext.cpp 67 paint.isVerticalText() ? x : x + total,
68 paint.isVerticalText() ? y + total : y,
76 if (paint.isVerticalText()) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SVGGlyph.h 108 bool isCompatibleGlyph(const SVGGlyph&, bool isVerticalText, const String& language, const Vector<SVGGlyph::ArabicForm>&, unsigned startPosition, unsigned endPosition);
SVGGlyph.cpp 135 bool isCompatibleGlyph(const SVGGlyph& identifier, bool isVerticalText, const String& language,
143 valid = isVerticalText;
146 valid = !isVerticalText;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 165 bool isVerticalText = false;
172 isVerticalText = parentRenderObject->style()->svgStyle()->isVerticalWritingMode();
212 if (!isCompatibleGlyph(svgGlyph, isVerticalText, language, arabicForms, currentCharacter, currentCharacter + svgGlyph.unicodeStringLength))
  /external/chromium_org/third_party/skia/src/core/
SkBBoxRecord.cpp 88 if (paint.isVerticalText()) {
SkPaint.cpp 1080 if (this->isVerticalText()) {
    [all...]
SkPictureRecord.cpp     [all...]
  /external/skia/src/core/
SkBBoxRecord.cpp 88 if (paint.isVerticalText()) {
SkPaint.cpp 1081 if (this->isVerticalText()) {
    [all...]
SkPictureRecord.cpp     [all...]
  /external/chromium_org/skia/ext/
lazy_pixel_ref_utils.cc 196 if (paint.isVerticalText()) {
  /external/chromium_org/third_party/skia/include/core/
SkPaint.h 221 bool isVerticalText() const {
812 * if isVerticalText() is true, in which case the returned value should
827 * if isVerticalText() is true, in which case the returned value should
    [all...]
  /external/skia/include/core/
SkPaint.h 221 bool isVerticalText() const {
812 * if isVerticalText() is true, in which case the returned value should
827 * if isVerticalText() is true, in which case the returned value should
    [all...]

Completed in 585 milliseconds