Searched defs:noGreenBorderHeight (Results 1 – 1 of 1) sorted by relevance
2646 …double noGreenBorderHeight = (bounds.z_ - (2 * lineWidth)) > 0 ? (bounds.z_ - (2 * lineWidth)) : 0; in PaintAccessibilityFocus() local2688 …double noGreenBorderHeight = GreatOrEqual(nodeHeight - (2 * lineWidth), 0.0) ? (nodeHeight - (2 * … in UpdateAccessibilityRoundRect() local