Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DCanvasStateTest.cpp308 SkIRect devClip; in DEF_TEST() local
312 devClip = canvas.getDeviceClipBounds(); in DEF_TEST()
314 REPORTER_ASSERT(reporter, devClip.width() == WIDTH); in DEF_TEST()
315 REPORTER_ASSERT(reporter, devClip.height() == HEIGHT); in DEF_TEST()
321 devClip = canvas.getDeviceClipBounds(); in DEF_TEST()
323 REPORTER_ASSERT(reporter, devClip.width() == LAYER_WIDTH); in DEF_TEST()
324 REPORTER_ASSERT(reporter, devClip.height() == LAYER_HEIGHT); in DEF_TEST()
/third_party/skia/tests/
DCanvasStateTest.cpp321 SkIRect devClip = canvas.getDeviceClipBounds(); in DEF_TEST() local
323 REPORTER_ASSERT(reporter, devClip.width() == LAYER_WIDTH); in DEF_TEST()
324 REPORTER_ASSERT(reporter, devClip.height() == LAYER_HEIGHT); in DEF_TEST()
/third_party/flutter/skia/bench/
DSKPAnimationBench.h29 SKPAnimationBench(const char* name, const SkPicture*, const SkIRect& devClip, sk_sp<Animation>,
DSKPBench.h23 SKPBench(const char* name, const SkPicture*, const SkIRect& devClip, SkScalar scale,
/third_party/skia/bench/
DSKPAnimationBench.h28 SKPAnimationBench(const char* name, const SkPicture*, const SkIRect& devClip, sk_sp<Animation>,
DSKPBench.h23 SKPBench(const char* name, const SkPicture*, const SkIRect& devClip, SkScalar scale,
/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() argument
1545 __m128 lLtT = _mm_unpacklo_ps(devRect.fVec, devClip.fVec); in is_nan_or_clipped()
1546 __m128 RrBb = _mm_unpackhi_ps(devClip.fVec, devRect.fVec); in is_nan_or_clipped()
1550 float32x4_t lLtT = vzipq_f32(devRect.fVec, devClip.fVec).val[0]; in is_nan_or_clipped()
1551 float32x4_t RrBb = vzipq_f32(devClip.fVec, devRect.fVec).val[1]; in is_nan_or_clipped()
1558 devClip.store(&devClipAsRect.fLeft); in is_nan_or_clipped()