Home
last modified time | relevance | path

Searched refs:m_style (Results 1 – 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DFontPlatformDataHarfBuzz.cpp118 , m_style(src.m_style) in FontPlatformData()
173 m_style = src.m_style; in operator =()
188 paint->setAntiAlias(m_style.useAntiAlias); in setupPaint()
189 paint->setHinting(static_cast<SkPaint::Hinting>(m_style.hintStyle)); in setupPaint()
190 paint->setEmbeddedBitmapText(m_style.useBitmaps); in setupPaint()
191 paint->setAutohinted(m_style.useAutoHint); in setupPaint()
192 if (m_style.useAntiAlias) in setupPaint()
193 paint->setLCDRenderText(m_style.useSubpixelRendering); in setupPaint()
199 paint->setSubpixelText(m_style.useSubpixelPositioning); in setupPaint()
240 && m_style == a.m_style in operator ==()
[all …]
DFontPlatformDataHarfBuzz.h118 const FontRenderStyle& fontRenderStyle() const { return m_style; } in fontRenderStyle()
140 FontRenderStyle m_style; variable
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNodeRenderingContext.cpp62 if (element && element->shouldBeReparentedUnderRenderView(m_style.get())) { in nextRenderer()
106 …(!m_node->isElementNode() || !toElement(m_node)->shouldBeReparentedUnderRenderView(m_style.get())); in previousRenderer()
127 …if (m_node->isElementNode() && toElement(m_node)->shouldBeReparentedUnderRenderView(m_style.get())… in parentRenderer()
168 if (!m_style) in elementInsideRegionNeedsRenderer()
169 m_style = element->styleForRenderer(); in elementInsideRegionNeedsRenderer()
171 elementInsideRegionNeedsRenderer = element->shouldMoveToFlowThread(m_style.get()); in elementInsideRegionNeedsRenderer()
174 if (element->rendererIsNeeded(*m_style)) in elementInsideRegionNeedsRenderer()
188 if (!element->shouldMoveToFlowThread(m_style.get())) in moveToFlowThreadIfNeeded()
193 …m_parentFlowRenderer = flowThreadController->ensureRenderFlowThreadWithName(m_style->flowThread()); in moveToFlowThreadIfNeeded()
208 if (!m_style) in createRendererForElementIfNeeded()
[all …]
DNodeRenderingContext.h46 , m_style(style) in m_node()
60 const RenderStyle* style() const { return m_style.get(); } in style()
70 RefPtr<RenderStyle> m_style; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBorderValue.h40 , m_style(BNONE) in BorderValue()
47 return width() && (!checkStyle || m_style != BNONE);
57 return nonZero(checkStyle) && !isTransparent() && (!checkStyle || m_style != BHIDDEN);
62 …return m_width == o.m_width && m_style == o.m_style && m_color == o.m_color && m_colorIsValid == o…
79 EBorderStyle style() const { return static_cast<EBorderStyle>(m_style); } in style()
86 unsigned m_style : 4; // EBorderStyle variable
DCollapsedBorderValue.h38 , m_style(BNONE) in CollapsedBorderValue()
48 , m_style(border.style()) in CollapsedBorderValue()
54 unsigned width() const { return m_style > BHIDDEN ? m_width : 0; } in width()
55 EBorderStyle style() const { return static_cast<EBorderStyle>(m_style); } in style()
70 unsigned m_style : 4; // EBorderStyle variable
DKeyframeList.h46 , m_style(style) in KeyframeValue()
58 const RenderStyle* style() const { return m_style.get(); } in style()
59 void setStyle(PassRefPtr<RenderStyle> style) { m_style = style; } in setStyle()
66 RefPtr<RenderStyle> m_style; variable
DShadowData.h44 , m_style(style) in ShadowData()
58 ShadowStyle style() const { return m_style; } in style()
66 ShadowStyle m_style; variable
DOutlineValue.h42 …return m_width == o.m_width && m_style == o.m_style && m_color == o.m_color && m_colorIsValid == o…
DShadowData.cpp34 && m_style == o.m_style in operator ==()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverState.h62 …oid setStyle(PassRefPtr<RenderStyle> style) { m_style = style; m_cssToLengthConversionData.setStyl… in setStyle()
63 const RenderStyle* style() const { return m_style.get(); } in style()
64 RenderStyle* style() { return m_style.get(); } in style()
65 PassRefPtr<RenderStyle> takeStyle() { return m_style.release(); } in takeStyle()
120 void setZoom(float f) { m_fontBuilder.didChangeFontParameters(m_style->setZoom(f)); } in setZoom()
121 …void setEffectiveZoom(float f) { m_fontBuilder.didChangeFontParameters(m_style->setEffectiveZoom(f… in setEffectiveZoom()
122 …void setWritingMode(WritingMode writingMode) { m_fontBuilder.didChangeFontParameters(m_style->setW… in setWritingMode()
123 …TextOrientation textOrientation) { m_fontBuilder.didChangeFontParameters(m_style->setTextOrientati… in setTextOrientation()
142 RefPtr<RenderStyle> m_style; variable
DStyleResolverState.cpp34 , m_style(0) in StyleResolverState()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSToLengthConversionData.h44 : m_style(style) in m_style() function
53 : m_style(style) in m_style() function
59 const RenderStyle& style() const { return *m_style; } in style()
64 void setStyle(const RenderStyle* style) { m_style = style; } in setStyle()
69 return CSSToLengthConversionData(m_style, m_rootStyle, newZoom, m_computingFontSize); in copyWithAdjustedZoom()
73 const RenderStyle* m_style;
DCSSToLengthConversionData.cpp41 return m_style ? m_style->effectiveZoom() : 1; in zoom()
DFontFace.cpp187 return m_style ? m_style->cssText() : "normal"; in style()
261 m_style = value; in setPropertyValue()
390 if (m_style) { in traitsMask()
391 if (!m_style->isPrimitiveValue()) in traitsMask()
394 switch (toCSSPrimitiveValue(m_style.get())->getValueID()) { in traitsMask()
DElementRuleCollector.cpp49 , m_style(style) in ElementRuleCollector()
253 if (m_style && ruleData->containsUncommonAttributeSelector()) in sortAndTransferMatchedRules()
254 m_style->setUnique(); in sortAndTransferMatchedRules()
286 context.elementStyle = m_style.get(); in ruleMatches()
323 if (m_style && dynamicPseudo < FIRST_INTERNAL_PSEUDOID) in collectRuleIfMatches()
324 m_style->setHasPseudoStyle(dynamicPseudo); in collectRuleIfMatches()
DMediaQueryEvaluator.cpp67 , m_style(0) in MediaQueryEvaluator()
75 , m_style(0) in MediaQueryEvaluator()
83 , m_style(0) in MediaQueryEvaluator()
91 , m_style(style) in MediaQueryEvaluator()
680 if (!m_frame || !m_style) in eval()
690 return func(expr->value(), m_style.get(), m_frame, NoPrefix); in eval()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLOptGroupElement.cpp97 if (!m_style && parentNode()->renderStyle()) in attach()
103 m_style.clear(); in detach()
109 m_style = originalStyleForRenderer(); in updateNonRenderStyle()
114 return m_style.get(); in nonRendererStyle()
122 return m_style; in customStyleForRenderer()
DHTMLOptionElement.cpp89 if (!m_style && parentNode()->renderStyle()) in attach()
95 m_style.clear(); in detach()
295 m_style = originalStyleForRenderer(); in updateNonRenderStyle()
300 return m_style.get(); in nonRendererStyle()
308 return m_style; in customStyleForRenderer()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DStrokeData.h49 : m_style(SolidStroke) in StrokeData()
58 StrokeStyle style() const { return m_style; } in style()
59 void setStyle(const StrokeStyle style) { m_style = style; } in setStyle()
94 StrokeStyle m_style;
DStrokeData.cpp46 m_style = SolidStroke; in setLineDash()
73 switch (m_style) { in setupPaint()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
DButtonPropertyEditorPresentation.java30 private final int m_style; field in ButtonPropertyEditorPresentation
43 m_style = style; in ButtonPropertyEditorPresentation()
88 return m_style; in getStyle()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp495 , m_style(style) in InspectorStyle()
499 ASSERT(m_style); in InspectorStyle()
508 result->setWidth(m_style->getPropertyValue("width")); in buildObjectForStyle()
509 result->setHeight(m_style->getPropertyValue("height")); in buildObjectForStyle()
555 …StyleSheetHandler handler(declarationText, ownerDocument(), m_style->parentStyleSheet()->contents(… in setPropertyText()
556 …())->parseDeclaration(tempMutableStyle.get(), declarationText, &handler, m_style->parentStyleSheet… in setPropertyText()
678 for (int i = 0, size = m_style->length(); i < size; ++i) { in populateAllProperties()
679 String name = m_style->item(i); in populateAllProperties()
683 …pend(InspectorStyleProperty(CSSPropertySourceData(name, m_style->getPropertyValue(name), !m_style-… in populateAllProperties()
770 bool implicit = m_style->isPropertyImplicit(name); in styleWithProperties()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp220 , m_style(0) in RenderObject()
807 if (!isText() && m_style->position() == FixedPosition) { in containingBlock()
809 } else if (!isText() && m_style->position() == AbsolutePosition) { in containingBlock()
1903 if (m_style == style) { in setStyle()
1912 if (m_style) in setStyle()
1913 diff = m_style->diff(style.get(), contextSensitiveProperties); in setStyle()
1919 RefPtr<RenderStyle> oldStyle = m_style.release(); in setStyle()
1922 …updateFillImages(oldStyle ? oldStyle->backgroundLayers() : 0, m_style ? m_style->backgroundLayers(… in setStyle()
1923 updateFillImages(oldStyle ? oldStyle->maskLayers() : 0, m_style ? m_style->maskLayers() : 0); in setStyle()
1925 …updateImage(oldStyle ? oldStyle->borderImage().image() : 0, m_style ? m_style->borderImage().image… in setStyle()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertParagraphSeparatorCommand.cpp83 m_style = EditingStyle::create(pos); in calculateStyleBeforeInsertion()
84 m_style->mergeTypingStyle(pos.document()); in calculateStyleBeforeInsertion()
98 if (!m_style) in applyStyleAfterInsertion()
101 m_style->prepareToApplyAt(endingSelection().start()); in applyStyleAfterInsertion()
102 if (!m_style->isEmpty()) in applyStyleAfterInsertion()
103 applyStyle(m_style.get()); in applyStyleAfterInsertion()

12