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

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineTextBox.cpp304 // 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.
305 int decorations = style->textDecorationsInEffect(); local
306 if (decorations & UNDERLINE)
308 if (decorations & OVERLINE)
324 if (decorations & LINE_THROUGH)
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c843 unsigned long decorations; member in struct:__anon10718
/external/quake/quake/src/WinQuake/
H A Dvid_sunx.cpp68 long decorations; member in struct:__anon11873
557 hints.decorations = 0; // Absolutely no decorations.
H A Dvid_sunxil.cpp64 long decorations; member in struct:__anon11877
371 hints.decorations = 0; // Absolutely no decorations.
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp2333 void RenderObject::getTextDecorationColors(int decorations, Color& underline, Color& overline, argument
2341 decorations &= ~UNDERLINE;
2345 decorations &= ~OVERLINE;
2349 decorations &= ~LINE_THROUGH;
2356 } while (curr && decorations && (!quirksMode || !curr->node() ||
2360 if (decorations && curr) {
2361 if (decorations & UNDERLINE)
2363 if (decorations & OVERLINE)
2365 if (decorations & LINE_THROUGH)
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1133 Vector<CompositionUnderline> decorations; local
1134 editor->setComposition(text, decorations, location, length);
/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 447 milliseconds