HomeSort by relevance Sort by last modified time
    Searched refs:iHeight (Results 1 - 25 of 28) sorted by null

1 2

  /external/pdfium/core/fpdfapi/render/
cpdf_scaledrenderbuffer.cpp 58 int32_t iHeight = bitmap_rect.Height();
60 if (iWidth * iHeight < 1)
63 if (iPitch * iHeight <= _FPDFAPI_IMAGESIZE_LIMIT_ &&
64 m_pBitmapDevice->Create(iWidth, iHeight, dibFormat, nullptr)) {
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngGrallocBuffer.cpp 51 mHeight = grallocHandle->iHeight;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngGrallocBuffer.cpp 56 mHeight = grallocHandle->iHeight;
  /external/libpng/contrib/visupng/
PngFile.h 23 int iWidth, int iHeight, png_color BkgColor);
PngFile.c 300 int iWidth, int iHeight, png_color bkgColor)
347 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth,
365 if ((ppbRowPointers = (png_bytepp) malloc(iHeight * sizeof(png_bytep))) == NULL)
370 for (i = 0; i < iHeight; i++)
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 73 int iHeight,
99 if (iWidth <= 0 || iHeight <= 0) {
155 if (iHeight > stw_dev->max_2d_length) {
157 iHeight = stw_dev->max_2d_length;
198 rect.bottom = rect.top + iHeight;
237 assert(rect.bottom - rect.top == iHeight);
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 60 self.iHeight = 0
85 self.iHeight = height
179 if pt[0] >= Marker.iStart and pt[0] <= Marker.iEnd and pt[1] >= Marker.iTop and pt[1] <= Marker.iTop + Marker.iHeight:
257 Marker1.iHeight = gHeight / iOverlaps
258 Marker1.iTop = iTop * Marker1.iHeight
267 dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, Marker.iWidth, Marker.iHeight)
271 dc.DrawText(Marker.sName, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5)))
277 dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, 1, Marker.iHeight)
280 dc.DrawText(Marker.sName, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5)))
284 dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, 1, Marker.iHeight)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockRealMatrix.java 169 final int iHeight = blockHeight(iBlock);
171 if (blockData[index].length != iHeight * blockWidth(jBlock)) {
174 blockData[index].length, iHeight * blockWidth(jBlock));
230 final int iHeight = pEnd - pStart;
237 final double[] block = new double[iHeight * jWidth];
278 final int iHeight = pEnd - pStart;
283 blocks[blockIndex] = new double[iHeight * jWidth];
673 final int iHeight = blockHeight(iBlock);
677 for (int i = 0; i < iHeight; ++i) {
724 final int iHeight = out.blockHeight(iBlock)
    [all...]
BlockFieldMatrix.java 172 final int iHeight = blockHeight(iBlock);
174 if (blockData[index].length != iHeight * blockWidth(jBlock)) {
177 blockData[index].length, iHeight * blockWidth(jBlock));
236 final int iHeight = pEnd - pStart;
243 final T[] block = buildArray(field, iHeight * jWidth);
288 final int iHeight = pEnd - pStart;
293 blocks[blockIndex] = buildArray(field, iHeight * jWidth);
699 final int iHeight = out.blockHeight(iBlock);
710 final int heightExcess = iHeight + rowsShift - BLOCK_SIZE;
728 outBlock, jWidth, iHeight - heightExcess, 0)
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
img_gralloc_common_public.h 138 int iHeight;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
img_gralloc_common_public.h 138 int iHeight;
  /external/skia/src/utils/win/
SkWGL_win.cpp 88 int iHeight,
90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList);
  /external/skqp/src/utils/win/
SkWGL_win.cpp 88 int iHeight,
90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList);
  /hardware/intel/common/utils/ISV/base/
isv_bufmanager.cpp 101 mSurfaceHeight = grallocHandle->iHeight;
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 181 vinfo.height = h->iHeight;
184 LOG_V("GetGfxBufferInfo: gfx iWidth=%d, iHeight=%d, iFormat=%x in handle structure\n", h->iWidth, h->iHeight, h->iFormat);
  /external/mesa3d/include/GL/
wglext.h 153 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
159 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
415 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
421 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
    [all...]
  /external/swiftshader/include/GL/
wglext.h 156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
425 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
431 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
wglext.h 153 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
159 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
415 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
421 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
    [all...]
  /external/python/cpython2/Mac/Modules/mlte/
_Mltemodule.c 124 UInt32 iHeight;
131 &iHeight,
136 iHeight,
1124 PyDoc_STR("(UInt32 iWidth, UInt32 iHeight, TXNFrameID iTXNFrameID) -> None")},
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_listbox.cpp 501 float iHeight = m_rtClient.height;
505 bShowVertScr = (fs.height > iHeight);
  /device/generic/goldfish-opengl/system/include/EGL/
eglext.h 259 EGLint iHeight;
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
eglext.h 250 EGLint iHeight;
  /external/mesa3d/include/EGL/
eglext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h     [all...]
  /external/swiftshader/include/EGL/
eglext.h     [all...]

Completed in 740 milliseconds

1 2