OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cHeight
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/
rsGrallocConsumer.cpp
179
const int
cHeight
= yHeight / 2;
182
mAlloc[idx]->mHal.drvState.lod[1].dimY =
cHeight
;
184
mAlloc[idx]->mHal.drvState.lod[2].dimY =
cHeight
;
203
const int
cHeight
= yHeight / 2;
206
mAlloc[idx]->mHal.drvState.lod[1].dimY =
cHeight
;
208
mAlloc[idx]->mHal.drvState.lod[2].dimY =
cHeight
;
216
uint8_t *cbPtr = crPtr + cStride *
cHeight
;
/packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java
154
int
cHeight
= getCellContentHeight();
155
int cellPaddingY = (int) Math.max(0, ((lp.height -
cHeight
) / 2f));
CellLayout.java
[
all
...]
/external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp
686
int
cHeight
= (int)(deRandom_getUint32(&rnd) & 0x7fffffff) % (height-cY);
689
context.scissor(cX, cY, cWidth,
cHeight
);
[
all
...]
/frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp
820
int
cHeight
= static_cast<int>(preCorrectionEntry.data.i32[3]);
823
bool matchesPreCorrectionArray = (cWidth == width &&
cHeight
== height);
829
width, height, pWidth, pHeight, cWidth,
cHeight
);
[
all
...]
Completed in 6585 milliseconds