Home
last modified time | relevance | path

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

1234

/frameworks/native/opengl/tests/finish/
Dfinish.cpp105 GLint crop[4] = { 0, 512, 512, -512 }; in main() local
119 GLint crop[4] = { 0, 1, 1, -1 }; in main() local
133 GLint crop[4] = { 0, 512, 512, -512 }; in main() local
148 GLint crop[4] = { 0, 1, 1, -1 }; in main() local
165 GLint crop[4] = { 0, 512, 512, -512 }; in main() local
185 GLint crop[4] = { 0, 1, 1, -1 }; in main() local
198 GLint crop[4] = { 0, 1, 1, -1 }; in main() local
213 GLint crop[4] = { 0, 1, 1, -1 }; in main() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DScreenshotUtils.java38 public static void captureLayer(SurfaceControl sc, Rect crop, in captureLayer()
96 Rect crop, int layer) { in takeScreenshot()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/tasksurfacehelper/
DTaskSurfaceHelperController.java60 public void screenshotTask(RunningTaskInfo taskInfo, Rect crop, in screenshotTask()
74 public void screenshotTask(RunningTaskInfo taskInfo, Rect crop, Executor executor, in screenshotTask()
DTaskSurfaceHelper.java35 default void screenshotTask(RunningTaskInfo taskInfo, Rect crop, Executor executor, in screenshotTask()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1731 inline constexpr _C2PlanarSectionAspect(uint32_t width, uint32_t height, const C2Rect &crop) in _C2PlanarSectionAspect()
1742 inline constexpr C2Rect crop() const { return mCrop; } in crop() function
1747 inline constexpr _C2PlanarSectionAspect childSection(const C2Rect &crop) const { in childSection()
1763 … inline constexpr _C2PlanarSectionAspect(const _C2PlanarCapacityAspect *parent, const C2Rect &crop) in _C2PlanarSectionAspect()
1767 … inline constexpr _C2PlanarSectionAspect(const _C2PlanarSectionAspect *parent, const C2Rect &crop) in _C2PlanarSectionAspect()
1790 inline constexpr C2Rect crop() const { return mCrop; } in crop() function
1795 inline void setCrop_be(const C2Rect &crop) { in setCrop_be()
1808 inline bool setCrop(const C2Rect &crop) { in setCrop()
1824 inline constexpr C2PlanarSection(const _C2PlanarCapacityAspect &parent, const C2Rect &crop) in C2PlanarSection()
1827 inline constexpr C2PlanarSection(const _C2PlanarSectionAspect &parent, const C2Rect &crop) in C2PlanarSection()
[all …]
/frameworks/native/libs/gui/
DGLConsumerUtils.cpp107 mat4 crop( in computeTransformMatrix() local
/frameworks/native/opengl/tests/textures/
Dtextures.cpp66 GLint crop[4] = { 0, 4, 4, -4 }; in main() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedSurfaceTransactionHelper.java65 OneHandedSurfaceTransactionHelper crop(SurfaceControl.Transaction tx, SurfaceControl leash, in crop() method in OneHandedSurfaceTransactionHelper
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipSurfaceTransactionHelper.java63 public PipSurfaceTransactionHelper crop(SurfaceControl.Transaction tx, SurfaceControl leash, in crop() method in PipSurfaceTransactionHelper
139 final Rect crop = mTmpDestinationRect; in rotateAndScaleWithCrop() local
/frameworks/native/opengl/tests/filter/
Dfilter.cpp78 GLint crop[4] = { 0, 4, 4, -4 }; in main() local
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/accessibility/
DAtfBufferedImage.java82 public Image crop(int left, int top, int width, int height) { in crop() method in AtfBufferedImage
/frameworks/native/services/surfaceflinger/
DLayerRenderArea.cpp45 LayerRenderArea::LayerRenderArea(SurfaceFlinger& flinger, sp<Layer> layer, const Rect& crop, in LayerRenderArea()
/frameworks/base/services/core/java/com/android/server/wm/utils/
DRotationAnimationUtils.java120 Rect crop = new Rect(0, 0, size.x, size.y); in getLumaOfSurfaceControl() local
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
Dtrace_creator.py212 def crop(): function
/frameworks/native/libs/gui/include/gui/
DBLASTBufferQueue.h173 Rect crop; member
DCpuConsumer.h53 Rect crop; member
DBufferQueueCore.h336 Rect crop; member
/frameworks/base/core/java/android/app/
DIUiAutomationConnection.aidl45 Bitmap takeScreenshot(in Rect crop); in takeScreenshot()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java335 RectF crop = getMaxCropRect( in cropImageAndSetWallpaper() local
653 Bitmap crop = null; local
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
DLayerProtoParser.h95 LayerProtoParser::Rect crop; variable
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DTransactionCompat.java84 public TransactionCompat setWindowCrop(SurfaceControlCompat surfaceControl, Rect crop) { in setWindowCrop()
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp337 mat4 crop(sx, 0, 0, 0, 0, sy, 0, 0, 0, 0, 1, 0, tx, ty, 0, 1); in computeTransformMatrix() local
350 Rect SurfaceTexture::scaleDownCrop(const Rect& crop, uint32_t bufferWidth, uint32_t bufferHeight) { in scaleDownCrop()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java369 final Rect crop = calculateSnapshotCrop(); in drawSizeMismatchSnapshot() local
440 Rect calculateSnapshotFrame(Rect crop) { in calculateSnapshotFrame()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindow.java400 final Rect crop = calculateSnapshotCrop(); in drawSizeMismatchSnapshot() local
463 public Rect calculateSnapshotFrame(Rect crop) { in calculateSnapshotFrame()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DShellTaskOrganizer.java361 public void screenshotTask(RunningTaskInfo taskInfo, Rect crop, in screenshotTask()
367 ScreenshotUtils.captureLayer(info.getLeash(), crop, consumer); in screenshotTask() local

1234