Home | History | Annotate | Download | only in pipe

Lines Matching refs:isCrossProcess

36 static bool isCrossProcess(uint32_t flags) {
74 FlattenableHeap(int numFlatsToKeep, SkNamedFactorySet* fset, bool isCrossProcess)
76 SkASSERT((isCrossProcess && fset != NULL) || (!isCrossProcess && NULL == fset));
77 if (isCrossProcess) {
376 if (isCrossProcess(fFlags)) {
418 : fFactorySet(isCrossProcess(flags) ? SkNEW(SkNamedFactorySet) : NULL)
421 , fFlattenableHeap(FLATTENABLES_TO_KEEP, fFactorySet, isCrossProcess(flags))
1079 if (isCrossProcess(fFlags)) {