Searched refs:cHeight (Results 1 – 2 of 2) sorted by relevance
158 double cHeight = isFull() ? -1 : 2 - Math.max(height, 0.0); in complement() local159 return S2Cap.fromAxisHeight(S2Point.neg(axis), cHeight); in complement()
686 int cHeight = (int)(deRandom_getUint32(&rnd) & 0x7fffffff) % (height-cY); in render() local689 context.scissor(cX, cY, cWidth, cHeight); in render()