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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/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,
349 ulRowBytes = iWidth * ciChannels;
287 PngSaveImage(PTSTR pstrFileName, png_byte *pDiData, int iWidth, int iHeight, png_color bkgColor) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGenericClientListCtrl.cpp892 int iWidth = rect.GetWidth() - 2; local
896 dc->SetClippingRegion(rect.GetX(), rect.GetY() + 1, iWidth, iHeight);
904 iWidth != item->status->GetWidth() ) {
907 item->status = new wxBitmap(iWidth, iHeight);
908 } else if ( item->status->GetWidth() != iWidth ) {
910 item->status->Create(iWidth, iHeight);
917 wxRect(0, 0, iWidth, iHeight), true);
920 wxRect(1, 1, iWidth - 2, iHeight - 2), false);
925 cdcStatus.DrawRectangle( 0, 0, iWidth, iHeight );
934 dc->Blit(rect.GetX(), rect.GetY() + 1, iWidth, iHeigh
[all...]
H A DDownloadListCtrl.cpp971 int iWidth = rect.GetWidth() - 2; local
979 if ( item->dwUpdated < dwTicks || !item->status || iWidth != item->status->GetWidth() ) {
981 item->status = new wxBitmap(iWidth, iHeight);
982 } else if ( item->status->GetWidth() != iWidth ) {
984 item->status->Create(iWidth, iHeight);
991 wxRect(0, 0, iWidth, iHeight), true);
994 wxRect(1, 1, iWidth - 2, iHeight - 2), false);
999 cdcStatus.DrawRectangle( 0, 0, iWidth, iHeight );
1007 dc->Blit( rect.GetX(), rect.GetY() + 1, iWidth, iHeight, &cdcStatus, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagpng.cpp770 int iWidth = image->GetWidth(); local
786 for (int x = 0; x != iWidth; x++)

Completed in 215 milliseconds