Searched defs:decorations (Results 1 - 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
H A D | SVGInlineTextBox.cpp | 314 // 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 D | SDL_x11video.c | 843 unsigned long decorations; member in struct:__anon28726
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
H A D | RenderStyle.cpp | 1147 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 D | x11_util.cc | 474 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 D | WebLocalFrameImpl.cpp | 984 Vector<CompositionUnderline> decorations; local 985 frame()->inputMethodController().setComposition(text, decorations, location, length);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
H A D | RenderObject.cpp | 3159 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 D | org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.jface_3.6.1.M20100825-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 731 milliseconds