Home
last modified time | relevance | path

Searched defs:imageBounds (Results 1 – 25 of 147) sorted by relevance

123456

/aosp_15_r20/external/dng_sdk/source/
H A Ddng_misc_opcodes.cpp390 dng_rect dng_opcode_MapTable::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds()
609 dng_rect dng_opcode_MapPolynomial::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds()
971 dng_rect dng_opcode_DeltaPerRow::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds()
1177 dng_rect dng_opcode_DeltaPerColumn::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds()
1357 dng_rect dng_opcode_ScalePerRow::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds()
1534 dng_rect dng_opcode_ScalePerColumn::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds()
H A Ddng_opcodes.h291 virtual dng_rect ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds()
328 const dng_rect &imageBounds) in SrcTileSize()
431 virtual dng_rect ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds()
H A Ddng_bad_pixels.cpp486 const dng_rect &imageBounds, in IsPointValid()
1032 const dng_rect &imageBounds) in FixClusteredPixel()
1541 const dng_rect &imageBounds) in FixClusteredRect()
1725 const dng_rect &imageBounds) in ProcessArea()
H A Ddng_gain_map.h192 virtual dng_rect ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds()
H A Ddng_gain_map.cpp547 const dng_rect &imageBounds) in ProcessArea()
H A Ddng_lens_correction.cpp2173 const dng_rect &imageBounds, in Prepare()
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java662 public void displayPhoto(final Uri photoUri, final Rect imageBounds, final boolean isDraft) { in displayPhoto()
666 public static void displayPhoto(final Uri photoUri, final Rect imageBounds, in displayPhoto()
1262 final MessagePartData attachment, final Rect imageBounds, final boolean longPress) { in onAttachmentClick()
1272 displayPhoto(attachment.getContentUri(), imageBounds, false /* isDraft */); in onAttachmentClick() local
DComposeMessageView.java92 void displayPhoto(Uri photoUri, Rect imageBounds, boolean isDraft); in displayPhoto()
926 public void displayPhoto(final Uri photoUri, final Rect imageBounds) { in displayPhoto()
DConversationMessageView.java86 Rect imageBounds, boolean longPress); in onAttachmentClick()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropDrawingUtils.java161 public static Matrix getBitmapToDisplayMatrix(RectF imageBounds, RectF displayBounds) { in getBitmapToDisplayMatrix()
167 public static boolean setBitmapToDisplayMatrix(Matrix m, RectF imageBounds, in setBitmapToDisplayMatrix()
DCropActivity.java618 RectF imageBounds = new RectF(0, 0, image.getWidth(), image.getHeight()); in getCroppedImage() local
688 private RectF getBitmapCrop(RectF imageBounds) { in getBitmapCrop()
/aosp_15_r20/external/skia/src/core/
H A DSkImageFilterTypes.cpp709 LayerSpace<SkIRect> imageBounds = in analyzeBounds() local
735 SkRect imageBounds = SkRect::Make(fImage->dimensions()); in analyzeBounds() local
1170 LayerSpace<SkIRect> imageBounds(SkIRect::MakeXYWH(knownOrigin.x(), knownOrigin.y(), in subset() local
1401 const SkRect imageBounds = SkRect::Make(fImage->dimensions()); in getAnalyzedShaderView() local
1949 SkRect imageBounds = SkRect::Make(image->dimensions()); in MakeFromImage() local
H A DSkCanvas.cpp2260 skif::ParameterSpace<SkRect> imageBounds{dst}; in onDrawImageRect2() local
/aosp_15_r20/frameworks/base/libs/hwui/pipeline/skia/
H A DBackdropFilterDrawable.cpp55 SkIRect imageBounds = SkIRect::MakeWH(backdropImage->width(), backdropImage->height()); in onDraw() local
/aosp_15_r20/external/skia/src/effects/imagefilters/
H A DSkImageImageFilter.cpp85 SkRect imageBounds = SkRect::Make(image->dimensions()); in Image() local
/aosp_15_r20/frameworks/native/libs/renderengine/skia/
H A DSkiaRenderEngine.h167 const SkRect& imageBounds; member
H A DSkiaRenderEngine.cpp1074 SkRect imageBounds; in drawLayersInternal() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGradControl.java119 public void setScrImageInfo(Matrix scrToImg, Rect imageBounds) { in setScrImageInfo()
DEclipseControl.java102 public void setScrImageInfo(Matrix scrToImg, Rect imageBounds) { in setScrImageInfo()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java269 Rect imageBounds = new Rect(bounds); in loadRegionBitmap() local
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DSkGr.cpp60 void GrMakeKeyFromImageID(skgpu::UniqueKey* key, uint32_t imageID, const SkIRect& imageBounds) { in GrMakeKeyFromImageID()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java262 final float imageBounds = mIncreasedSize ? in updateIconScaleForNonSystemIcons() local
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DImageReaderTest.java1485 Rect imageBounds = new Rect(/*left*/0, /*top*/0, /*right*/width, /*bottom*/height); in convertPixelYuvToRgba() local
/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFDevice.cpp1707 SkRect imageBounds = SkRect::Make(imageSubset.image()->bounds()); in internalDrawImageRect() local
/aosp_15_r20/external/skia/tests/
H A DFilterResultTest.cpp453 LayerSpace<SkIRect> imageBounds( in renderExpectedImage() local

123456