Searched refs:crop (Results 1 – 3 of 3) sorted by relevance
82 ((this.crop?.right ?? 1) - (this.crop?.left ?? 0)) *131 if (!this.crop) {135 return (cx - this.crop.left) / (this.crop.right - this.crop.left);139 if (!this.crop) {143 return pos * (this.crop.right - this.crop.left) + this.crop.left;
376 int[] crop = new int[4]; in Label() local377 crop[0] = cropU; in Label()378 crop[1] = cropV; in Label()379 crop[2] = cropW; in Label()380 crop[3] = cropH; in Label()381 mCrop = crop; in Label()
171 if (is_rect_empty_and_valid(layer.crop)) {