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

/external/skia/legacy/
H A DSavedPagePlayback.cpp51 int bitmapHeight, int bitmapConfig,
60 bitmap.setConfig((SkBitmap::Config)bitmapConfig, bitmapWidth, bitmapHeight, bitmapRowBytes);
49 legacy_skia_draw_picture(void* legacyPicture, void* matrixStorage, void* clipStorage, int bitmapWidth, int bitmapHeight, int bitmapConfig, int bitmapRowBytes, void* pixels) argument
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.cpp1037 int bitmapHeight = canvas->getDevice()->accessBitmap(false).height(); local
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));

Completed in 86 milliseconds