Home
last modified time | relevance | path

Searched refs:clipEnd (Results 1 – 2 of 2) 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.cpp469 bool clipEnd, in ClipAngledGradient() argument
506 const SkPoint& endEdgePt = clipEnd ? pts[1] : beforeNeg in ClipAngledGradient()
1671 bool clipEnd = !pArray || !pArray->GetIntegerAt(1); in DrawShading() local
1690 if (clipStart || clipEnd) { in DrawShading()
1695 SkTSwap(clipStart, clipEnd); in DrawShading()
1699 if (clipEnd) in DrawShading()
1704 SkTSwap(clipStart, clipEnd); in DrawShading()
1708 if (clipEnd) in DrawShading()
1715 ClipAngledGradient(pts, rectPts, clipStart, clipEnd, &skClip); in DrawShading()
1732 if (clipStart || clipEnd) { in DrawShading()
[all …]