Searched refs:frameWidth (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Dfiledialogimpl-win32.cpp1394 const int frameWidth = scaledSvgWidth + pagePadding * 2; local
1397 const int totalWidth = (int)ceil(frameWidth + blurRadius);
1430 x = frameX + frameWidth + shaddowOffsetX - halfBlurRadius;
1436 context->rectangle (frameX + frameWidth + shaddowOffsetX - halfBlurRadius,
1449 frameWidth - blurRadius, blurRadius);
1460 frameWidth - blurRadius, blurRadius);
1475 x = frameX + frameWidth + shaddowOffsetX - halfBlurRadius;
1497 x = frameX + frameWidth + shaddowOffsetX - halfBlurRadius;
1504 context->rectangle (frameX + frameWidth + shaddowOffsetX - halfBlurRadius,
1511 context->rectangle (frameX, frameY, frameWidth, frameHeigh
[all...]

Completed in 19 milliseconds