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