Searched refs:GetAllocator (Results 1 – 10 of 10) sorted by relevance
40 static SkBitmap::Allocator* GetAllocator();
29 SkBitmap::Allocator* SkBitmapCache::GetAllocator() { in GetAllocator() function in SkBitmapCache30 return SkResourceCache::GetAllocator(); in GetAllocator()
174 static SkBitmap::Allocator* GetAllocator();
126 dstW, dstH, SkResourceCache::GetAllocator())) { in processHQRequest()
88 SkBitmap::Allocator* allocator = SkResourceCache::GetAllocator(); in generateBitmap()
592 SkBitmap::Allocator* SkResourceCache::GetAllocator() { in GetAllocator() function in SkResourceCache
150 SkBitmap::Allocator* allocator = SkBitmapCache::GetAllocator(); in tryAllocBitmapPixels()
39 SkBitmap::Allocator* allocator = SkBitmapCache::GetAllocator(); in DEF_TEST()
309 "test content name", component, NULL, GetAllocator(endpoint)); in CreateChannel()365 cricket::PortAllocator* GetAllocator(int endpoint) { in GetAllocator() function in P2PTransportChannelTestBase379 GetAllocator(endpoint)->set_proxy("unittest/1.0", info); in SetProxy()382 GetAllocator(endpoint)->set_flags(flags); in SetAllocatorFlags()
1710 virtual HRESULT WINAPI GetAllocator(IMemAllocator **ppAllocator) = 0;1723 HRESULT (WINAPI *GetAllocator)(IMemInputPin *This,IMemAllocator **ppAllocator);1738 #define IMemInputPin_GetAllocator(This,ppAllocator) (This)->lpVtbl->GetAllocator(This,ppAllocator)