Home | History | Annotate | Download | only in core

Lines Matching refs:Factory

338     // TODO: confirm that ft matches the factory we decide to use
341 SkFlattenable::Factory factory = nullptr;
353 factory = fFactoryArray[index];
364 factory = (*fFactoryTDArray)[index];
366 factory = (SkFlattenable::Factory)readFunctionPtr();
367 if (nullptr == factory) {
372 // if we get here, factory may still be null, but if that is the case, the
376 if (factory) {
378 obj = (*factory)(*this);