Home | History | Annotate | Download | only in src

Lines Matching defs:bitmapHeight

1037     int bitmapHeight = canvas->getDevice()->accessBitmap(false).height();
1040 int bitmapHeight = CGBitmapContextGetHeight(reinterpret_cast<CGContextRef>(canvas));
1045 IntRect invertRect(rect.x(), bitmapHeight - rect.maxY(), rect.width(), rect.height());
1053 gc.translate(IntSize(0, bitmapHeight));