Home
last modified time | relevance | path

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

/external/dng_sdk/source/
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()
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()
Ddng_gain_map.h192 virtual dng_rect ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds()
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()
Ddng_gain_map.cpp547 const dng_rect &imageBounds) in ProcessArea()
Ddng_lens_correction.cpp2173 const dng_rect &imageBounds, in Prepare()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCImageLabel.java108 Rectangle imageBounds = m_image == null ? new Rectangle(0, 0, 0, 0) : m_image.getBounds(); in doPaint() local
134 Rectangle imageBounds = m_image == null ? new Rectangle(0, 0, 0, 0) : m_image.getBounds(); in computeSize() local
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DDrawUtils.java78 Rectangle imageBounds = image.getBounds(); in drawImageCV() local
88 Rectangle imageBounds = image.getBounds(); in drawImageCHCV() local
230 Rectangle imageBounds = image.getBounds(); in getThubmnail() local
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/
DBatchTiledMapRenderer.java68 protected Rectangle imageBounds = new Rectangle(); field in BatchTiledMapRenderer
/external/skia/src/gpu/
DSkGr.cpp52 void GrMakeKeyFromImageID(GrUniqueKey* key, uint32_t imageID, const SkIRect& imageBounds) { in GrMakeKeyFromImageID()
/external/skia/src/core/
DSkImageFilter.cpp69 void SkImageFilter::CropRect::applyTo(const SkIRect& imageBounds, in applyTo()
/external/skia/src/pdf/
DSkPDFDevice.cpp1150 SkRect imageBounds = SkRect::Make(image->bounds()); in drawImageRect() local
2260 SkRect imageBounds = SkRect::Make(image->bounds()); in internalDrawImage() local