OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prevOvlap
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp
625
hwc_rect_t
prevOvlap
= list->hwLayers[prevOvlapIndex].displayFrame;
626
hwc_rect_t commonRect = getIntersection(
prevOvlap
, overlap);
[
all
...]
/hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp
730
hwc_rect_t
prevOvlap
= list->hwLayers[prevOvlapIndex].displayFrame;
731
hwc_rect_t commonRect = getIntersection(
prevOvlap
, overlap);
[
all
...]
Completed in 6768 milliseconds