Searched refs:BitmapHeight (Results 1 – 1 of 1) sorted by relevance
103 FX_INT32 BitmapHeight = pBitmap->GetHeight(); in SetImage() local104 if (BitmapWidth < 1 || BitmapHeight < 1) { in SetImage()115 pDict->SetAtInteger(FX_BSTRC("Height"), BitmapHeight); in SetImage()281 pNewBitmap->Create(BitmapWidth, BitmapHeight, FXDIB_Argb); in SetImage()284 for (FX_INT32 row = 0; row < BitmapHeight; row ++) { in SetImage()309 dest_size = dest_pitch * BitmapHeight; in SetImage()313 for (FX_INT32 i = 0; i < BitmapHeight; i ++) { in SetImage()324 dest_size = dest_pitch * BitmapHeight; in SetImage()332 for (FX_INT32 row = 0; row < BitmapHeight; row ++) { in SetImage()366 m_Height = BitmapHeight; in SetImage()