Home
last modified time | relevance | path

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

/external/skia/tests/
DFlattenDrawableTest.cpp201 buffer.setCustomFactory(SkString("IntDrawable"), IntDrawable::CreateProc); in register_test_drawables()
202 buffer.setCustomFactory(SkString("PaintDrawable"), PaintDrawable::CreateProc); in register_test_drawables()
203 buffer.setCustomFactory(SkString("CompoundDrawable"), CompoundDrawable::CreateProc); in register_test_drawables()
204 buffer.setCustomFactory(SkString("RootDrawable"), RootDrawable::CreateProc); in register_test_drawables()
DFlattenableCustomFactory.cpp69 readBuffer.setCustomFactory(SkString("IntFlattenable"), &custom_create_proc); in DEF_TEST()
/external/skia/src/core/
DSkReadBuffer.h204 void setCustomFactory(const SkString& name, SkFlattenable::Factory factory) { in setCustomFactory() function