HomeSort by relevance Sort by last modified time
    Searched defs:currentWidth (Results 1 - 25 of 27) sorted by null

1 2

  /external/skia/tests/
MipMapTest.cpp 79 int currentWidth = width / twoToTheMipLevel;
81 REPORTER_ASSERT(reporter, level.fPixmap.width() == currentWidth);
  /external/skqp/tests/
MipMapTest.cpp 79 int currentWidth = width / twoToTheMipLevel;
81 REPORTER_ASSERT(reporter, level.fPixmap.width() == currentWidth);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
Camera2SurfaceViewActivity.java 37 private int currentWidth = 0;
67 if (expectWidth == currentWidth && expectHeight == currentHeight) {
83 if (currentWidth == expectWidth && currentHeight == expectHeight) {
105 currentWidth = width;
  /cts/tests/camera/src/android/hardware/camera2/cts/
Camera2SurfaceViewCtsActivity.java 34 private int currentWidth = 0;
64 if (expectWidth == currentWidth && expectHeight == currentHeight) {
81 if (expectWidth == currentWidth && expectHeight == currentHeight) {
85 "expectHeight. Got " + currentWidth + "x" + currentHeight +
153 currentWidth = width;
  /frameworks/native/libs/gui/
GLConsumer.cpp 889 uint32_t currentWidth = static_cast<uint32_t>(crop.width());
893 if (newWidth < currentWidth) {
894 uint32_t dw = currentWidth - newWidth;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
AsyncImageView.java 376 final int currentWidth = this.getWidth();
378 if (mClipPathWidth != currentWidth || mClipPathHeight != currentHeight) {
379 final RectF rect = new RectF(0, 0, currentWidth, currentHeight);
383 mClipPathWidth = currentWidth;
AudioAttachmentView.java 304 final int currentWidth = this.getWidth();
306 if (mClipPathWidth != currentWidth || mClipPathHeight != currentHeight) {
307 final RectF rect = new RectF(0, 0, currentWidth, currentHeight);
311 mClipPathWidth = currentWidth;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 129 String currentWidth = selectedNode.getStringAttr(ANDROID_URI, ATTR_LAYOUT_WIDTH);
133 if (canMatchParent && VALUE_FILL_PARENT.equals(currentWidth)) {
134 currentWidth = VALUE_MATCH_PARENT;
135 } else if (!canMatchParent && VALUE_MATCH_PARENT.equals(currentWidth)) {
136 currentWidth = VALUE_FILL_PARENT;
137 } else if (!VALUE_WRAP_CONTENT.equals(currentWidth) && !fillParent.equals(currentWidth)) {
138 width = currentWidth;
385 currentWidth,
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java 642 int currentWidth = rect1.width() / opts.inSampleSize;
644 Rect actualRect = new Rect(0, 0, currentWidth, currentHeight);
    [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 659 int currentWidth = width;
670 currentWidth = SkTMax(1, currentWidth/2);
674 const size_t trimmedSize = currentWidth * bpp * currentHeight;
700 currentWidth = width;
706 const size_t trimRowBytes = currentWidth * bpp;
728 region.bufferRowLength = currentWidth;
732 region.imageExtent = { (uint32_t)currentWidth, (uint32_t)currentHeight, 1 };
734 currentWidth = SkTMax(1, currentWidth/2)
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp 685 int currentWidth = width;
696 currentWidth = SkTMax(1, currentWidth/2);
700 const size_t trimmedSize = currentWidth * bpp * currentHeight;
726 currentWidth = width;
732 const size_t trimRowBytes = currentWidth * bpp;
754 region.bufferRowLength = currentWidth;
758 region.imageExtent = { (uint32_t)currentWidth, (uint32_t)currentHeight, 1 };
760 currentWidth = SkTMax(1, currentWidth/2)
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 1326 milliseconds

1 2