HomeSort by relevance Sort by last modified time
    Searched refs:dstWidth (Results 26 - 50 of 63) sorted by null

12 3

  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnOverlayPlane.cpp 360 uint32_t dstWidth = w;
368 dstWidth, dstHeight,
381 if (srcWidth == dstWidth && srcHeight == dstHeight) {
385 xscaleFract = ((srcWidth - 1) << 12) / dstWidth;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusbrush.h 460 REAL dstX, REAL dstY, REAL dstWidth, REAL dstHeight)
465 wrapMode, dstX, dstY, dstWidth, dstHeight,
470 INT dstX, INT dstY, INT dstWidth, INT dstHeight)
475 wrapMode, dstX, dstY, dstWidth, dstHeight,
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 357 final int dstWidth = (int) (sBallDiameter * mMetersToPixelsX + 0.5f);
359 mBitmap = Bitmap.createScaledBitmap(ball, dstWidth, dstHeight, true);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MockTvInputService.java 291 int dstWidth = c.getWidth();
295 new Rect(10, 10, dstWidth - 10, dstHeight - 10), null);
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h 809 uint32 dstWidth;
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.cpp 403 uint32_t dstWidth = w;
419 dstWidth, dstHeight,
440 if (srcWidth == dstWidth && srcHeight == dstHeight) {
444 xscaleFract = ((srcWidth - 1) << 12) / dstWidth;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 1005 uint32_t dstWidth = w;
1010 dstWidth, dstHeight);
1013 if (srcWidth == dstWidth && srcHeight == dstHeight) {
1017 xscaleFract = ((srcWidth - 1) << 12) / dstWidth;
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 85 size_t dstWidth, size_t dstHeight,
99 dstWidth, dstHeight,
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_fbupdate.cpp 529 const uint32_t dstWidth = displayFrame.right - displayFrame.left;
531 const uint32_t layerClock = getLayerClock(dstWidth, dstHeight, cropHeight);
hwc_mdpcomp.cpp     [all...]
hwc_utils.cpp 747 int dstWidth = ctx->dpyAttr[dpy].xres;
754 qdutils::getAspectRatioPosition(dstWidth, dstHeight, srcWidth,
763 displayFrame.right = dstWidth;
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 1033 uint32_t dstWidth = w;
1041 dstWidth, dstHeight);
1044 if (srcWidth == dstWidth && srcHeight == dstHeight) {
1048 xscaleFract = ((srcWidth - 1) << 12) / dstWidth;
    [all...]
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 330 mFilterParam.dstWidth = filterParam->dstWidth;
752 dst_region.width = mFilterParam.dstWidth;
    [all...]
isv_processor.cpp 72 mFilterParam.srcWidth = mFilterParam.dstWidth = width;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 606 int dstWidth = ctx->dpyAttr[dpy].xres;
613 getAspectRatioPosition(dstWidth, dstHeight, srcWidth,
622 displayFrame.right = dstWidth;
833 int dstWidth = ctx->dpyAttr[dpy].xres;
838 hwc_rect outRect = {0, 0, dstWidth, dstHeight};
845 getAspectRatioPosition(dstWidth, dstHeight, srcWidth,
    [all...]
hwc_mdpcomp.cpp     [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 591 * @param dstWidth The new bitmap's desired width.
597 public static Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight,
612 final float sx = dstWidth / (float)width;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 788 * @param dstWidth destination block width ({@link #BLOCK_SIZE} or smaller)
    [all...]
BlockRealMatrix.java     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 593 int dstWidth = ctx->dpyAttr[dpy].xres;
600 getAspectRatioPosition(dstWidth, dstHeight, srcWidth,
609 displayFrame.right = dstWidth;
    [all...]
hwc_mdpcomp.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 2689 milliseconds

12 3