Searched defs:shadow (Results 1 – 7 of 7) sorted by relevance
/external/dropbear/ |
D | configure.in | 192 AC_ARG_ENABLE(shadow, optenable
|
/external/webkit/WebCore/rendering/ |
D | InlineTextBox.cpp | 257 …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()
|
D | RenderReplaced.cpp | 336 IntRect shadow = borderBoxRect(); in adjustOverflowForBoxShadowAndReflect() local
|
D | InlineFlowBox.cpp | 287 for (ShadowData* shadow = rt->style()->textShadow(); shadow; shadow = shadow->next) { in placeBoxesHorizontally() local 922 ShadowData* shadow = styleToUse->textShadow(); in paintTextDecorations() local
|
D | RenderBoxModelObject.cpp | 1196 for (ShadowData* shadow = s->boxShadow(); shadow; shadow = shadow->next) { in paintBoxShadow() local
|
/external/webkit/WebCore/css/ |
D | CSSComputedStyleDeclaration.cpp | 276 static PassRefPtr<CSSValue> valueForShadow(const ShadowData* shadow, CSSPropertyID propertyID) in valueForShadow()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_sysvideo.h | 279 SDL_Surface *shadow; member
|