Searched defs:imageBounds (Results 1 – 12 of 12) sorted by relevance
/external/dng_sdk/source/ |
D | dng_opcodes.h | 291 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()
|
D | dng_misc_opcodes.cpp | 390 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()
|
D | dng_gain_map.h | 192 virtual dng_rect ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds()
|
D | dng_bad_pixels.cpp | 486 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()
|
D | dng_gain_map.cpp | 547 const dng_rect &imageBounds) in ProcessArea()
|
D | dng_lens_correction.cpp | 2173 const dng_rect &imageBounds, in Prepare()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CImageLabel.java | 108 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/ |
D | DrawUtils.java | 78 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/ |
D | BatchTiledMapRenderer.java | 68 protected Rectangle imageBounds = new Rectangle(); field in BatchTiledMapRenderer
|
/external/skia/src/gpu/ |
D | SkGr.cpp | 52 void GrMakeKeyFromImageID(GrUniqueKey* key, uint32_t imageID, const SkIRect& imageBounds) { in GrMakeKeyFromImageID()
|
/external/skia/src/core/ |
D | SkImageFilter.cpp | 69 void SkImageFilter::CropRect::applyTo(const SkIRect& imageBounds, in applyTo()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 1150 SkRect imageBounds = SkRect::Make(image->bounds()); in drawImageRect() local 2260 SkRect imageBounds = SkRect::Make(image->bounds()); in internalDrawImage() local
|