Home
last modified time | relevance | path

Searched refs:_text_decorations (Results 1 – 4 of 4) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h171 && (_text_decorations == other._text_decorations)
193 unsigned _text_decorations : 4; member
276 inherited_flags._text_decorations = initialTextDecoration(); in setBitDefaults()
485 int textDecorationsInEffect() const { return inherited_flags._text_decorations; } in textDecorationsInEffect()
932 void addToTextDecorationsInEffect(int v) { inherited_flags._text_decorations |= v; } in addToTextDecorationsInEffect()
933 void setTextDecorationsInEffect(int v) { inherited_flags._text_decorations = v; } in setTextDecorationsInEffect()
H A DRenderStyle.cpp550 || inherited_flags._text_decorations != other->inherited_flags._text_decorations in diff()
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_style.h1061 unsigned _text_decorations : 4; member
1160 inherited_flags.f._text_decorations = initialTextDecoration(); in setBitDefaults()
1548 return inherited_flags.f._text_decorations; in textDecorationsInEffect()
2046 inherited_flags.f._text_decorations |= v; in addToTextDecorationsInEffect()
2050 inherited_flags.f._text_decorations = v; in setTextDecorationsInEffect()
H A Drender_style.cpp969 !(inherited_flags.f._text_decorations == other->inherited_flags.f._text_decorations) || in diff()