HomeSort by relevance Sort by last modified time
    Searched refs:setCustomFactory (Results 1 - 3 of 3) sorted by null

  /external/skia/tests/
FlattenDrawableTest.cpp 201 buffer.setCustomFactory(SkString("IntDrawable"), IntDrawable::CreateProc);
202 buffer.setCustomFactory(SkString("PaintDrawable"), PaintDrawable::CreateProc);
203 buffer.setCustomFactory(SkString("CompoundDrawable"), CompoundDrawable::CreateProc);
204 buffer.setCustomFactory(SkString("RootDrawable"), RootDrawable::CreateProc);
FlattenableCustomFactory.cpp 69 readBuffer.setCustomFactory(SkString("IntFlattenable"), &custom_create_proc);
  /external/skia/src/core/
SkReadBuffer.h 202 * Custom factories can be removed by calling setCustomFactory("...", nullptr).
204 void setCustomFactory(const SkString& name, SkFlattenable::Factory factory) {

Completed in 108 milliseconds