Searched defs:iHeight (Results 1 - 4 of 4) sorted by relevance

/external/libpng/contrib/visupng/
H A DPngFile.c288 int iWidth, int iHeight, png_color bkgColor)
335 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth,
353 if ((ppbRowPointers = (png_bytepp) malloc(iHeight * sizeof(png_bytep))) == NULL)
358 for (i = 0; i < iHeight; i++)
287 PngSaveImage(PTSTR pstrFileName, png_byte *pDiData, int iWidth, int iHeight, png_color bkgColor) argument
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c530 int iTop, iLeft, iWidth, iHeight; local
588 iHeight = ((rcl.yTop-rcl.yBottom) * pVideo->hidden->SrcBufferDesc.uiYResolution + swp.cy-1)
592 iHeight+=iYScaleError2;
596 if (iTop+iHeight>pVideo->hidden->SrcBufferDesc.uiYResolution) iHeight = pVideo->hidden->SrcBufferDesc.uiYResolution-iTop;
601 iTop, iLeft, iWidth, iHeight,
608 FSLIB_BITBLT(hwnd, pVideo->hidden->pchSrcBuffer, iTop, iLeft, iWidth, iHeight);
/external/sqlite/dist/orig/
H A Dsqlite3.c118349 int iHeight; /* Height of this node in tree */ local
127007 fts3TreeFinishNode( SegmentNode *pTree, int iHeight, sqlite3_int64 iLeftChild ) argument
127033 fts3NodeWrite( Fts3Table *p, SegmentNode *pTree, int iHeight, sqlite3_int64 iLeaf, sqlite3_int64 iFree, sqlite3_int64 *piLast, char **paRoot, int *pnRoot ) argument
131104 descendToCell( Rtree *pRtree, RtreeCursor *pCursor, int iHeight, int *pEof ) argument
131214 int iHeight = 0; local
131669 ChooseLeaf( Rtree *pRtree, RtreeCell *pCell, int iHeight, RtreeNode **ppLeaf ) argument
132458 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) argument
132534 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c118377 int iHeight; /* Height of this node in tree */ local
127038 fts3TreeFinishNode( SegmentNode *pTree, int iHeight, sqlite3_int64 iLeftChild ) argument
127064 fts3NodeWrite( Fts3Table *p, SegmentNode *pTree, int iHeight, sqlite3_int64 iLeaf, sqlite3_int64 iFree, sqlite3_int64 *piLast, char **paRoot, int *pnRoot ) argument
131135 descendToCell( Rtree *pRtree, RtreeCursor *pCursor, int iHeight, int *pEof ) argument
131245 int iHeight = 0; local
131700 ChooseLeaf( Rtree *pRtree, RtreeCell *pCell, int iHeight, RtreeNode **ppLeaf ) argument
132489 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) argument
132565 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
[all...]

Completed in 533 milliseconds