OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:svgStyle
(Results
26 - 38
of
38
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp
120
const SVGRenderStyle& aSVG = a.
svgStyle
();
121
const SVGRenderStyle& bSVG = b.
svgStyle
();
211
const SVGRenderStyle& aSVG = a.
svgStyle
();
212
const SVGRenderStyle& bSVG = b.
svgStyle
();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.h
73
bool hasNonScalingStroke() const { return style()->
svgStyle
().vectorEffect() == VE_NON_SCALING_STROKE; }
SVGInlineTextBox.cpp
268
const SVGRenderStyle&
svgStyle
= style->
svgStyle
();
270
bool hasFill =
svgStyle
.hasFill();
271
bool hasVisibleStroke =
svgStyle
.hasVisibleStroke();
277
const SVGRenderStyle& svgSelectionStyle = selectionStyle->
svgStyle
();
313
switch (
svgStyle
.paintOrderType(i)) {
510
const SVGRenderStyle& svgDecorationStyle = decorationStyle->
svgStyle
();
751
|| (hitRules.canHitStroke && (renderer().style()->
svgStyle
().hasStroke() || !hitRules.requireStroke))
752
|| (hitRules.canHitFill && (renderer().style()->
svgStyle
().hasFill() || !hitRules.requireFill))) {
RenderSVGResourceContainer.cpp
250
AffineTransform RenderSVGResourceContainer::computeResourceSpaceTransform(RenderObject* object, const AffineTransform& baseTransform, const SVGRenderStyle&
svgStyle
, unsigned short resourceMode)
264
if (
svgStyle
.vectorEffect() == VE_NON_SCALING_STROKE)
SVGTextLayoutEngine.cpp
252
m_isVerticalText = style->
svgStyle
().isVerticalWritingMode();
436
const SVGRenderStyle&
svgStyle
= style.
svgStyle
();
453
float baselineShift = baselineLayout.calculateBaselineShift(
svgStyle
, lengthContext);
495
float orientationAngle = baselineLayout.calculateGlyphOrientationAngle(m_isVerticalText,
svgStyle
, currentCharacter);
SVGTextRunRenderingContext.cpp
99
isVerticalText = parentRenderObjectStyle->
svgStyle
().isVerticalWritingMode();
RenderSVGResourceFilter.cpp
98
effectElement->renderer()->style()->
svgStyle
().colorInterpolationFilters() == CI_LINEARRGB ? ColorSpaceLinearRGB : ColorSpaceDeviceRGB);
SVGTextQuery.cpp
116
queryData->isVerticalText = queryData->textRenderer->style()->
svgStyle
().isVerticalWritingMode();
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDiffuseLightingElement.cpp
91
return diffuseLighting->setLightingColor(renderer->style()->
svgStyle
().lightingColor());
171
Color color = renderer->style()->
svgStyle
().lightingColor();
SVGFESpecularLightingElement.cpp
96
return specularLighting->setLightingColor(renderer->style()->
svgStyle
().lightingColor());
178
Color color = renderer->style()->
svgStyle
().lightingColor();
SVGFontData.cpp
188
isVerticalText = parentRenderObject->style()->
svgStyle
().isVerticalWritingMode();
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h
[
all
...]
Completed in 3603 milliseconds
1
2