Searched refs:crop (Results 1 – 3 of 3) sorted by relevance
/development/tools/winscope/src/ |
D | transform_sf.js | 46 var crop = layer.crop || {left: 0, top: 0, right: 0 , bottom:0}; 48 left: crop.left || 0, 49 right: crop.right || 0, 50 top: crop.top || 0, 51 bottom: crop.bottom || 0 55 function intersect(bounds, crop) { argument 57 left: Math.max(crop.left, bounds.left), 58 right: Math.min(crop.right, bounds.right), 59 top: Math.max(crop.top, bounds.top), 60 bottom: Math.min(crop.bottom, bounds.bottom), [all …]
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | LabelMaker.java | 376 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/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 3566 …m/cts,fake_nSw8lq8jRHGcb-r4VYcjLQ@fakeemail.com,CameraITS: add aspect ratio detection and crop test 9400 …external/libhevc,fake_WdAoyVQhRG6etknc6WVLRw@fakeemail.com,Return error for invalid crop parameters 20408 …/camera,fake_wafFIK0-TY-bIFuCKSgDLw@fakeemail.com,QCamera3: Add timestamp offset due to sensor crop 33820 …orm/packages/apps/Settings,fake_XS0O1HOETRCiH40ZBPoyOQ@fakeemail.com,Only crop photos owned by Set… 35785 …d9,platform/frameworks/native,fake_PdNDrTszRr60bMkqiu8kRw@fakeemail.com,Document crop and finalCrop 36085 …atform/frameworks/native,fake_2BmY6mtDQL2gat-q4INp1Q@fakeemail.com,test-hwc2: set layer source crop 36235 …works/native,fake_HnN-RVAqQVSoH0J06ru90w@fakeemail.com,surfaceflinger: fix initial crop computation 36469 …xp6_4QhSpBG3rWyKeMg@fakeemail.com,SurfaceFlinger: setGeometryAppliesWithResize crop latching fixes. 70439 …,fake_r2SaexPzRxWl1kU4aq79Mw@fakeemail.com,"Revert ""ACodec: update native window crop rectangle""" 90062 …xternal/skia,fake_QTgLalheS1CBqme1hjFe6A@fakeemail.com,Image filters: fix crop rect application in… [all …]
|