Searched refs:shadowRight (Results 1 – 1 of 1) sorted by relevance
39 …teShadowExtent(const ShadowList* shadowList, float& shadowLeft, float& shadowRight, float& shadowT… in calculateShadowExtent() argument49 shadowRight = std::max(shadow.x() + blurAndSpread, shadowRight); in calculateShadowExtent()65 float shadowRight = 0; in adjustRectForShadow() local68 calculateShadowExtent(this, shadowLeft, shadowRight, shadowTop, shadowBottom); in adjustRectForShadow()71 rect.setWidth(rect.width() - shadowLeft + shadowRight); in adjustRectForShadow()