Home
last modified time | relevance | path

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

12

/frameworks/base/libs/hwui/jni/
DAnimatedImageDrawable.cpp55 SkIRect subset; in AnimatedImageDrawable_nCreate() local
57 GraphicsJNI::jrect_to_irect(env, jsubset, &subset); in AnimatedImageDrawable_nCreate()
59 subset = SkIRect::MakeWH(width, height); in AnimatedImageDrawable_nCreate()
92 SkRect bounds = SkRect::MakeWH(subset.width(), subset.height()); in AnimatedImageDrawable_nCreate()
107 info, subset, in AnimatedImageDrawable_nCreate()
DBitmapRegionDecoder.cpp293 const SkIRect subset = SkIRect::MakeXYWH(inputX, inputY, inputWidth, inputHeight); in nativeDecodeRegion() local
295 if (!brd->decodeRegion(&bitmap, allocator, subset, sampleSize, in nativeDecodeRegion()
337 SkIRect gainmapSubset = brd->calculateGainmapRegion(subset, &gainmapWidth, &gainmapHeight); in nativeDecodeRegion()
DImageDecoder.cpp323 SkIRect subset; in ImageDecoder_nDecodeBitmap() local
324 GraphicsJNI::jrect_to_irect(env, jsubset, &subset); in ImageDecoder_nDecodeBitmap()
325 if (!decoder->setCropRect(&subset)) { in ImageDecoder_nDecodeBitmap()
/frameworks/base/libs/hwui/
DRenderNode.cpp357 const auto subset = SkIRect::MakeWH(properties().getWidth(), in updateSnapshotIfRequired() local
363 mSnapshotResult.outSubset = subset; in updateSnapshotIfRequired()
375 context, snapshot, imageFilter, subset, clipBounds, &mSnapshotResult.outSubset, in updateSnapshotIfRequired()
381 snapshot, imageFilter, subset, clipBounds, &mSnapshotResult.outSubset, in updateSnapshotIfRequired()
DRecordingCanvas.cpp143 SaveBehind(const SkRect* subset) { in SaveBehind()
144 if (subset) { this->subset = *subset; } in SaveBehind()
146 SkRect subset = kUnset; member
148 SkAndroidFrameworkUtils::SaveBehind(c, &subset); in draw()
803 void DisplayListData::saveBehind(const SkRect* subset) { in saveBehind() argument
804 this->push<SaveBehind>(0, subset); in saveBehind()
1103 bool RecordingCanvas::onDoSaveBehind(const SkRect* subset) { in onDoSaveBehind() argument
1104 fDL->saveBehind(subset); in onDoSaveBehind()
/frameworks/wilhelm/tools/hashgen/
DREADME.txt20 checks all GUIDs, and the target test checks a subset of GUIDs.
/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp262 auto subset = SkIRect::MakeWH(srcBounds.width(), srcBounds.height()); in drawContent() local
267 recordingContext, snapshotImage, imageFilter, subset, in drawContent()
272 snapshotImage = SkImages::MakeWithFilter(snapshotImage, imageFilter, subset, in drawContent()
/frameworks/native/cmds/atrace/
Datrace_userdebug.rc21 # Allow traced_probes to use the raw_syscall filters to trace only a subset
/frameworks/layoutlib/
DAndroid.bp18 // Define rules to build temp_layoutlib.jar, which contains a subset of
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Dtesting.md50 A subset of the flicker tests tests are run as a part of WindowManager presubmit, and the
/frameworks/base/media/java/android/media/
DMediaPlayer.java5461 byte[] subset = Arrays.copyOfRange(pssh, i, i + UUID_SIZE); in parsePSSH()
5462 UUID uuid = bytesToUUID(subset); in parsePSSH()
5473 subset = Arrays.copyOfRange(pssh, i, i+DATALEN_SIZE); in parsePSSH()
5475 ((subset[3] & 0xff) << 24) | ((subset[2] & 0xff) << 16) | in parsePSSH()
5476 ((subset[1] & 0xff) << 8) | (subset[0] & 0xff) : in parsePSSH()
5477 ((subset[0] & 0xff) << 24) | ((subset[1] & 0xff) << 16) | in parsePSSH()
5478 ((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/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java1383 List<ShareShortcutInfo> subset = new ArrayList<>(); in testConvertToChooserTarget_predictionService() local
1384 subset.add(shortcuts.get(1)); in testConvertToChooserTarget_predictionService()
1385 subset.add(shortcuts.get(2)); in testConvertToChooserTarget_predictionService()
1386 subset.add(shortcuts.get(3)); in testConvertToChooserTarget_predictionService()
1391 chooserTargets = activity.convertToChooserTarget(subset, shortcuts, null, in testConvertToChooserTarget_predictionService()
1426 List<ShareShortcutInfo> subset = new ArrayList<>(); in testConvertToChooserTarget_shortcutManager() local
1427 subset.add(shortcuts.get(1)); in testConvertToChooserTarget_shortcutManager()
1428 subset.add(shortcuts.get(2)); in testConvertToChooserTarget_shortcutManager()
1429 subset.add(shortcuts.get(3)); in testConvertToChooserTarget_shortcutManager()
1434 chooserTargets = activity.convertToChooserTarget(subset, shortcuts, null, in testConvertToChooserTarget_shortcutManager()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DSystemRequestObserverTest.kt164 fun `requestDisplayModes subset modes from different tokens`() { in requestDisplayModes subset modes from different tokens()
/frameworks/proto_logging/stats/atoms/wearpas/
Dwearpas_extension_atoms.proto29 * Number of suspend attempts that failed during this interval, a subset of
/frameworks/hardware/interfaces/sensorservice/1.0/
DREADME4 NDK (sensor.h). It includes a subset of these APIs and introduces a few
/frameworks/base/core/java/android/text/flags/
Dflags.aconfig16 …ble with the apps that reads fonts.xml. So, fonts.xml is maintained as a subset of the font_fallba…
/frameworks/base/graphics/java/android/graphics/
DImageDecoder.java1420 public void setCrop(@Nullable Rect subset) { in setCrop() argument
1421 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/base/core/java/
DAndroid.bp58 // These are subset of framework-core-sources that are needed by the
/frameworks/rs/script_api/include/
Drs_for_each.rsh68 * It is currently used to restrict processing to a subset of cells. In future
/frameworks/proto_logging/stats/atoms/wifi/
Dwifi_extension_atoms.proto732 …STATE_CELLULAR_UNAVAILABLE = 3; // Measures actual performance based on a subset of data collected…
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java1431 private boolean isSubsetOf(int[] sortedSuperset, int[] subset) { in isSubsetOf() argument
1432 for (int i : subset) { in isSubsetOf()

12