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

12 3 4

  /external/mesa3d/src/mesa/main/
mipmap.c 152 GLint dstWidth, GLvoid *dstRow)
154 const GLuint k0 = (srcWidth == dstWidth) ? 0 : 1;
155 const GLuint colStride = (srcWidth == dstWidth) ? 1 : 2;
161 assert(srcWidth == dstWidth || srcWidth == 2 * dstWidth);
169 for (i = j = 0, k = k0; i < (GLuint) dstWidth;
182 for (i = j = 0, k = k0; i < (GLuint) dstWidth;
194 for (i = j = 0, k = k0; i < (GLuint) dstWidth;
205 for (i = j = 0, k = k0; i < (GLuint) dstWidth;
216 for (i = j = 0, k = k0; i < (GLuint) dstWidth;
    [all...]
  /external/skia/tests/
CodecTest.cpp     [all...]
  /external/skqp/tests/
CodecTest.cpp     [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/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 1013 uint32_t dstWidth = w;
1018 dstWidth, dstHeight);
1021 if (srcWidth == dstWidth && srcHeight == dstHeight) {
1025 xscaleFract = ((srcWidth - 1) << 12) / dstWidth;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 364 int dstWidth = image.getWidth();
370 int xStop = dstWidth - right;
382 int lastPixelOffset = right * dstWidth;
386 for (int y = 0, bufferOffset = 0; y < dstHeight; y++, bufferOffset = y * dstWidth) {
415 for (int x = 0, bufferOffset = 0; x < dstWidth; x++, bufferOffset = x) {
418 for (int y = 0; y < shadowSize; y++, bufferOffset += dstWidth) {
426 for (int y = yStart; y < yStop; y++, bufferOffset += dstWidth) {
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
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...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
hwc_utils.cpp 593 int dstWidth = ctx->dpyAttr[dpy].xres;
600 getAspectRatioPosition(dstWidth, dstHeight, srcWidth,
609 displayFrame.right = dstWidth;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
hwc_utils.cpp 759 int dstWidth = ctx->dpyAttr[dpy].xres;
766 qdutils::getAspectRatioPosition(dstWidth, dstHeight, srcWidth,
775 displayFrame.right = dstWidth;
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 

Completed in 1929 milliseconds

12 3 4