Home | History | Annotate | Download | only in referencerenderer

Lines Matching defs:yd

62 	const deInt64	yd			= y1-y0;
65 if (yd == 0)
68 inclusive = horizontalFill == FILL_LEFT ? yd <= 0 : yd >= 0;