Home | History | Annotate | Download | only in pipe

Lines Matching defs:isCrossProcess

36 static bool isCrossProcess(uint32_t flags) {
73 FlattenableHeap(int numFlatsToKeep, SkNamedFactorySet* fset, bool isCrossProcess)
75 SkASSERT((isCrossProcess && fset != NULL) || (!isCrossProcess && NULL == fset));
76 if (isCrossProcess) {
409 if (isCrossProcess(fFlags)) {
433 : fFactorySet(isCrossProcess(flags) ? SkNEW(SkNamedFactorySet) : NULL)
436 , fFlattenableHeap(FLATTENABLES_TO_KEEP, fFactorySet, isCrossProcess(flags))
1098 if (isCrossProcess(fFlags)) {