Searched defs:intersect (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.cpp113 static void intersect(struct copybit_rect_t *out, function
163 intersect(&clip, scissor, dst);
458 intersect(&clip, &bounds, &clip);
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.cpp115 static void intersect(struct copybit_rect_t *out, function
166 intersect(&clip, scissor, dst);
492 intersect(&clip, &bounds, &clip);
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit.cpp113 static void intersect(struct copybit_rect_t *out, function
163 intersect(&clip, scissor, dst);
458 intersect(&clip, &bounds, &clip);
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp829 inline bool intersect(const hwc_rect &r1, const hwc_rect &r2) function
963 if (intersect(visible_rect, overlaps.itemAt(j)))
983 if (intersect(visible_rect, other_rect))

Completed in 611 milliseconds