Home
last modified time | relevance | path

Searched refs:crop (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/mixins/
DTimeline.js82 ((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;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java376 int[] crop = new int[4]; in Label() local
377 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()
/development/tools/winscope/src/
Dsf_visibility.js171 if (is_rect_empty_and_valid(layer.crop)) {