OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rightSplit
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_fbupdate.h
44
static IFBUpdate *getObject(const int& width, const int&
rightSplit
,
hwc_mdpcomp.h
51
static MDPComp* getObject(const int& width, const int&
rightSplit
,
hwc_fbupdate.cpp
34
IFBUpdate* IFBUpdate::getObject(const int& width, const int&
rightSplit
,
36
if(width > MAX_DISPLAY_DIM ||
rightSplit
) {
hwc_utils.cpp
138
const int
rightSplit
= qdutils::MDPVersion::getInstance().getRightSplit();
148
rightSplit
, HWC_DISPLAY_PRIMARY);
169
rightSplit
, HWC_DISPLAY_PRIMARY);
[
all
...]
hwc_mdpcomp.cpp
44
MDPComp* MDPComp::getObject(const int& width, const int&
rightSplit
,
46
if(width > MAX_DISPLAY_DIM ||
rightSplit
) {
[
all
...]
Completed in 140 milliseconds