Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp559 int noClipEndIndex = minPerpPtIndex; in ClipAngledGradient() local
561 std::swap(noClipStartIndex, noClipEndIndex); in ClipAngledGradient()
563 (!clipEnd && noClipEndIndex < 0)) { in ClipAngledGradient()
568 const SkPoint& endEdgePt = clipEnd ? pts[1] : rectPts[noClipEndIndex]; in ClipAngledGradient()