Home
last modified time | relevance | path

Searched refs:subset (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DAnimatedImageDrawable.cpp46 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()
DImageDecoder.cpp374 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()
DBitmapRegionDecoder.cpp192 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/
DRecordingCanvas.cpp123 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/
DChooserActivityTest.java865 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/
DREADME.txt20 checks all GUIDs, and the target test checks a subset of GUIDs.
/frameworks/layoutlib/
DAndroid.bp18 // Define rules to build temp_layoutlib.jar, which contains a subset of
/frameworks/base/media/java/android/media/
DMediaPlayer.java5119 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/
Dreduce_backward.rscript19 // Has a subset of the kernels from reduce.rs.
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dreduce_backward.rscript21 // Has a subset of the kernels from reduce.rs.
/frameworks/layoutlib/bridge/src/android/graphics/
DImageDecoder.java569 public void setCrop(@Nullable Rect subset) { } in setCrop() argument
/frameworks/hardware/interfaces/sensorservice/1.0/
DREADME4 NDK (sensor.h). It includes a subset of these APIs and introduces a few
/frameworks/base/graphics/java/android/graphics/
DImageDecoder.java1386 public void setCrop(@Nullable Rect subset) { in setCrop() argument
1387 mCropRect = subset; in setCrop()
/frameworks/base/core/proto/android/os/
Dbatterystats.proto94 // 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/
Drs_for_each.spec78 It is currently used to restrict processing to a subset of cells. In future
/frameworks/rs/tests/lldb/
DREADME.txt71 --wimpy, -w Test only a core subset of features.
/frameworks/ml/nn/tools/test_generator/
DREADME.md364 This is useful when only a subset of variations has a different version.
/frameworks/rs/script_api/include/
Drs_for_each.rsh68 * It is currently used to restrict processing to a subset of cells. In future
/frameworks/base/
DAndroid.bp37 // These are subset of framework-core-sources that are needed by the
/frameworks/ml/nn/tools/api/
Dtypes.spec3580 * Greedily selects a subset of bounding boxes in descending order of score.