Searched refs:BitmapWidth (Results 1 – 1 of 1) sorted by relevance
166 int32_t BitmapWidth = pBitmap->GetWidth(); in SetImage() local168 if (BitmapWidth < 1 || BitmapHeight < 1) in SetImage()175 pDict->SetNewFor<CPDF_Number>("Width", BitmapWidth); in SetImage()220 dest_pitch = (BitmapWidth + 7) / 8; in SetImage()249 dest_pitch = BitmapWidth; in SetImage()253 dest_pitch = BitmapWidth * 3; in SetImage()306 for (int32_t column = 0; column < BitmapWidth; column++) { in SetImage()324 m_Width = BitmapWidth; in SetImage()