HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 276 - 300 of 9458) sorted by null

<<11121314151617181920>>

  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2EncoderUtils.h 21 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack);
22 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack);
  /external/deqp/framework/platform/win32/
tcuWin32Window.hpp 38 Window (HINSTANCE instance, int width, int height);
42 void setSize (int width, int height);
  /external/deqp/modules/egl/
teglGLES2RenderUtil.hpp 42 void clear (const glw::Functions& gl, int x, int y, int width, int height, const tcu::Vec4& color);
43 void readPixels (const glw::Functions& gl, tcu::Surface& dst, int x, int y, int width, int height);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
BitmapPool.java 52 * Returns a {@link android.graphics.Bitmap} of exactly the given width, height, and configuration, and containing
75 * @param height The height in pixels of the desired {@link android.graphics.Bitmap}.
78 Bitmap get(int width, int height, Bitmap.Config config);
93 * @param height The height in pixels of the desired {@link android.graphics.Bitmap}.
95 * @return A {@link android.graphics.Bitmap} with exactly the given width, height, and config potentially containing
98 Bitmap getDirty(int width, int height, Bitmap.Config config);
LruPoolStrategy.java 7 Bitmap get(int width, int height, Bitmap.Config config);
10 String logBitmap(int width, int height, Bitmap.Config config);
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifHeader.java 8 * height that can be used to decode each individual frame of the GIF. Can be shared by one or more
22 // Full image height.
23 int height; field in class:GifHeader
40 return height;
  /external/icu/icu4c/source/samples/layout/
rsurface.cpp 17 const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height)
21 rs->drawGlyphs((const LEFontInstance *) font, glyphs, count, positions, x, y, width, height);
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/objects/
RectangleMapObject.java 32 /** Creates a rectangle object which lower left corner is at (0, 0) with width=1 and height=1 */
37 /** Creates a {@link Rectangle} object with the given X and Y coordinates along with a given width and height.
42 * @param height Height of the {@link Rectangle} to be created. */
43 public RectangleMapObject (float x, float y, float width, float height) {
45 rectangle = new Rectangle(x, y, width, height);
  /external/libvncserver/test/
copyrecttest.c 12 for(j=0;j<server->height;j++) {
21 int width=400,height=300,w=20,x,y; local
24 rfbScreenInfoPtr server=rfbGetScreen(&argc,argv,width,height,8,3,4);
27 server->frameBuffer=(char*)malloc(width*height*4);
36 rfbMarkRectAsModified(server,0,0,width,height);
46 y=height*(0.5+sin(phi)*r);
47 if(x>=0 && y>=0 && x+w<=width && y+w<=height) {
49 dy=height*0.5*(1-sin(phi)*r)-y;
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
rotate.h 63 int width, int height);
68 int width, int height);
73 int width, int height);
79 int width, int height);
89 int width, int height);
95 int width, int height);
104 int width, int height);
110 int width, int height);
  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.h 22 int height,
34 int height,
48 int height,
62 int height,
74 int height,
87 int height,
102 int height,
117 int height,
  /external/libyuv/files/include/libyuv/
rotate.h 63 int width, int height);
68 int width, int height);
73 int width, int height);
79 int width, int height);
89 int width, int height);
95 int width, int height);
104 int width, int height);
110 int width, int height);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_surface.h 45 unsigned width, height; member in struct:nouveau_surface
52 unsigned width, unsigned height);
  /external/opencv3/modules/cudalegacy/test/
TestHaarCascadeApplication.h 55 std::string cascadeName, Ncv32u width, Ncv32u height);
70 Ncv32u height; member in class:TestHaarCascadeApplication
TestIntegralImage.h 56 Ncv32u width, Ncv32u height);
69 Ncv32u height; member in class:TestIntegralImage
TestIntegralImageSquared.h 55 Ncv32u width, Ncv32u height);
68 Ncv32u height; member in class:TestIntegralImageSquared
TestTranspose.h 56 Ncv32u width, Ncv32u height);
70 Ncv32u height; member in class:TestTranspose
  /external/skia/debugger/QT/
SkDrawCommandGeometryWidget.cpp 24 int dim = std::min(r.width(), r.height());
48 SkASSERT(info.height() > 0);
51 if (this->width() < this->height()) {
53 resultRect = QRectF(0, 0, this->width(), ratio * info.height());
55 float ratio = this->height() / info.height();
56 resultRect = QRectF(0, 0, ratio * info.width(), this->height());
63 info.height(),
  /external/webrtc/talk/media/devices/
gtkvideorenderer.h 50 virtual bool SetSize(int width, int height, int reserved);
55 bool Initialize(int width, int height);
  /external/webrtc/webrtc/test/gl/
gl_renderer.h 38 void ResizeViewport(size_t width, size_t height);
46 void ResizeVideo(size_t width, size_t height);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
exposure.h 29 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer);
33 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer);
  /frameworks/support/design/tests/src/android/support/design/testutils/
TestDrawable.java 34 public TestDrawable(@ColorInt int color, int width, int height) {
37 mHeight = height;
  /hardware/intel/common/libva/test/putsurface/
putsurface_android.cpp 47 static int create_window(void *win_display, int x, int y, int width, int height);
48 static int check_window_event(void *x11_display, void *win, int *width, int *height, int *quit);
63 static int create_window(void *win_display, int x, int y, int width, int height)
69 width, height,
82 surface_ctrl0->setSize(width, height);
96 width, height,
109 surface_ctrl1->setSize(width, height);
119 int check_window_event(void *win_display, void *drawble, int *width, int *height, int *quit)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
y4menc.c 13 int y4m_write_file_header(char *buf, size_t len, int width, int height,
21 return snprintf(buf, len, "YUV4MPEG2 W%u H%u F%u:%u I%c %s", width, height,
  /hardware/intel/img/psb_video/src/
psb_surface.c 40 int width, int height, int fourcc, unsigned int flags,
59 if ((width <= 0) || (width * height > 5120 * 5120) || (height <= 0)) {
92 psb_surface->chroma_offset = psb_surface->stride * height;
93 psb_surface->size = (psb_surface->stride * height * 3) / 2;
101 psb_surface->size = psb_surface->stride * height;
104 if ((width <= 0) || (width * height > 5120 * 5120) || (height <= 0)) {
137 psb_surface->chroma_offset = psb_surface->stride * height;
138 psb_surface->size = psb_surface->stride * height * 2
    [all...]

Completed in 694 milliseconds

<<11121314151617181920>>