Home | History | Annotate | Download | only in rendering

Lines Matching refs:layerWidth

793             Length layerWidth = fillLayer->size().size.width();
796 if (layerWidth.isFixed())
797 w = layerWidth.value();
798 else if (layerWidth.isPercent())
799 w = layerWidth.calcValue(positioningAreaSize.width());
808 if (layerWidth.isAuto() && !layerHeight.isAuto()) {
812 } else if (!layerWidth.isAuto() && layerHeight.isAuto()) {
816 } else if (layerWidth.isAuto() && layerHeight.isAuto()) {