Home
last modified time | relevance | path

Searched refs:clipEnd (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java56 private int clipEnd = Integer.MAX_VALUE; field in CodeSubroutineInliner
183 int oldClipEnd = clipEnd; in inlineSubroutine()
189 clipEnd = subroutineEnd; in inlineSubroutine()
220 clipEnd = oldClipEnd; in inlineSubroutine()
349 int endPC = Math.min(exceptionInfo.u2endPC, clipEnd); in visitExceptionInfo()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp474 bool clipEnd, in ClipAngledGradient() argument
511 const SkPoint& endEdgePt = clipEnd ? pts[1] : beforeNeg in ClipAngledGradient()
2032 bool clipEnd = !pArray || !pArray->GetIntegerAt(1); in DrawShading() local
2051 if (clipStart || clipEnd) { in DrawShading()
2056 SkTSwap(clipStart, clipEnd); in DrawShading()
2060 if (clipEnd) in DrawShading()
2065 SkTSwap(clipStart, clipEnd); in DrawShading()
2069 if (clipEnd) in DrawShading()
2076 ClipAngledGradient(pts, rectPts, clipStart, clipEnd, &skClip); in DrawShading()
2093 if (clipStart || clipEnd) { in DrawShading()
[all …]
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java839 public static String clip(String text, int clipStart, int clipEnd) { in clip() argument
847 for (int i = 0; i < clipEnd; ++i) { in clip()