Searched refs:fTransparentBounds (Results 1 – 2 of 2) sorted by relevance
1826 UBool fTransparentBounds; // True if using transparent bounds. variable
202 fTransparentBounds = FALSE; in init()1327 return fTransparentBounds; in hasTransparentBounds()1640 if (!fTransparentBounds) { in region()2330 fTransparentBounds = b; in useTransparentBounds()2331 fLookStart = (fTransparentBounds ? 0 : fRegionStart); in useTransparentBounds()2332 fLookLimit = (fTransparentBounds ? fInputLength : fRegionLimit); in useTransparentBounds()