Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkTemplates.h428 template <typename T> T* SkInPlaceNewCheck(void* storage, size_t size) { in SkInPlaceNewCheck() function
433 T* SkInPlaceNewCheck(void* storage, size_t size, const A1& a1, const A2& a2, const A3& a3) { in SkInPlaceNewCheck() function
438 T* SkInPlaceNewCheck(void* storage, size_t size, in SkInPlaceNewCheck() function
/external/skia/src/core/
DSkBitmapController.cpp262 return SkInPlaceNewCheck<SkDefaultBitmapControllerState>(storage, size, in onRequestBitmap()