Searched refs:PlatformBitmapPixelRef (Results 1 – 1 of 1) sorted by relevance
21 class SK_API PlatformBitmapPixelRef : public SkPixelRef { class23 PlatformBitmapPixelRef(HBITMAP bitmap_handle, void* pixels);24 virtual ~PlatformBitmapPixelRef();120 PlatformBitmapPixelRef::PlatformBitmapPixelRef(HBITMAP bitmap_handle, in PlatformBitmapPixelRef() function in __anon21592bfd0111::PlatformBitmapPixelRef127 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()