Searched defs:noGreenBorderWidth (Results 1 – 1 of 1) sorted by relevance
2645 … double noGreenBorderWidth = (bounds.w_ - (2 * lineWidth)) > 0 ? (bounds.w_ - (2 * lineWidth)) : 0; in PaintAccessibilityFocus() local2687 …double noGreenBorderWidth = GreatOrEqual(nodeWidth - (2 * lineWidth), 0.0) ? (nodeWidth - (2 * lin… in UpdateAccessibilityRoundRect() local