Searched refs:extensionInsets (Results 1 – 2 of 2) sorted by relevance
154 Insets extensionInsets = Insets.min(transformation.getInsets(), Insets.NONE); in accountForExtension() local155 if (!extensionInsets.equals(Insets.NONE)) { in accountForExtension()157 clipRect.inset(extensionInsets); in accountForExtension()
996 Insets extensionInsets = Insets.min(tmpTransformation.getInsets(), Insets.NONE); in applyTransformation() local997 if (!extensionInsets.equals(Insets.NONE) && clipRect != null && !clipRect.isEmpty()) { in applyTransformation()999 clipRect.inset(extensionInsets); in applyTransformation()