Searched refs:clipStart (Results 1 – 3 of 3) sorted by relevance
/external/proguard/src/proguard/preverify/ |
D | CodeSubroutineInliner.java | 55 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/ |
D | fx_skia_device.cpp | 521 bool clipStart, in ClipAngledGradient() argument 562 if ((!clipStart && noClipStartIndex < 0) || in ClipAngledGradient() 567 const SkPoint& startEdgePt = clipStart ? pts[0] : rectPts[noClipStartIndex]; in ClipAngledGradient() 2167 bool clipStart = !pArray || !pArray->GetIntegerAt(0); in DrawShading() local 2187 if (clipStart || clipEnd) { in DrawShading() 2192 std::swap(clipStart, clipEnd); in DrawShading() 2194 if (clipStart) in DrawShading() 2201 std::swap(clipStart, clipEnd); in DrawShading() 2203 if (clipStart) in DrawShading() 2212 ClipAngledGradient(pts, rectPts, clipStart, clipEnd, &skClip); in DrawShading() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | ExampleGenerator.java | 1012 public static String clip(String text, int clipStart, int clipEnd) { in clip() argument 1015 for (int i = 0; i < clipStart; ++i) { in clip()
|