HomeSort by relevance Sort by last modified time
    Searched defs:targetWidth (Results 1 - 10 of 10) sorted by null

  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDecodeRunnable.java 149 int targetWidth = mPhotoTask.getTargetWidth();
178 int wScale = bitmapOptions.outWidth / targetWidth;
  /external/deqp/modules/gles2/functional/
es2fPrerequisiteTests.cpp 178 int targetWidth = renderTarget.getWidth();
194 imageWidth = targetWidth;
201 imageWidth = targetWidth / 2;
206 x = targetWidth / 2;
208 imageWidth = targetWidth - x;
212 x = deRandom_getUint32(&rnd) % (targetWidth - 1);
214 imageWidth = 1 + (deRandom_getUint32(&rnd) % (targetWidth - x - 1));
es2fColorClearTest.cpp 106 const int targetWidth = renderTarget.getWidth();
108 const int numPixels = targetWidth * targetHeight;
112 Surface refImage (targetWidth, targetHeight);
113 Surface resImage (targetWidth, targetHeight);
114 Surface diffImage (targetWidth, targetHeight);
132 clearWidth = targetWidth;
137 clearX = (rnd.getUint32() % (2*targetWidth)) - targetWidth;
139 clearWidth = (rnd.getUint32() % targetWidth);
184 while (x < targetWidth)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPrerequisiteTests.cpp 178 int targetWidth = renderTarget.getWidth();
194 imageWidth = targetWidth;
201 imageWidth = targetWidth / 2;
206 x = targetWidth / 2;
208 imageWidth = targetWidth - x;
212 x = deRandom_getUint32(&rnd) % (targetWidth - 1);
214 imageWidth = 1 + (deRandom_getUint32(&rnd) % (targetWidth - x - 1));
es3fColorClearTest.cpp 106 const int targetWidth = renderTarget.getWidth();
108 const int numPixels = targetWidth * targetHeight;
112 Surface refImage (targetWidth, targetHeight);
113 Surface resImage (targetWidth, targetHeight);
114 Surface diffImage (targetWidth, targetHeight);
132 clearWidth = targetWidth;
137 clearX = (rnd.getUint32() % (2*targetWidth)) - targetWidth;
139 clearWidth = (rnd.getUint32() % targetWidth);
184 while (x < targetWidth)
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifData.java 20 private final int targetWidth;
26 int targetWidth, int targetHeight) {
31 this.targetWidth = targetWidth;
61 targetWidth, targetHeight);
GifFrameManager.java 40 private final int targetWidth;
50 public GifFrameManager(Context context, GifDecoder decoder, Transformation<Bitmap> transformation, int targetWidth,
53 targetWidth, targetHeight);
57 Transformation<Bitmap> transformation, int targetWidth, int targetHeight) {
62 this.targetWidth = targetWidth;
133 super(targetWidth, targetHeight);
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
TransformationUtils.java 94 final int targetWidth = (int) (minPercentage * toFit.getWidth());
97 if (toFit.getWidth() == targetWidth && toFit.getHeight() == targetHeight) {
105 Bitmap toReuse = pool.get(targetWidth, targetHeight, config);
107 toReuse = Bitmap.createBitmap(targetWidth, targetHeight, config);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 389 int targetWidth = w;
401 Math.abs(size.width - targetWidth);
404 && size.width <= targetWidth) {
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 308 milliseconds