Home | History | Annotate | Download | only in rendering

Lines Matching defs:layerHeight

794             Length layerHeight = fillLayer->size().size.height();
801 if (layerHeight.isFixed())
802 h = layerHeight.value();
803 else if (layerHeight.isPercent())
804 h = layerHeight.calcValue(positioningAreaSize.height());
808 if (layerWidth.isAuto() && !layerHeight.isAuto()) {
812 } else if (!layerWidth.isAuto() && layerHeight.isAuto()) {
816 } else if (layerWidth.isAuto() && layerHeight.isAuto()) {