Searched defs:decorations (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.cpp314 // Spec: All text decorations except line-through should be drawn before the text is filled and stroked; thus, the text is rendered on top of these decorations.
315 unsigned decorations = style->textDecorationsInEffect(); local
316 if (decorations & TextDecorationUnderline)
318 if (decorations & TextDecorationOverline)
347 if (decorations & TextDecorationLineThrough)
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c843 unsigned long decorations; member in struct:__anon28726
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1147 int decorations = 0; local
1152 decorations |= applied[i].line();
1154 return static_cast<TextDecoration>(decorations);
1292 int decorations = textDecoration(); local
1294 if (decorations & TextDecorationUnderline) {
1304 if (decorations & TextDecorationOverline)
1306 if (decorations & TextDecorationLineThrough)
/external/chromium_org/ui/base/x/
H A Dx11_util.cc474 unsigned long decorations; member in struct:ui::__anon15948
482 // attention to the value of |decorations|.
484 motif_hints.decorations = use_os_window_frame ? 1 : 0;
970 // system decorations for the few (?) tiling window managers where the custom
975 // Instead, we default to using system decorations for all WMs and
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.cpp984 Vector<CompositionUnderline> decorations; local
985 frame()->inputMethodController().setComposition(text, decorations, location, length);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp3159 void RenderObject::getTextDecorations(unsigned decorations, AppliedTextDecoration& underline, AppliedTextDecoration& overline, AppliedTextDecoration& linethrough, bool quirksMode, bool firstlineStyle) argument
3169 currDecs &= decorations;
3172 // Parameter 'decorations' is cast as an int to enable the bitwise operations below.
3175 decorations &= ~TextDecorationUnderline;
3180 decorations &= ~TextDecorationOverline;
3185 decorations &= ~TextDecorationLineThrough;
3195 } while (curr && decorations && (!quirksMode || !curr->node() || (!isHTMLAnchorElement(*curr->node()) && !isHTMLFontElement(*curr->node()))));
3198 if (decorations && curr) {
3201 if (decorations & TextDecorationUnderline) {
3205 if (decorations
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 731 milliseconds