Searched defs:hasShadow (Results 1 – 6 of 6) sorted by relevance
154 @property(assign, nonatomic) BOOL hasShadow; property
68 bool hasShadow = shadowList; in paint() local
399 bool hasShadow = shadowList && !context->printing(); in paintTextWithShadows() local
627 bool hasShadow = shadowList && !context->printing(); in paintTextWithShadows() local
972 bool hasShadow = isElementNode() && toElement(this)->shadow(); in containsIncludingShadowDOM() local
345 bool GraphicsContext::hasShadow() const in hasShadow() function in WebCore::GraphicsContext