| /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/ |
| OISMouse.h | 44 MouseState() : width(50), height(50), buttons(0) {}; 46 /** Represents the height/width of your display area.. used if mouse clipping 49 mutable int width, height; member in class:OIS::MouseState
|
| /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
| ttsbit.c | 268 /* to get a reasonable, non-zero value for the height. */ 309 metrics->height = metrics->ascender - metrics->descender; 310 if ( metrics->height == 0 ) 313 " sanitizing invalid height value\n" 317 metrics->height = metrics->y_ppem * 64; 318 metrics->descender = metrics->ascender - metrics->height; 375 metrics->height = 487 FT_UInt width, height; local 499 height = decoder->metrics->height; 634 FT_Int pitch, width, height, line_bits, h; local 776 FT_Int pitch, width, height, line_bits, h, nbits; local 1100 FT_UInt height = decoder->metrics->height; local [all...] |
| /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/ |
| NinePatchDrawable.java | 48 public void draw (Batch batch, float x, float y, float width, float height) {
49 patch.draw(batch, x, y, width, height);
|
| /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
| ImageScaleTest.java | 62 public void resize (int width, int height) {
63 stage.getViewport().update(width, height, true);
|
| TouchpadTest.java | 48 public void resize (int width, int height) {
49 stage.getViewport().update(width, height, true);
|
| /external/libvncserver/test/ |
| cursortest.c | 48 int width=13,height=11; local 75 c=rfbMakeXCursor(width,height,cursor,mask); 76 c->xhot=width/2;c->yhot=height/2; 83 int width=13,height=22; local 131 c=rfbMakeXCursor(width,height,cursor,mask); 252 c->alphaSource = (unsigned char*)malloc(c->width*c->height); 254 for(j=0;j<c->height;j++) 262 c->mask=rfbMakeMaskFromAlphaSource(c->width,c->height,c->alphaSource);
|
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_denoiser.h | 61 int vp9_denoiser_alloc(VP9_DENOISER *denoiser, int width, int height, 81 int height);
|
| /external/lzma/CPP/Windows/Control/ |
| Window2.h | 19 DWORD style, int x, int y, int width, int height,
24 DWORD style, int x, int y, int width, int height,
|
| /external/mesa3d/src/gallium/auxiliary/util/ |
| u_rect.h | 94 unsigned width, unsigned height, const ubyte * src, 100 unsigned width, unsigned height, union util_color *uc);
|
| /external/mesa3d/src/gallium/drivers/i915/ |
| i915_clear.c | 47 unsigned destx, unsigned desty, unsigned width, unsigned height) 148 OUT_BATCH_F(desty + height); 150 OUT_BATCH_F(desty + height); 167 OUT_BATCH_F(desty + height); 169 OUT_BATCH_F(desty + height); 199 OUT_BATCH_F(desty + height); 201 OUT_BATCH_F(desty + height); 239 0, 0, i915->framebuffer.width, i915->framebuffer.height);
|
| /external/mesa3d/src/gallium/drivers/softpipe/ |
| sp_state_surface.c | 101 sp->framebuffer.height = fb->height;
|
| /external/mesa3d/src/gallium/drivers/svga/include/ |
| svga_reg.h | 152 SVGA_REG_DISPLAY_HEIGHT = 40, /* The display's height */ 789 * width and height relate to the entire source video frame. 802 uint32 height; member in struct:SVGAOverlayUnit 826 * (SVGA_REG_WIDTH, HEIGHT, etc.) and by SVGA_CAP_DISPLAY_TOPOLOGY. 845 uint32 height; member in struct:SVGAScreenObject::__anon20791 927 uint32 height; member in struct:__anon20794 948 uint32 height; member in struct:__anon20795 971 uint32 height; member in struct:__anon20796 1000 uint32 height; member in struct:__anon20797 1022 uint32 height; member in struct:__anon20798 1048 uint32 height; member in struct:__anon20799 [all...] |
| /external/mesa3d/src/gallium/include/pipe/ |
| p_video_decoder.h | 54 unsigned height; member in struct:pipe_video_decoder 112 unsigned height; member in struct:pipe_video_buffer
|
| /external/mesa3d/src/gallium/state_trackers/clover/core/ |
| memory.cpp | 119 size_t width, size_t height, size_t depth, 123 __format(*format), __width(width), __height(height), __depth(depth), 154 image::height() const { function in class:image 175 size_t height, size_t row_pitch, 177 image(ctx, flags, format, width, height, 0, 178 row_pitch, 0, height * row_pitch, host_ptr) { 188 size_t width, size_t height, size_t depth, 191 image(ctx, flags, format, width, height, depth,
|
| /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/ |
| galliumdxgi.idl | 118 [out] unsigned* height
|
| /external/mesa3d/src/gallium/state_trackers/xa/ |
| xa_context.h | 69 int dx, int dy, int sx, int sy, int width, int height); 89 xa_solid(struct xa_context *ctx, int x, int y, int width, int height);
|
| /external/mesa3d/src/gallium/state_trackers/xorg/ |
| xorg_renderer.h | 44 int height ); 72 int width, int height,
|
| /external/mesa3d/src/gallium/state_trackers/xvmc/ |
| context.c | 46 unsigned int width, unsigned int height, int flags, 107 "[XvMC] max width=%u, max height=%u\n" \ 111 "[XvMC] subpicture max width=%u, max height=%u\n", 131 if (width > max_width || height > max_height) { 133 width, height, max_width, max_height); 182 int width, int height, int flags, XvMCContext *context) 204 ret = Validate(dpy, port, surface_type_id, width, height, flags, 252 width, height, 2, 304 context->height = height; [all...] |
| /external/mesa3d/src/gbm/backends/dri/ |
| gbm_driint.h | 61 int *width, int *height, 66 int *width, int *height,
|
| /external/mesa3d/src/glx/apple/ |
| apple_cgl.h | 62 GLsizei width, GLsizei height, GLint rowbytes, 69 GLsizei height,
|
| apple_glx_pbuffer.c | 87 apple_glapi_oglfw_viewport_scissor(0, 0, pbuf->width, pbuf->height); 121 int width, int height, int *errorcode, 158 pbuf->height = height; 160 err = apple_cgl.create_pbuffer(width, height, GL_TEXTURE_RECTANGLE_EXT, 280 *value = pbuf->height; 290 int width, height; local 291 if (get_max_size(&width, &height)) {
|
| /external/mesa3d/src/mesa/drivers/dri/radeon/ |
| radeon_mipmap_tree.h | 43 GLuint height; member in struct:_radeon_mipmap_level 75 GLuint height0; /** Height of baseLevel image */ 99 unsigned height,
|
| /external/opencv/otherlibs/highgui/ |
| highgui.h | 171 CVAPI(CvCapture*) cvCreateSocketCapture( const char *address, const char* port, int width, int height ); 258 return !img ? 0 : !img->roi ? img->height : img->roi->height; 304 dr.bottom = sr.y + sr.height; 317 roi.height = r.bottom - r.top; 342 virtual bool Create( int width, int height, int bits_per_pixel, int image_origin = 0 ); 370 /* width and height of ROI */ 372 int Height() { return !m_img ? 0 : !m_img->roi ? m_img->height : m_img->roi->height;}; [all...] |
| /external/opencv3/3rdparty/libwebp/dsp/ |
| lossless.h | 48 void VP8LResidualImage(int width, int height, int bits, 52 void VP8LColorSpaceTransform(int width, int height, int bits, int step,
|
| /external/opencv3/3rdparty/openexr/IlmImf/ |
| ImfPreviewImage.cpp | 50 unsigned int height, 54 _height = height;
|