Searched refs:bitmapHeight (Results 1 – 2 of 2) sorted by relevance
51 int bitmapHeight, int bitmapConfig, in legacy_skia_draw_picture() argument60 bitmap.setConfig((SkBitmap::Config)bitmapConfig, bitmapWidth, bitmapHeight, bitmapRowBytes); in legacy_skia_draw_picture()
1037 int bitmapHeight = canvas->getDevice()->accessBitmap(false).height(); in doPixelReadbackToCanvas() local1040 int bitmapHeight = CGBitmapContextGetHeight(reinterpret_cast<CGContextRef>(canvas)); in doPixelReadbackToCanvas()1045 IntRect invertRect(rect.x(), bitmapHeight - rect.maxY(), rect.width(), rect.height()); in doPixelReadbackToCanvas()1053 gc.translate(IntSize(0, bitmapHeight)); in doPixelReadbackToCanvas()