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

/external/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
/external/sonivox/jet_tools/JetCreator/
H A DJetSegGraph.py60 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/qemu/distrib/sdl-1.2.12/src/video/epoc/
H A DSDL_epocvideo.cpp294 _this->info.current_h = Private->EPOC_ScreenSize.iHeight;
412 for (int y=0; y < Private->EPOC_ScreenSize.iHeight; y++) {
548 + Private->EPOC_ScreenSize.iWidth * Private->EPOC_ScreenSize.iHeight),
572 + (Private->EPOC_ScreenSize.iWidth * Private->EPOC_ScreenSize.iHeight)),
/external/qemu/distrib/sdl-1.2.12/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.c118375 int iHeight; /* Height of this node in tree */ local
127036 fts3TreeFinishNode( SegmentNode *pTree, int iHeight, sqlite3_int64 iLeftChild ) argument
127062 fts3NodeWrite( Fts3Table *p, SegmentNode *pTree, int iHeight, sqlite3_int64 iLeaf, sqlite3_int64 iFree, sqlite3_int64 *piLast, char **paRoot, int *pnRoot ) argument
131133 descendToCell( Rtree *pRtree, RtreeCursor *pCursor, int iHeight, int *pEof ) argument
131243 int iHeight = 0; local
131698 ChooseLeaf( Rtree *pRtree, RtreeCell *pCell, int iHeight, RtreeNode **ppLeaf ) argument
132487 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) argument
132563 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
[all...]

Completed in 1323 milliseconds