OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updatingRect
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp
512
hwc_rect_t
updatingRect
= dst;
520
updatingRect
= moveRect(layer->dirtyRect, x_off, y_off);
524
roi = getUnion(roi,
updatingRect
);
627
hwc_rect_t
updatingRect
= dst;
635
updatingRect
= moveRect(layer->dirtyRect, x_off, y_off);
639
hwc_rect_t l_dst = getIntersection(l_frame,
updatingRect
);
643
hwc_rect_t r_dst = getIntersection(r_frame,
updatingRect
);
[
all
...]
/hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp
429
hwc_rect_t
updatingRect
= dst;
436
updatingRect
= moveRect(surfDamage.rects[i], x_off, y_off);
437
hwc_rect_t intersect = getIntersection(
updatingRect
, scissor);
[
all
...]
/hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp
[
all
...]
/hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp
529
hwc_rect_t
updatingRect
= dst;
536
updatingRect
= moveRect(surfDamage.rects[i], x_off, y_off);
537
hwc_rect_t intersect = getIntersection(
updatingRect
, scissor);
[
all
...]
Completed in 1571 milliseconds