Searched refs:sRegion (Results 1 – 3 of 3) sorted by relevance
30 private Rect sRegion; field in ImageSource182 public ImageSource region(Rect sRegion) { in region() argument183 this.sRegion = sRegion; in region()206 if (this.sRegion != null) { in setInvariants()208 this.sWidth = this.sRegion.width(); in setInvariants()209 this.sHeight = this.sRegion.height(); in setInvariants()238 return sRegion; in getSRegion()
211 private Rect sRegion; field in SubsamplingScaleImageView457 sRegion = imageSource.getSRegion(); in setImage()462 if (imageSource.getTile() || sRegion != null) { in setImage()523 sRegion = null; in reset()1256 …if (fullImageSampleSize == 1 && sRegion == null && sWidth() < maxTileDimensions.x && sHeight() < m… in initialiseBaseLayer()1557 if (view.sRegion != null) { in doInBackground()1558 view.sRegion.left = Math.max(0, view.sRegion.left); in doInBackground()1559 view.sRegion.top = Math.max(0, view.sRegion.top); in doInBackground()1560 view.sRegion.right = Math.min(sWidth, view.sRegion.right); in doInBackground()1561 view.sRegion.bottom = Math.min(sHeight, view.sRegion.bottom); in doInBackground()[all …]
301 const MemRegion *sRegion) { in ProfileRegion() argument304 ID.AddPointer(sRegion); in ProfileRegion()