Home
last modified time | relevance | path

Searched refs:imageLocation (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2ContentLocation.php102 public function setImageLocation(GooglePrivacyDlpV2ImageLocation $imageLocation) argument
104 $this->imageLocation = $imageLocation;
111 return $this->imageLocation;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DConnection.php50 public $imageLocation; variable in Google\\Service\\Connectors\\Connection
181 public function setImageLocation($imageLocation) argument
183 $this->imageLocation = $imageLocation;
190 return $this->imageLocation;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRegion.java42 imageLocation = new Point(0,0); in Region()
55 private Point imageLocation; field in Region
63 imageLocation = new Point(Math.max(0, x), Math.max(0, y)); in grabImage()
66 int widthDelta = imageWidth+imageLocation.x - master.getWidth(); in grabImage()
72 int heightDelta = imageHeight+imageLocation.y - master.getHeight(); in grabImage()
80 int xt = x + imageLocation.x; in grabImage()
81 int yt = y + imageLocation.y; in grabImage()
109 return imageLocation; in getImageLocation()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...