Searched refs:isPoint (Results 1 – 4 of 4) sorted by relevance
26 bool isPoint = buf.readBool(); in MakeFromBuffer() local47 if (isPoint) { in MakeFromBuffer()92 bool isPoint = Light::kPoint_LightType == light.type(); in flatten() local94 buf.writeBool(isPoint); in flatten()107 if (isPoint) { in flatten()
123 bool isPoint;126 : SourceRange(R), isPoint(isP) {} in SourceRange()128 PathDiagnosticRange() : isPoint(false) {} in PathDiagnosticRange()
395 else if (isPoint()) in dump()420 assert(!Y->isPoint() && "Y must not be a Point"); in intersectConstraints()458 assert(!(X->isPoint() && Y->isPoint()) && in intersectConstraints()544 assert(!(X->isLine() && Y->isPoint()) && "This case should never occur"); in intersectConstraints()546 if (X->isPoint() && Y->isLine()) { in intersectConstraints()2993 else if (Constraints[LI].isPoint()) in propagate()3148 else if (CurConstraint.isPoint()) { in updateDirection()
404 bool isPoint() const { return Kind == Point; } in isPoint() function