Home
last modified time | relevance | path

Searched defs:shadow (Results 1 – 7 of 7) sorted by relevance

/external/dropbear/
Dconfigure.in192 AC_ARG_ENABLE(shadow, optenable
/external/webkit/WebCore/rendering/
DInlineTextBox.cpp257 …endOffset, const IntPoint& textOrigin, int x, int y, int w, int h, ShadowData* shadow, bool stroke… in paintTextWithShadows()
424 ShadowData* shadow = paintInfo.forceBlackText ? 0 : pseudoStyle->textShadow(); in paint() local
613 …ineTextBox::paintDecoration(GraphicsContext* context, int tx, int ty, int deco, ShadowData* shadow) in paintDecoration()
DRenderReplaced.cpp336 IntRect shadow = borderBoxRect(); in adjustOverflowForBoxShadowAndReflect() local
DInlineFlowBox.cpp287 for (ShadowData* shadow = rt->style()->textShadow(); shadow; shadow = shadow->next) { in placeBoxesHorizontally() local
922 ShadowData* shadow = styleToUse->textShadow(); in paintTextDecorations() local
DRenderBoxModelObject.cpp1196 for (ShadowData* shadow = s->boxShadow(); shadow; shadow = shadow->next) { in paintBoxShadow() local
/external/webkit/WebCore/css/
DCSSComputedStyleDeclaration.cpp276 static PassRefPtr<CSSValue> valueForShadow(const ShadowData* shadow, CSSPropertyID propertyID) in valueForShadow()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_sysvideo.h279 SDL_Surface *shadow; member