Searched refs:MaxRowNum (Results 1 – 1 of 1) sorted by relevance
1604 UINT16 MaxRowNum; in HiiStringToImage() local1852 MaxRowNum = (UINT16) ((Image->Height - BltY) / Height); in HiiStringToImage()1855 MaxRowNum++; in HiiStringToImage()1858 RowInfo = (EFI_HII_ROW_INFO *) AllocateZeroPool (MaxRowNum * sizeof (EFI_HII_ROW_INFO)); in HiiStringToImage()1869 for (RowIndex = 0, Index = 0; RowIndex < MaxRowNum && StringPtr[Index] != 0; ) { in HiiStringToImage()1877 if (RowIndex == MaxRowNum - 1) { in HiiStringToImage()