Home
last modified time | relevance | path

Searched refs:WebExternalBitmapImpl (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/blink/
Dweb_external_bitmap_impl.cc22 WebExternalBitmapImpl::WebExternalBitmapImpl() { in WebExternalBitmapImpl() function in cc_blink::WebExternalBitmapImpl
25 WebExternalBitmapImpl::~WebExternalBitmapImpl() { in ~WebExternalBitmapImpl()
28 void WebExternalBitmapImpl::setSize(blink::WebSize size) { in setSize()
38 blink::WebSize WebExternalBitmapImpl::size() { in size()
42 uint8* WebExternalBitmapImpl::pixels() { in pixels()
Dweb_external_bitmap_impl.h25 class WebExternalBitmapImpl : public blink::WebExternalBitmap {
27 CC_BLINK_EXPORT explicit WebExternalBitmapImpl();
28 virtual ~WebExternalBitmapImpl();
41 DISALLOW_COPY_AND_ASSIGN(WebExternalBitmapImpl);
Dweb_external_texture_layer_impl.h28 class WebExternalBitmapImpl; variable
57 WebExternalBitmapImpl* bitmap,
61 WebExternalBitmapImpl* AllocateBitmap();
65 ScopedVector<WebExternalBitmapImpl> free_bitmaps_;
Dweb_external_texture_layer_impl.cc70 WebExternalBitmapImpl* bitmap = NULL; in PrepareTextureMailbox()
100 WebExternalBitmapImpl* WebExternalTextureLayerImpl::AllocateBitmap() { in AllocateBitmap()
102 WebExternalBitmapImpl* result = free_bitmaps_.back(); in AllocateBitmap()
106 return new WebExternalBitmapImpl; in AllocateBitmap()
113 WebExternalBitmapImpl* bitmap, in DidReleaseMailbox()