Home
last modified time | relevance | path

Searched refs:pWidth (Results 1 – 5 of 5) sorted by relevance

/frameworks/wilhelm/src/itf/
DI3DMacroscopic.c46 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/
Dscreenrecord.cpp789 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/
DGridLayout.java1041 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/
DGridLayout.java1152 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/
DOpenSLES.h1892 SLmillimeter *pWidth,