HomeSort by relevance Sort by last modified time
    Searched refs:iWidth (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
vie_autotest_defines.h 61 AutoTestSize(unsigned int iWidth, unsigned int iHeight) :
62 width(iWidth), height(iHeight) {
84 AutoTestRect(unsigned int iX, unsigned int iY, unsigned int iWidth, unsigned int iHeight) :
85 size(iX, iY), origin(iWidth, iHeight) {
  /external/libpng/contrib/visupng/
PngFile.h 23 int iWidth, int iHeight, png_color BkgColor);
PngFile.c 296 int iWidth, int iHeight, png_color bkgColor)
343 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth,
357 ulRowBytes = iWidth * ciChannels;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 70 int iWidth,
94 if (iWidth <= 0 || iHeight <= 0) {
111 if (iWidth > stw_dev->max_2d_length) {
113 iWidth = stw_dev->max_2d_length;
162 rect.right = rect.left + iWidth;
201 assert(rect.right - rect.left == iWidth);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 70 int iWidth,
94 if (iWidth <= 0 || iHeight <= 0) {
111 if (iWidth > stw_dev->max_2d_length) {
113 iWidth = stw_dev->max_2d_length;
162 rect.right = rect.left + iWidth;
201 assert(rect.right - rect.left == iWidth);
  /external/chromium_org/third_party/skia/src/utils/win/
SkWGL_win.cpp 84 int iWidth,
87 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList);
  /external/chromium_org/ppapi/lib/gl/include/EGL/
eglext.h 249 EGLint iWidth;
  /external/chromium_org/third_party/mesa/src/include/GL/
wglext.h 501 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
507 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
585 extern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
591 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
    [all...]
  /external/mesa3d/include/GL/
wglext.h 501 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
507 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
585 extern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
591 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
    [all...]
  /external/chromium_org/third_party/npapi/npspy/common/
format.cpp 876 int32 iWidth = ((NPSize *)plis->arg3.pData)->width;
879 dw1,FormatNPPVariable((NPPVariable)dw2),dw3,iWidth,iHeight);
    [all...]
  /external/chromium_org/third_party/khronos/EGL/
eglext.h 249 EGLint iWidth;
  /external/chromium_org/third_party/mesa/src/include/EGL/
eglext.h 249 EGLint iWidth;
  /external/mesa3d/include/EGL/
eglext.h 249 EGLint iWidth;
  /external/chromium_org/third_party/angle/include/EGL/
eglext.h 577 EGLint iWidth;
    [all...]

Completed in 1189 milliseconds