Searched refs:paddedWidth (Results 1 - 6 of 6) sorted by relevance

/external/libvncserver/examples/
H A Dpnmshow24.c25 int j,width,height,paddedWidth; local
54 paddedWidth = width;
59 paddedWidth+=4-(width&3);
62 rfbScreen = rfbGetScreen(&argc,argv,paddedWidth,height,8,3,3);
76 rfbScreen->frameBuffer = (char*)malloc(paddedWidth*3*height);
80 /* pad to paddedWidth */
81 if(width != paddedWidth) {
82 int padCount = 3*(paddedWidth - width);
84 memmove(rfbScreen->frameBuffer+3*paddedWidth*j,
87 memset(rfbScreen->frameBuffer+3*paddedWidth*(
[all...]
H A Dpnmshow.c19 int i,j,k,l,width,height,paddedWidth; local
62 paddedWidth = width;
64 paddedWidth+=4-(width&3);
67 rfbScreen = rfbGetScreen(&argc,argv,paddedWidth,height,8,(bitsPerPixelInFile+7)/8,bytesPerPixel);
81 rfbScreen->frameBuffer = (char*)malloc(paddedWidth*bytesPerPixel*height);
96 /* correct the format to 4 bytes instead of 3 (and pad to paddedWidth) */
100 rfbScreen->frameBuffer[(j*paddedWidth+i)*4+k]=
102 for(i=width*4;i<paddedWidth*4;i++)
103 rfbScreen->frameBuffer[j*paddedWidth*4+i]=0;
114 rfbScreen->frameBuffer[j*paddedWidth
[all...]
/external/dng_sdk/source/
H A Ddng_utils.cpp186 uint32 paddedWidth = tileSizeH; local
189 if (!RoundUpForPixelSize(paddedWidth, pixelSize, &paddedWidth))
197 if (!SafeUint32Mult(paddedWidth, tileSizeV, &bufferSize) ||
/external/v8/tools/turbolizer/
H A Dgraph-layout.js184 var paddedWidth = width + 2 * margin;
186 var x = placementHint[1] - paddedWidth + margin;
188 console.log("Node " + node.id + " placement hint [" + x + ", " + (x + paddedWidth) + ")");
190 var placement = findSpace(x, paddedWidth, placementHint[0]);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 145 milliseconds