OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l_fbRect
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp
541
hwc_rect_t
l_fbRect
= getIntersection(fbRect, l_roi);
543
fbRect = getUnion(
l_fbRect
, r_fbRect);
[
all
...]
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp
548
hwc_rect_t
l_fbRect
= getIntersection(fbRect, l_roi);
550
fbRect = getUnion(
l_fbRect
, r_fbRect);
[
all
...]
/hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.cpp
612
hwc_rect_t
l_fbRect
= getIntersection(fbRect, l_roi);
614
fbRect = getUnion(
l_fbRect
, r_fbRect);
[
all
...]
Completed in 1106 milliseconds