/frameworks/base/core/jni/android/graphics/ |
D | AnimatedImageDrawable.cpp | 46 SkIRect subset; in AnimatedImageDrawable_nCreate() local 48 GraphicsJNI::jrect_to_irect(env, jsubset, &subset); in AnimatedImageDrawable_nCreate() 50 subset = SkIRect::MakeWH(width, height); in AnimatedImageDrawable_nCreate() 83 SkRect bounds = SkRect::MakeWH(subset.width(), subset.height()); in AnimatedImageDrawable_nCreate() 98 info, subset, in AnimatedImageDrawable_nCreate()
|
D | ImageDecoder.cpp | 374 SkIRect subset; in ImageDecoder_nDecodeBitmap() local 375 GraphicsJNI::jrect_to_irect(env, jsubset, &subset); in ImageDecoder_nDecodeBitmap() 377 translateX = -subset.fLeft; in ImageDecoder_nDecodeBitmap() 378 translateY = -subset.fTop; in ImageDecoder_nDecodeBitmap() 379 desiredWidth = subset.width(); in ImageDecoder_nDecodeBitmap() 380 desiredHeight = subset.height(); in ImageDecoder_nDecodeBitmap()
|
D | BitmapRegionDecoder.cpp | 192 SkIRect subset = SkIRect::MakeXYWH(inputX, inputY, inputWidth, inputHeight); in nativeDecodeRegion() local 194 if (!brd->decodeRegion(&bitmap, allocator, subset, sampleSize, in nativeDecodeRegion()
|
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.cpp | 123 SaveBehind(const SkRect* subset) { in SaveBehind() 124 if (subset) { this->subset = *subset; } in SaveBehind() 126 SkRect subset = kUnset; member 128 SkAndroidFrameworkUtils::SaveBehind(c, &subset); in draw() 545 void DisplayListData::saveBehind(const SkRect* subset) { in saveBehind() argument 546 this->push<SaveBehind>(0, subset); in saveBehind() 802 bool RecordingCanvas::onDoSaveBehind(const SkRect* subset) { in onDoSaveBehind() argument 803 fDL->saveBehind(subset); in onDoSaveBehind()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | ChooserActivityTest.java | 865 List<ShareShortcutInfo> subset = new ArrayList<>(); in testConvertToChooserTarget_predictionService() local 866 subset.add(shortcuts.get(1)); in testConvertToChooserTarget_predictionService() 867 subset.add(shortcuts.get(2)); in testConvertToChooserTarget_predictionService() 868 subset.add(shortcuts.get(3)); in testConvertToChooserTarget_predictionService() 873 chooserTargets = activity.convertToChooserTarget(subset, shortcuts, null, in testConvertToChooserTarget_predictionService() 901 List<ShareShortcutInfo> subset = new ArrayList<>(); in testConvertToChooserTarget_shortcutManager() local 902 subset.add(shortcuts.get(1)); in testConvertToChooserTarget_shortcutManager() 903 subset.add(shortcuts.get(2)); in testConvertToChooserTarget_shortcutManager() 904 subset.add(shortcuts.get(3)); in testConvertToChooserTarget_shortcutManager() 909 chooserTargets = activity.convertToChooserTarget(subset, shortcuts, null, in testConvertToChooserTarget_shortcutManager()
|
/frameworks/wilhelm/tools/hashgen/ |
D | README.txt | 20 checks all GUIDs, and the target test checks a subset of GUIDs.
|
/frameworks/layoutlib/ |
D | Android.bp | 18 // Define rules to build temp_layoutlib.jar, which contains a subset of
|
/frameworks/base/media/java/android/media/ |
D | MediaPlayer.java | 5119 byte[] subset = Arrays.copyOfRange(pssh, i, i + UUID_SIZE); in parsePSSH() 5120 UUID uuid = bytesToUUID(subset); in parsePSSH() 5131 subset = Arrays.copyOfRange(pssh, i, i+DATALEN_SIZE); in parsePSSH() 5133 ((subset[3] & 0xff) << 24) | ((subset[2] & 0xff) << 16) | in parsePSSH() 5134 ((subset[1] & 0xff) << 8) | (subset[0] & 0xff) : in parsePSSH() 5135 ((subset[0] & 0xff) << 24) | ((subset[1] & 0xff) << 16) | in parsePSSH() 5136 ((subset[2] & 0xff) << 8) | (subset[3] & 0xff) ; in parsePSSH()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | reduce_backward.rscript | 19 // Has a subset of the kernels from reduce.rs.
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | reduce_backward.rscript | 21 // Has a subset of the kernels from reduce.rs.
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | ImageDecoder.java | 569 public void setCrop(@Nullable Rect subset) { } in setCrop() argument
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | README | 4 NDK (sensor.h). It includes a subset of these APIs and introduces a few
|
/frameworks/base/graphics/java/android/graphics/ |
D | ImageDecoder.java | 1386 public void setCrop(@Nullable Rect subset) { in setCrop() argument 1387 mCropRect = subset; in setCrop()
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 94 // For historical reasons, screen_doze_duration_msec is a subset of 122 // screen_doze_since_charge is a subset of screen_off_since_charge. 134 // a subset of total_mah_screen_off.
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 78 It is currently used to restrict processing to a subset of cells. In future
|
/frameworks/rs/tests/lldb/ |
D | README.txt | 71 --wimpy, -w Test only a core subset of features.
|
/frameworks/ml/nn/tools/test_generator/ |
D | README.md | 364 This is useful when only a subset of variations has a different version.
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 68 * It is currently used to restrict processing to a subset of cells. In future
|
/frameworks/base/ |
D | Android.bp | 37 // These are subset of framework-core-sources that are needed by the
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 3580 * Greedily selects a subset of bounding boxes in descending order of score.
|