Home
last modified time | relevance | path

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

/external/chromium_org/skia/ext/
Dbitmap_platform_device_win.cc21 class SK_API PlatformBitmapPixelRef : public SkPixelRef { class
23 PlatformBitmapPixelRef(HBITMAP bitmap_handle, void* pixels);
24 virtual ~PlatformBitmapPixelRef();
120 PlatformBitmapPixelRef::PlatformBitmapPixelRef(HBITMAP bitmap_handle, in PlatformBitmapPixelRef() function in __anon21592bfd0111::PlatformBitmapPixelRef
127 PlatformBitmapPixelRef::~PlatformBitmapPixelRef() { in ~PlatformBitmapPixelRef()
132 void* PlatformBitmapPixelRef::onLockPixels(SkColorTable** color_table) { in onLockPixels()
137 void PlatformBitmapPixelRef::onUnlockPixels() { in onUnlockPixels()
208 RefPtr<SkPixelRef> pixel_ref = AdoptRef(new PlatformBitmapPixelRef(hbitmap, in Create()
395 RefPtr<SkPixelRef> pixel_ref = AdoptRef(new PlatformBitmapPixelRef(hbitmap, in Allocate()