Searched refs:pWidth (Results 1 – 5 of 5) sorted by relevance
/frameworks/wilhelm/src/itf/ |
D | I3DMacroscopic.c | 46 SLmillimeter *pWidth, SLmillimeter *pHeight, SLmillimeter *pDepth) in I3DMacroscopic_GetSize() argument 50 if (NULL == pWidth || NULL == pHeight || NULL == pDepth) { in I3DMacroscopic_GetSize() 59 *pWidth = width; in I3DMacroscopic_GetSize()
|
/frameworks/av/cmds/screenrecord/ |
D | screenrecord.cpp | 789 static bool parseWidthHeight(const char* widthHeight, uint32_t* pWidth, in parseWidthHeight() argument 806 *pWidth = width; in parseWidthHeight()
|
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
D | GridLayout.java | 1041 int pWidth = getMeasurement(c, true); in onLayout() local 1063 int alignmentOffsetX = boundsX.getOffset(this, c, hAlign, pWidth + sumMarginsX, true); in onLayout() 1066 int width = hAlign.getSizeInCell(c, pWidth, cellWidth - sumMarginsX); in onLayout()
|
/frameworks/base/core/java/android/widget/ |
D | GridLayout.java | 1152 int pWidth = getMeasurement(c, true); in onLayout() local 1174 int alignmentOffsetX = boundsX.getOffset(this, c, hAlign, pWidth + sumMarginsX, true); in onLayout() 1177 int width = hAlign.getSizeInCell(c, pWidth, cellWidth - sumMarginsX); in onLayout()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 1892 SLmillimeter *pWidth,
|