/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
BooleanObjectPropertyEditor.java | 68 int imageWidth = image.getBounds().width + 2; 69 x += imageWidth; 70 width -= imageWidth;
|
BooleanPropertyEditor.java | 68 int imageWidth = image.getBounds().width + 2; 69 x += imageWidth; 70 width -= imageWidth;
|
/external/opencv3/modules/videoio/include/opencv2/videoio/ |
cap_ios.h | 63 int imageWidth; 79 @property (nonatomic, assign) int imageWidth;
|
/external/deqp/modules/gles2/functional/ |
es2fPrerequisiteTests.cpp | 182 int imageWidth = 0; 194 imageWidth = targetWidth; 201 imageWidth = targetWidth / 2; 208 imageWidth = targetWidth - x; 214 imageWidth = 1 + (deRandom_getUint32(&rnd) % (targetWidth - x - 1)); 219 Surface resImage(imageWidth, imageHeight); 220 Surface refImage(imageWidth, imageHeight); 221 Surface diffImage(imageWidth, imageHeight); 241 for (int i = 0; i < imageWidth; i++)
|
/external/deqp/modules/gles3/functional/ |
es3fPrerequisiteTests.cpp | 182 int imageWidth = 0; 194 imageWidth = targetWidth; 201 imageWidth = targetWidth / 2; 208 imageWidth = targetWidth - x; 214 imageWidth = 1 + (deRandom_getUint32(&rnd) % (targetWidth - x - 1)); 219 Surface resImage(imageWidth, imageHeight); 220 Surface refImage(imageWidth, imageHeight); 221 Surface diffImage(imageWidth, imageHeight); 241 for (int i = 0; i < imageWidth; i++)
|
es3fASTCDecompressionCases.cpp | 423 const int imageWidth = numXBlocksPerImage * blockSize.x(); 430 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight); 435 << imageWidth << "x" << imageHeight 449 Surface renderedFrame (imageWidth, imageHeight); 450 Surface referenceFrame (imageWidth, imageHeight); 554 const int imageWidth = (MAX_NUM_BLOCKS_X-1)*blockSize.x() + curRemainderX; 556 const int numBlocksX = deDivRoundUp32(imageWidth, blockSize.x()); 561 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight); 568 Surface renderedFrame (imageWidth, imageHeight); 569 Surface referenceFrame (imageWidth, imageHeight) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
BooleanXmlPropertyEditor.java | 72 int imageWidth = image.getBounds().width + 2; 73 width -= imageWidth; 77 x += imageWidth;
|
/cts/tests/tests/media/src/android/media/cts/ |
CodecUtils.java | 159 int imageWidth = image.getWidth(); 170 width = imageWidth; 173 width = imageWidth / 2;
|
ExifInterfaceTest.java | 111 public final int imageWidth; 154 imageWidth = typedArray.getInt(24, 0); 317 assertIntTag(exifInterface, ExifInterface.TAG_IMAGE_WIDTH, expectedValue.imageWidth);
|
/cts/tests/tests/transition/src/android/transition/cts/ |
ChangeImageTransformTest.java | 82 int imageWidth = mImage.getIntrinsicWidth(); 84 float tx = Math.round((imageViewWidth - imageWidth)/2f); 96 int imageWidth = mImage.getIntrinsicWidth(); 98 float scaleX = ((float)imageViewWidth)/imageWidth; 110 int imageWidth = mImage.getIntrinsicWidth(); 112 float scaleX = ((float)imageViewWidth)/imageWidth; 120 float width = imageWidth * maxScale; 132 int imageWidth = mImage.getIntrinsicWidth(); 134 float scaleX = ((float)imageViewWidth)/imageWidth; 142 float width = imageWidth * minScale [all...] |
/developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/ |
AnimatedNotificationDisplayActivity.java | 125 int imageWidth = imageView.getDrawable().getIntrinsicWidth(); 128 if (imageWidth > imageHeight) { 129 imageWidth = minSize * imageWidth / imageHeight; 132 imageHeight = minSize * imageHeight / imageWidth; 133 imageWidth = minSize; 135 imageView.layout(left, top, left + imageWidth, top + imageHeight);
|
/developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/ |
AnimatedNotificationDisplayActivity.java | 125 int imageWidth = imageView.getDrawable().getIntrinsicWidth(); 128 if (imageWidth > imageHeight) { 129 imageWidth = minSize * imageWidth / imageHeight; 132 imageHeight = minSize * imageHeight / imageWidth; 133 imageWidth = minSize; 135 imageView.layout(left, top, left + imageWidth, top + imageHeight);
|
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/ |
AnimatedNotificationDisplayActivity.java | 125 int imageWidth = imageView.getDrawable().getIntrinsicWidth(); 128 if (imageWidth > imageHeight) { 129 imageWidth = minSize * imageWidth / imageHeight; 132 imageHeight = minSize * imageHeight / imageWidth; 133 imageWidth = minSize; 135 imageView.layout(left, top, left + imageWidth, top + imageHeight);
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
Image.java | 38 private float imageX, imageY, imageWidth, imageHeight;
97 imageWidth = size.x;
103 imageX = (int)(width - imageWidth);
105 imageX = (int)(width / 2 - imageWidth / 2);
130 imageWidth, imageHeight, scaleX, scaleY, rotation);
134 if (drawable != null) drawable.draw(batch, x + imageX, y + imageY, imageWidth * scaleX, imageHeight * scaleY);
192 return imageWidth;
|
/external/opencv/cv/src/ |
cvoptflowhs.cpp | 107 int imageWidth = imgSize.width; 167 VelBufX[k] = (float *) cvAlloc( imageWidth * sizeof( float )); 171 VelBufY[k] = (float *) cvAlloc( imageWidth * sizeof( float )); 177 BufferSize = imageHeight * imageWidth; 209 for( j = 1; j < imageWidth - 1; j++ ) 222 MemY[0][imageWidth - 1] = 223 MemY[1][imageWidth - 1] = CONV( imgA[imageWidth - 2], 224 imgA[imageWidth - 1], imgA[imageWidth - 1] ) [all...] |
cvoptflowlk.cpp | 110 int imageWidth = imgSize.width; 158 if( imageWidth < winWidth ) 172 BufferWidth = imageWidth; 246 for( j = 1; j < imageWidth - 1; j++ ) 259 MemY[0][imageWidth - 1] = 260 MemY[1][imageWidth - 1] = CONV( imgA[imageWidth - 2], 261 imgA[imageWidth - 1], imgA[imageWidth - 1] ); 323 for( j = 1; j < imageWidth - 1; j++ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageControl.java | 96 int imageWidth = imageRect.width; 97 if (imageWidth <= width) { 102 mScale = width / (float) imageWidth; 184 int imageWidth = imageRect.width; 185 int destWidth = imageWidth; 197 gc.drawImage(mImage, 0, 0, imageWidth, imageHeight, rect.x + mLeftMargin, rect.y
|
ImageOverlay.java | 226 int imageWidth = (mPreScaledImage == null) ? 0 229 if (mPreScaledImage == null || imageWidth != hi.getScaledImgSize()) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/ |
ImageCanvas.java | 118 int imageWidth, imageHeight; 120 imageWidth = mImage.getBounds().width; 123 imageWidth = client.width; 127 mHorizontalScrollBar.setMaximum(imageWidth); 129 mHorizontalScrollBar.setThumb(Math.min(imageWidth, client.width)); 132 int hPage = imageWidth - client.width;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
FingerPrintGraph.java | 85 int imageWidth; 174 this.imageWidth = width; 351 int titleStart = (int) (RATIO * this.imageWidth); 532 this.gc.fillRectangle(0, MARGIN + i * LINE_HEIGHT, this.imageWidth, LINE_HEIGHT); 556 this.image = new Image(DEFAULT_DISPLAY, this.imageWidth, this.imageHeight); 561 this.gc.fillRectangle(0, 0, this.imageWidth, this.imageHeight); 564 int width= (int) (RATIO * this.imageWidth); // width for results bar
|
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/ |
ImageUtils.java | 99 int imageWidth = Math.min(goldenImage.getWidth(), image.getWidth()); 108 int width = 3 * imageWidth; 117 for (int x = 0; x < imageWidth; x++) { 121 deltaImage.setRGB(imageWidth + x, y, 0x00808080); 127 deltaImage.setRGB(imageWidth + x, y, 0x00808080); 142 deltaImage.setRGB(imageWidth + x, y, newRGB); 151 long total = imageHeight * imageWidth * 3L * 256L; 173 g.drawImage(image, 2 * imageWidth, 0, null); 176 if (imageWidth > 80) { 179 g.drawString("Actual", 2 * imageWidth + 10, 20) [all...] |
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
TaskCompressImageToJpeg.java | 174 final int imageWidth; 186 imageWidth = 0; 191 imageWidth = exifPixelXDimension; 194 safeCrop = guaranteedSafeCrop(imageWidth, imageHeight, 202 imageWidth,
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
DrawUtils.java | 101 int imageWidth = image.getBounds().width; 106 if (imageWidth <= targetRectangle.width && imageHeight <= targetRectangle.height) { 107 newImageWidth = imageWidth; 113 double k_w = targetRectangle.width / (double) imageWidth; 118 newImageWidth = (int) (imageWidth * k); 124 gc.drawImage(image, 0, 0, imageWidth, imageHeight, destX, destY, newImageWidth, newImageHeight); 231 int imageWidth = imageBounds.width; 233 if (imageWidth < minWidth && imageHeight < minHeight) { 250 } else if (imageWidth <= maxWidth && imageHeight <= maxHeight) { 253 double kX = (double) maxWidth / imageWidth; [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/ |
AtlasTmxMapLoader.java | 296 int imageWidth = 0, imageHeight = 0; 316 imageWidth = imageElement.getIntAttribute("width", 0); 332 imageWidth = imageElement.getIntAttribute("width", 0); 362 props.put("imagewidth", imageWidth); 370 int lastgid = firstgid + ((imageWidth / tilewidth) * (imageHeight / tileheight)) - 1;
|
TmxMapLoader.java | 298 * <li><em>imagewidth</em>, (int, defaults to 0) the tileset source image width</li> 327 int imageWidth = 0, imageHeight = 0; 347 imageWidth = imageElement.getIntAttribute("width", 0); 363 imageWidth = imageElement.getIntAttribute("width", 0); 377 props.put("imagewidth", imageWidth); 405 imageWidth = imageElement.getIntAttribute("width", 0);
|