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