Searched refs:iHeight (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/visupng/
H A DPngFile.h23 int iWidth, int iHeight, png_color BkgColor);
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
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dbmp2tiff.c149 int32 iHeight; /* Image height. If positive, image has bottom member in struct:__anon13174
331 read(fd, &info_hdr.iHeight, 4);
342 TIFFSwabLong((uint32*) &info_hdr.iHeight);
375 info_hdr.iHeight = iShort;
401 length = (info_hdr.iHeight > 0) ? info_hdr.iHeight : -info_hdr.iHeight;
549 if (info_hdr.iHeight > 0)
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeStyle.c166 int iHeight; /* iPad + useHeight + iPad */ member in struct:Layout
352 layout->iHeight + MAX(ePadY[PAD_BOTTOM_RIGHT], uPadY[PAD_BOTTOM_RIGHT]));
393 layout->iHeight += add;
407 layout->iHeight += add;
423 layout->iHeight += add;
1241 layout->iHeight = iPadY[PAD_TOP_LEFT] + layout->useHeight + iPadY[PAD_BOTTOM_RIGHT];
1242 layout->eHeight = ePadY[PAD_TOP_LEFT] + layout->iHeight + ePadY[PAD_BOTTOM_RIGHT];
1249 layout->iHeight +
1309 layout->y + layout->ePadY[PAD_TOP_LEFT] + layout->iHeight +
1366 layout->iHeight
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c115716 int iHeight; /* Height of this node in tree */ local
124097 fts3TreeFinishNode( SegmentNode *pTree, int iHeight, sqlite3_int64 iLeftChild ) argument
124123 fts3NodeWrite( Fts3Table *p, SegmentNode *pTree, int iHeight, sqlite3_int64 iLeaf, sqlite3_int64 iFree, sqlite3_int64 *piLast, char **paRoot, int *pnRoot ) argument
128020 descendToCell( Rtree *pRtree, RtreeCursor *pCursor, int iHeight, int *pEof ) argument
128130 int iHeight = 0; local
128584 ChooseLeaf( Rtree *pRtree, RtreeCell *pCell, int iHeight, RtreeNode **ppLeaf ) argument
129369 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) argument
129445 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
[all...]

Completed in 339 milliseconds