Searched defs:isPoint (Results 1 – 2 of 2) sorted by relevance
26 bool isPoint = buf.readBool(); in MakeFromBuffer() local92 bool isPoint = Light::kPoint_LightType == light.type(); in flatten() local
404 bool isPoint() const { return Kind == Point; } in isPoint() function