Searched refs:BitmapHeight (Results 1 – 1 of 1) sorted by relevance
182 int32_t BitmapHeight = pBitmap->GetHeight(); in SetImage() local183 if (BitmapWidth < 1 || BitmapHeight < 1) in SetImage()187 CreateXObjectImageDict(BitmapWidth, BitmapHeight); in SetImage()296 DataVector<uint8_t> dest_buf(Fx2DSizeOrDie(dest_pitch, BitmapHeight)); in SetImage()301 for (int32_t i = 0; i < BitmapHeight; i++) { in SetImage()308 for (int32_t row = 0; row < BitmapHeight; row++) { in SetImage()327 m_Height = BitmapHeight; in SetImage()