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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DLoggingCanvas.cpp635 RefPtr<JSONObject> bitmapItem = JSONObject::create(); local
636 bitmapItem->setNumber("width", bitmap.width());
637 bitmapItem->setNumber("height", bitmap.height());
638 bitmapItem->setString("config", colorTypeName(bitmap.colorType()));
639 bitmapItem->setBoolean("opaque", bitmap.isOpaque());
640 bitmapItem->setBoolean("immutable", bitmap.isImmutable());
641 bitmapItem->setBoolean("volatile", bitmap.isVolatile());
642 bitmapItem->setNumber("genID", bitmap.getGenerationID());
643 bitmapItem->setObject("data", objectForBitmapData(bitmap));
644 return bitmapItem
[all...]

Completed in 135 milliseconds