/external/chromium_org/third_party/angle/util/ |
OSWindow.cpp | 18 int OSWindow::getWidth() const
|
OSWindow.h | 25 int getWidth() const;
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
gtkvideorenderer.cc | 92 frame->GetWidth() * frame->GetHeight() * 4, 93 frame->GetWidth() * 4); 106 frame->GetWidth(), 110 frame->GetWidth() * 4);
|
/external/chromium_org/ui/gfx/image/ |
image_skia_rep.cc | 28 int ImageSkiaRep::GetWidth() const {
|
/external/skia/src/gpu/ |
GrPath.cpp | 24 keyData[3] = static_cast<uint32_t>(stroke.getWidth());
|
/frameworks/base/graphics/java/android/graphics/ |
LargeBitmap.java | 54 if (rect.left < 0 || rect.top < 0 || rect.right > getWidth() || rect.bottom > getHeight()) 61 public int getWidth() { 62 checkRecycled("getWidth called on recycled large bitmap"); 75 * getWidth() or getHeight() is called.
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
ExposureFilter.java | 62 overExposedPixels = overExposureOperator(inputImage.getWidth(), 65 underExposedPixels = underExposureOperator(inputImage.getWidth(), 76 underOutFrame.setValue(underExposedPixels*inputImage.getWidth()*inputImage.getHeight()); 91 overOutFrame.setValue(overExposedPixels*inputImage.getWidth()*inputImage.getHeight());
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
Alpha8BitmapActivity.java | 50 mBitmap1 = Bitmap.createBitmap(texture.getWidth(), texture.getHeight(), 59 final float width = texture.getWidth() / 3.0f; 86 Rect src = new Rect(0, 0, mBitmap1.getWidth() / 2, mBitmap1.getHeight() / 2); 87 Rect dst = new Rect(0, mBitmap1.getHeight() * 3, mBitmap1.getWidth(),
|
BitmapMutateActivity.java | 74 mPixels = new int[mBitmap1.getWidth() * mBitmap1.getHeight()]; 75 mSlice = mBitmap1.getWidth() / 3; 87 int width = mBitmap1.getWidth(); 90 canvas.translate((getWidth() - width) / 2, 0);
|
AssetsAtlasActivity.java | 56 final Rect src = new Rect(0, 0, mBitmap.getWidth() / 2, mBitmap.getHeight() / 2); 57 final Rect dst = new Rect(0, 0, mBitmap.getWidth(), mBitmap.getHeight());
|
/frameworks/ex/framesequence/jni/ |
FrameSequence.cpp | 28 !frameSequence->getWidth() || !frameSequence->getHeight()) {
|
/frameworks/volley/tests/src/com/android/volley/toolbox/ |
NetworkImageViewTest.java | 26 // // TODO: Not sure how to make getWidth() return something from an
|
/packages/apps/Camera2/src/com/android/camera/filmstrip/ |
ImageData.java | 46 * SIZE_FULL can be returned by {@link ImageData#getWidth()} and 59 * {@link ImageData#getWidth()} and 62 public int getWidth(); 69 * {@link ImageData#getWidth()} and
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterNegative.java | 35 int w = bitmap.getWidth();
|
/packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/keyboard/ |
Key.java | 22 public final int getWidth() { return 0; }
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
TextureViewSubPane.java | 112 mSurfaceTexture.setDefaultBufferSize(s.getWidth(), s.getHeight()); 114 int width = getWidth(); 115 int height = width * s.getHeight() / s.getWidth(); 120 int width = getWidth();
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Pictures.java | 68 canvas.drawPicture(mPicture, new RectF(0, 100, getWidth(), 200)); 70 mDrawable.setBounds(0, 200, getWidth(), 300);
|
/external/chromium_org/ui/webui/resources/js/cr/ui/table/ |
table_splitter.js | 49 this.columnWidth_ = cm.getWidth(this.columnIndex); 50 this.nextColumnWidth_ = cm.getWidth(this.columnIndex + 1);
|
/frameworks/base/core/java/android/text/style/ |
IconMarginSpan.java | 38 return mBitmap.getWidth() + mPad; 49 x -= mBitmap.getWidth();
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
AddColumnTest.java | 68 assertEquals(row2.getChildAt(i).getWidth(), row1.getChildAt(i).getWidth());
|
/frameworks/base/libs/hwui/ |
Layer.cpp | 34 getWidth(), getHeight()) 121 if (desiredWidth <= getWidth() && desiredHeight <= getHeight()) { 134 uint32_t oldWidth = getWidth(); 231 ALOGD(" Allocate layer: %dx%d", getWidth(), getHeight()); 235 glTexImage2D(renderTarget, 0, GL_RGBA, getWidth(), getHeight(), 0, 244 const float width = layer.getWidth(); 283 renderer->setViewport(layer.getWidth(), layer.getHeight()); 302 renderer->setViewport(layer.getWidth(), layer.getHeight());
|
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/ |
FakeView.java | 74 int x = mRandom.nextInt(getWidth()) - (getWidth()/2);
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
DelayedTransition.java | 45 int buttonWidth = button1.getWidth(); 46 int containerWidth = container.getWidth();
|
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/ |
HelloComputeNDK.java | 42 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(), 52 mBitmapIn.getWidth(), mBitmapIn.getHeight(),
|
/packages/apps/Launcher2/ |
proguard.flags | 27 public int getWidth(); 38 public int getWidth();
|