Home | History | Annotate | Download | only in gtk

Lines Matching refs:innerBorder

440     GtkBorder innerBorder = { 1, 1, 1, 1 };
447 innerBorder = *innerBorderPtr;
456 IntRect innerRect(rect.x() + innerBorder.left + borderWidth.left + focusWidth,
457 rect.y() + innerBorder.top + borderWidth.top + focusWidth,
458 rect.width() - borderWidth.left - borderWidth.right - innerBorder.left - innerBorder.right - (2 * focusWidth),
459 rect.height() - borderWidth.top - borderWidth.bottom - innerBorder.top - innerBorder.bottom - (2 * focusWidth));