Searched defs:clipEnd (Results 1 – 3 of 3) sorted by relevance
56 private int clipEnd = Integer.MAX_VALUE; field in CodeSubroutineInliner
474 bool clipEnd, in ClipAngledGradient()2032 bool clipEnd = !pArray || !pArray->GetIntegerAt(1); in DrawShading() local
839 public static String clip(String text, int clipStart, int clipEnd) { in clip()