Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/surface_flinger/computations/
Dvisibility_properties_computation.ts339 crop = new Rect(0, 0, 0, 0),
355 const layerBounds = this.getCroppedScreenBounds(layer, crop);
356 const otherBounds = this.getCroppedScreenBounds(other, crop);
366 crop = new Rect(0, 0, 0, 0),
368 const layerBounds = this.getCroppedScreenBounds(layer, crop);
369 const otherBounds = this.getCroppedScreenBounds(other, crop);
377 crop: Rect,
384 if (layerScreenBounds && !crop.isEmpty()) {
385 return layerScreenBounds.cropRect(crop);
/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/protos/surfaceflinger/udc/
Dlayers.proto59 // The layer's crop in it's own bounds.
60 RectProto crop = 14; field
61 // The layer's crop in it's parent's bounds.
91 // The layer's composer backend source crop
Dtransactions.proto211 RectProto crop = 21; field