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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
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)
SVGTextChunk.h 48 bool isVerticalText() const { return m_chunkStyle & VerticalText; }
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...]
SVGTextRunRenderingContext.cpp 108 bool isVerticalText = false;
112 isVerticalText = parentRenderObjectStyle->svgStyle()->isVerticalWritingMode();
138 if (isVerticalText)
145 if (isVerticalText) {
165 if (isVerticalText)
SVGRenderTreeAsText.cpp 413 bool isVerticalText = svgStyle->isVerticalWritingMode();
416 if (isVerticalText)
421 if (isVerticalText)
424 } else if (isVerticalText)
432 if (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/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 114 milliseconds