HomeSort by relevance Sort by last modified time
    Searched refs:cHeight (Results 1 - 6 of 6) sorted by null

  /frameworks/rs/
rsGrallocConsumer.cpp 168 const int cHeight = yHeight / 2;
213 mAlloc[idx]->mHal.drvState.lod[1].dimY = cHeight;
215 mAlloc[idx]->mHal.drvState.lod[2].dimY = cHeight;
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 121 int cHeight = getCellContentHeight();
122 int cellPaddingY = (int) Math.max(0, ((lp.height - cHeight) / 2f));
CellLayout.java     [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 821 int cHeight = static_cast<int>(preCorrectionEntry.data.i32[3]);
824 bool matchesPreCorrectionArray = (cWidth == width && cHeight == height);
830 width, height, pWidth, pHeight, cWidth, cHeight);
    [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]

Completed in 200 milliseconds