OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dirtyrect
(Results
26 - 28
of
28
) sorted by null
1
2
/hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.cpp
581
hwc_rect_t
dirtyRect
= (struct hwc_rect){0, 0, 0, 0};;
585
dirtyRect
= calculateDirtyRect(layer, fullFrame);
588
roi = getUnion(roi,
dirtyRect
);
[
all
...]
/hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp
[
all
...]
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp
520
updatingRect = moveRect(layer->
dirtyRect
, x_off, y_off);
635
updatingRect = moveRect(layer->
dirtyRect
, x_off, y_off);
[
all
...]
Completed in 99 milliseconds
1
2