Home
last modified time | relevance | path

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

/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java55 private int clipStart = 0; field in CodeSubroutineInliner
182 int oldClipStart = clipStart; in inlineSubroutine()
188 clipStart = subroutineStart; in inlineSubroutine()
219 clipStart = oldClipStart; in inlineSubroutine()
348 int startPC = Math.max(exceptionInfo.u2startPC, clipStart); in visitExceptionInfo()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp473 bool clipStart, in ClipAngledGradient() argument
509 clipStart ? pts[0] : beforeNeg ? rectPts[minPerpPtIndex] in ClipAngledGradient()
2031 bool clipStart = !pArray || !pArray->GetIntegerAt(0); in DrawShading() local
2051 if (clipStart || clipEnd) { in DrawShading()
2056 SkTSwap(clipStart, clipEnd); in DrawShading()
2058 if (clipStart) in DrawShading()
2065 SkTSwap(clipStart, clipEnd); in DrawShading()
2067 if (clipStart) 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
842 for (int i = 0; i < clipStart; ++i) { in clip()