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

<<61626364656667686970>>

  /external/libgdx/gdx/jni/gdx2d/
gdx2d.c 224 int32_t width, height, format; local
226 const unsigned char* pixels = stbi_load_from_memory(buffer, len, &width, &height, &format, 0);
228 pixels = jpgd_decompress_jpeg_image_from_memory(buffer, len, &width, &height, &format, 3);
236 pixmap->height = (uint32_t)height;
259 gdx2d_pixmap* gdx2d_new(uint32_t width, uint32_t height, uint32_t format) {
263 pixmap->height = height;
265 pixmap->pixels = (unsigned char*)malloc(width * height * gdx2d_bytes_per_pixel(format));
292 int pixels = pixmap->width * pixmap->height;
591 uint32_t height = pixmap->height; local
    [all...]
gdx2d.h 64 uint32_t height; member in struct:__anon16442
70 JNIEXPORT gdx2d_pixmap* gdx2d_new (uint32_t width, uint32_t height, uint32_t format);
81 JNIEXPORT void gdx2d_draw_rect (const gdx2d_pixmap* pixmap, int32_t x, int32_t y, uint32_t width, uint32_t height, uint32_t col);
83 JNIEXPORT void gdx2d_fill_rect (const gdx2d_pixmap* pixmap, int32_t x, int32_t y, uint32_t width, uint32_t height, uint32_t col);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
FileTextureData.java 33 int height = 0; field in class:FileTextureData
47 height = pixmap.getHeight();
66 height = pixmap.getHeight();
109 return height;
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
SpriteDrawable.java 42 public void draw (Batch batch, float x, float y, float width, float height) {
49 sprite.setBounds(x, y, width, height);
56 public void draw (Batch batch, float x, float y, float originX, float originY, float width, float height, float scaleX,
66 sprite.setBounds(x, y, width, height);
TiledDrawable.java 41 public void draw (Batch batch, float x, float y, float width, float height) {
47 int fullX = (int)(width / regionWidth), fullY = (int)(height / regionHeight);
48 float remainingX = width - regionWidth * fullX, remainingY = height - regionHeight * fullY;
50 float endX = x + width - remainingX, endY = y + height - remainingY;
  /external/libvncserver/test/
cargstest.c 18 CHECK(height,768);
  /external/libvpx/libvpx/third_party/libyuv/source/
rotate_common.cc 65 int width, int height) {
69 for (j = 0; j < height; ++j) {
78 int width, int height) {
82 for (j = 0; j < height; ++j) {
  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 38 unsigned int height,
  /external/libvpx/libvpx/vp9/encoder/
vp9_blockiness.c 117 int width, int height) {
121 for (i = 0; i < height; i += 4, img1 += img1_pitch * 4,
124 if (i > 0 && i < height && j > 0 && j < width) {
132 blockiness /= width * height / 16;
  /external/libyuv/files/source/
rotate_common.cc 65 int width, int height) {
69 for (j = 0; j < height; ++j) {
78 int width, int height) {
82 for (j = 0; j < height; ++j) {
  /external/mesa3d/src/gallium/include/state_tracker/
graw.h 59 unsigned height,
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10app.h 44 virtual void draw(ID3D10Device* ctx, ID3D10RenderTargetView* rtv, unsigned width, unsigned height, double time) = 0;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11app.h 44 virtual void draw(ID3D11DeviceContext* ctx, ID3D11RenderTargetView* rtv, unsigned width, unsigned height, double time) = 0;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_helper.h 45 uint width, uint height);
49 uint *width, uint *height);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.h 61 unsigned width, unsigned height,
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.h 72 int width, height; member in struct:apple_glx_pbuffer
82 int width, height, pitch, /*bytes per pixel */ bpp; member in struct:apple_glx_pixmap
133 int width, height; member in struct:apple_glx_drawable
195 int width, int height, int *errorcode,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.cpp 34 height(0),
54 this->height = mt->level[level].height;
192 y1 = depth.height;
  /external/mesa3d/src/mesa/drivers/dri/radeon/server/
radeon_dri.h 68 int height; /**< \brief height in scanlines of display */ member in struct:__anon21197
  /external/opencv/otherlibs/highgui/
_highgui.h 79 CvCapture* cvCreateCameraCapture_Socket( const char *address, const char* port, int width, int height );
grfmt_bmp.h 87 int width, int height, int depth, int channels );
grfmt_imageio.h 41 int width, int height, int depth, int channels );
grfmt_png.h 83 int width, int height, int depth, int channels );
grfmt_pxm.h 82 int width, int height, int depth, int channels );
  /external/opencv3/3rdparty/libwebp/dec/
buffer.c 44 const int height = buffer->height; local
49 const uint64_t y_size = (uint64_t)buf->y_stride * height;
50 const uint64_t u_size = (uint64_t)buf->u_stride * ((height + 1) / 2);
51 const uint64_t v_size = (uint64_t)buf->v_stride * ((height + 1) / 2);
52 const uint64_t a_size = (uint64_t)buf->a_stride * height;
69 const uint64_t size = (uint64_t)buf->stride * height;
79 const int h = buffer->height;
165 out->height = h;
  /external/opencv3/modules/core/include/opencv2/core/
ippasync.hpp 107 hpp32u width, height; local
113 sts = hppiInquireMatrix(src, &type, &width, &height);
123 dst.create((int)height, (int)width, (int)matType);
125 size_t newSize = (size_t)(height*(hpp32u)(dst.step));

Completed in 1336 milliseconds

<<61626364656667686970>>