Home
last modified time | relevance | path

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

/development/tools/winscope/src/flickerlib/layers/
DLayer.ts34 let crop: Rect variable
/development/tools/winscope/spec/traces/
DExpectedTraces.js29 crop: standardCrop, property
208 crop: standardCrop, property
301 crop: new Rect(0, 0, 1440, 2960), property
405 crop: new Rect(0, 0, 1440, 2880), property
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java376 int[] crop = new int[4]; in Label() local