Searched refs:horizOff (Results 1 – 3 of 3) sorted by relevance
120 if (clap.width.d <= 0 || clap.height.d <= 0 || clap.horizOff.d <= 0 || clap.vertOff.d <= 0 || in convertCleanApertureToRect()137 if (!centerX.add(clap.horizOff) || !centerX.subtract(halfW) || !centerX.isInteger() || in convertCleanApertureToRect()
873 mClap.horizOff.n = values[4]; in parse()874 mClap.horizOff.d = values[5]; in parse()
42 Fraction horizOff; member