Searched
full:getwidth (Results
1051 -
1075 of
2100) sorted by null
<<41424344454647484950>>
/external/deqp/modules/gles3/functional/ |
es3fStencilTests.cpp | 211 float x0 = 2.0f*((float)cell.x() / (float)context.getWidth())-1.0f; 213 float x1 = x0 + 2.0f*((float)cell.z() / (float)context.getWidth()); 288 int width = deMin32(128, renderTarget.getWidth()); 293 int viewportX = rnd.getInt(0, renderTarget.getWidth()-width);
|
/external/deqp/modules/gles3/ |
tes3InfoTests.cpp | 113 << tcu::TestLog::Integer("Width", "Width", "", QP_KEY_TAG_NONE, rt.getWidth())
|
/external/deqp/modules/gles31/functional/ |
es31fShaderHelperInvocationTests.cpp | 237 const int width = dst.getWidth(); 357 for (int x = 0; x < result.getWidth(); ++x) 508 const int w = surface.getWidth(); 540 for (int x = 0; x < result.getWidth(); ++x)
|
/external/deqp/modules/gles31/stress/ |
es31sTessellationGeometryInteractionTests.cpp | 124 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || 341 gl.viewport(0, 0, dst.front().getWidth(), dst.front().getHeight()); 381 tcu::Surface errorMask (image.getWidth(), image.getHeight()); 389 for (int x = 0; x < image.getWidth(); ++x)
|
/external/deqp/modules/gles31/ |
tes31InfoTests.cpp | 113 << tcu::TestLog::Integer("Width", "Width", "", QP_KEY_TAG_NONE, rt.getWidth())
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
FlyoutControlComposite.java | 188 width = m_preferences.getWidth(); 204 width = m_preferences.getWidth(); 285 m_preferences.setWidth(preferences.getWidth()); 590 final int width = m_preferences.getWidth(); [all...] |
/external/icu/icu4c/source/layoutex/ |
playout.cpp | 207 return ll->getWidth();
|
/external/icu/icu4c/source/samples/layout/ |
paragraph.cpp | 231 le_int32 lastX = line->getWidth();
|
/external/libyuv/files/include/libyuv/ |
mjpeg_decoder.h | 69 int GetWidth();
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/ |
Mp4TrackImpl.java | 168 trackMetaData.setWidth(tkhd.getWidth());
|
/external/opencv/otherlibs/highgui/ |
grfmt_base.h | 70 int GetWidth() { return m_width; };
|
/external/pdfium/core/include/fxcodec/ |
fx_codec.h | 109 virtual int GetWidth() = 0;
|
/external/pdfium/core/src/fxcodec/codec/ |
codec_int.h | 42 int GetWidth()
|
/external/replicaisland/src/com/replica/replicaisland/ |
DrawableBitmap.java | 167 public int getWidth() {
|
LevelBuilder.java | 166 if (world.getWidth() > world.getHeight()) {
|
LevelSystem.java | 156 mWidthInTiles = world.getWidth();
|
SpriteComponent.java | 169 public final float getWidth() {
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMapView.java | 118 int lng = scalePixel(x, left, realMapView.getWidth(), mapCenter.getLongitudeE6(), longitudeSpan);
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
BitmapTest.java | 28 assertEquals(100, scaledBitmap.getWidth());
|
/external/skia/platform_tools/android/app/src/com/skia/ |
SkiaSampleActivity.java | 94 if (mSampleView != null && mSampleView.getWidth() > 0 && mSampleView.getHeight() > 0) {
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
ViewfinderView.java | 87 int width = canvas.getWidth();
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/ |
CameraConfigurationManager.java | 55 int width = display.getWidth();
|
/frameworks/av/cmds/screenrecord/ |
FrameOutput.cpp | 123 int width = mEglWindow.getWidth();
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3StreamInterface.h | 45 virtual uint32_t getWidth() const = 0;
|
/frameworks/base/cmds/screencap/ |
screencap.cpp | 146 w = screenshot.getWidth();
|
Completed in 877 milliseconds
<<41424344454647484950>>