Home | History | Annotate | Download | only in pipe

Lines Matching refs:fset

73     FlattenableHeap(int numFlatsToKeep, SkNamedFactorySet* fset, bool isCrossProcess)
75 SkASSERT((isCrossProcess && fset != NULL) || (!isCrossProcess && NULL == fset));
77 this->setNamedFactorySet(fset);