/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...] |
SVGTextChunk.h | 48 bool isVerticalText() const { return m_chunkStyle & VerticalText; }
|
SVGTextLayoutEngineSpacing.cpp | 42 float SVGTextLayoutEngineSpacing::calculateSVGKerning(bool isVerticalText, const SVGTextMetrics::Glyph& currentGlyph) 67 if (isVerticalText)
|
SVGTextRunRenderingContext.cpp | 108 bool isVerticalText = false; 112 isVerticalText = parentRenderObjectStyle->svgStyle()->isVerticalWritingMode(); 138 if (isVerticalText) 145 if (isVerticalText) { 165 if (isVerticalText)
|
SVGTextQuery.cpp | 37 : isVerticalText(false) 44 bool isVerticalText; 120 queryData->isVerticalText = queryData->textRenderer->style()->svgStyle()->isVerticalWritingMode(); 260 data->textLength += queryData->isVerticalText ? fragment.height : fragment.width; 299 data->subStringLength += queryData->isVerticalText ? metrics.height() : metrics.width(); 337 if (queryData->isVerticalText) 385 if (queryData->isVerticalText) 472 if (queryData->isVerticalText)
|
SVGRenderTreeAsText.cpp | 400 bool isVerticalText = svgStyle->isVerticalWritingMode(); 403 if (isVerticalText) 408 if (isVerticalText) 411 } else if (isVerticalText) 419 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/platform/fonts/ |
SVGGlyph.h | 109 bool PLATFORM_EXPORT 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 | 167 bool isVerticalText = false; 174 isVerticalText = parentRenderObject->style()->svgStyle()->isVerticalWritingMode(); 214 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 | 1066 if (this->isVerticalText()) { [all...] |
SkPictureRecord.cpp | [all...] |
/external/skia/src/core/ |
SkBBoxRecord.cpp | 88 if (paint.isVerticalText()) {
|
SkPaint.cpp | 1066 if (this->isVerticalText()) { [all...] |
SkPictureRecord.cpp | [all...] |
/external/chromium_org/skia/ext/ |
lazy_pixel_ref_utils.cc | 195 if (paint.isVerticalText()) {
|
/external/chromium_org/third_party/skia/include/core/ |
SkPaint.h | 221 bool isVerticalText() const { 797 * if isVerticalText() is true, in which case the returned value should 812 * if isVerticalText() is true, in which case the returned value should [all...] |
/external/skia/include/core/ |
SkPaint.h | 221 bool isVerticalText() const { 797 * if isVerticalText() is true, in which case the returned value should 812 * if isVerticalText() is true, in which case the returned value should [all...] |