Searched refs:fTransparentBounds (Results 1 – 2 of 2) sorted by relevance
1824 UBool fTransparentBounds; // True if using transparent bounds. variable
198 fTransparentBounds = FALSE; in init()1323 return fTransparentBounds; in hasTransparentBounds()1636 if (!fTransparentBounds) { in region()2326 fTransparentBounds = b; in useTransparentBounds()2327 fLookStart = (fTransparentBounds ? 0 : fRegionStart); in useTransparentBounds()2328 fLookLimit = (fTransparentBounds ? fInputLength : fRegionLimit); in useTransparentBounds()