Home
last modified time | relevance | path

Searched refs:bitmapHeight (Results 1 – 2 of 2) sorted by relevance

/external/skia/legacy/
DSavedPagePlayback.cpp51 int bitmapHeight, int bitmapConfig, in legacy_skia_draw_picture() argument
60 bitmap.setConfig((SkBitmap::Config)bitmapConfig, bitmapWidth, bitmapHeight, bitmapRowBytes); in legacy_skia_draw_picture()
/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.cpp1037 int bitmapHeight = canvas->getDevice()->accessBitmap(false).height(); in doPixelReadbackToCanvas() local
1040 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()