HomeSort by relevance Sort by last modified time
    Searched refs:sRegion (Results 1 - 3 of 3) sorted by null

  /external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
ImageSource.java 30 private Rect sRegion;
179 * @param sRegion the region of the source image to be displayed.
182 public ImageSource region(Rect sRegion) {
183 this.sRegion = sRegion;
206 if (this.sRegion != null) {
208 this.sWidth = this.sRegion.width();
209 this.sHeight = this.sRegion.height();
238 return sRegion;
SubsamplingScaleImageView.java 211 private Rect sRegion;
457 sRegion = imageSource.getSRegion();
462 if (imageSource.getTile() || sRegion != null) {
523 sRegion = null;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 301 const MemRegion *sRegion) {
304 ID.AddPointer(sRegion);
    [all...]

Completed in 167 milliseconds