Lines Matching refs:GetHeight
51 if (!DoDraw(addr, buffer->GetWidth(), buffer->GetHeight(), imagePath)) { in DrawImage()
58 .h = buffer->GetHeight(), in DrawImage()
82 if (!DoDraw(addr, buffer->GetWidth(), buffer->GetHeight(), pixelMap)) { in DrawImage()
89 .h = buffer->GetHeight(), in DrawImage()
113 if (!DoDraw(addr, buffer->GetWidth(), buffer->GetHeight(), color)) { in DrawColor()
120 .h = buffer->GetHeight(), in DrawColor()
230 imageBitmap.Build(pixelMap->GetWidth(), pixelMap->GetHeight(), format); in DoDraw()
235 Drawing::Rect src(0, 0, pixelMap->GetWidth(), pixelMap->GetHeight()); in DoDraw()
287 .h = buffer->GetHeight(), in DrawImageRect()
310 … if (pixelMap->GetHeight() <= 0 || pixelMap->GetWidth() <= 0 || winWidth <= 0 || winHeight <= 0) { in DoDrawImageRect()
322 float yAxis = static_cast<float>(winHeight) / pixelMap->GetHeight(); in DoDrawImageRect()
325 int scaledPixelMapH = pixelMap->GetHeight(); in DoDrawImageRect()
339 pixelMap->GetWidth(), pixelMap->GetHeight(), left, top); in DoDrawImageRect()
417 .h = buffer->GetHeight(), in DrawMasking()