Home
last modified time | relevance | path

Searched defs:devClip (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/tests/
DCanvasStateTest.cpp308 SkIRect devClip; in DEF_TEST() local
/third_party/skia/tests/
DCanvasStateTest.cpp321 SkIRect devClip = canvas.getDeviceClipBounds(); in DEF_TEST() local
/third_party/flutter/skia/src/core/
DSkCanvas.cpp1543 static inline bool is_nan_or_clipped(const Sk4f& devRect, const Sk4f& devClip) { in is_nan_or_clipped()