/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_misc_opcodes.h | 183 virtual dng_rect ModifiedBounds (const dng_rect &imageBounds); 189 const dng_rect &imageBounds); 243 virtual dng_rect ModifiedBounds (const dng_rect &imageBounds); 249 const dng_rect &imageBounds); 284 virtual dng_rect ModifiedBounds (const dng_rect &imageBounds); 290 const dng_rect &imageBounds); 325 virtual dng_rect ModifiedBounds (const dng_rect &imageBounds); 331 const dng_rect &imageBounds); 364 virtual dng_rect ModifiedBounds (const dng_rect &imageBounds); 370 const dng_rect &imageBounds); [all...] |
H A D | dng_bad_pixels.h | 62 const dng_rect &imageBounds); 67 const dng_rect &imageBounds, 77 const dng_rect &imageBounds); 217 /// \param imageBounds The pt must lie within imageBounds to be valid. 222 const dng_rect &imageBounds, 266 const dng_rect &imageBounds); 271 const dng_rect &imageBounds, 281 const dng_rect &imageBounds); 295 const dng_rect &imageBounds); [all...] |
H A D | dng_opcodes.h | 291 virtual dng_rect ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument 293 return imageBounds; in ModifiedBounds() 306 /// \param imageBounds The overall image area (dstArea will lie within these 311 const dng_rect & /* imageBounds */) in SrcArea() 321 /// \param imageBounds The image bounds (the destination tile will 328 const dng_rect &imageBounds) in SrcTileSize() 331 imageBounds).Size (); in SrcTileSize() 348 /// \param imageBounds Total size of image to be processed. 361 const dng_rect & /* imageBounds */, in Prepare() 385 /// \param imageBounds Tota 327 SrcTileSize(const dng_point &dstTileSize, const dng_rect &imageBounds) SrcTileSize() argument 431 ModifiedBounds(const dng_rect &imageBounds) ModifiedBounds() argument [all...] |
H A D | dng_bad_pixels.cpp | 105 const dng_rect & /* imageBounds */) in SrcArea() 125 const dng_rect & /* imageBounds */, in Prepare() 158 const dng_rect & /* imageBounds */) in ProcessArea() 486 const dng_rect &imageBounds, in IsPointValid() 492 if (pt.v < imageBounds.t || in IsPointValid() 493 pt.h < imageBounds.l || in IsPointValid() 494 pt.v >= imageBounds.b || in IsPointValid() 495 pt.h >= imageBounds.r) in IsPointValid() 739 const dng_rect & /* imageBounds */) in SrcArea() 780 const dng_rect & /* imageBounds */, in Prepare() 485 IsPointValid(const dng_point &pt, const dng_rect &imageBounds, uint32 index) const IsPointValid() argument 1030 FixClusteredPixel(dng_pixel_buffer &buffer, uint32 pointIndex, const dng_rect &imageBounds) FixClusteredPixel() argument 1539 FixClusteredRect(dng_pixel_buffer &buffer, const dng_rect &badRect, const dng_rect &imageBounds) FixClusteredRect() argument 1720 ProcessArea(dng_negative & , uint32 , dng_pixel_buffer &srcBuffer, dng_pixel_buffer &dstBuffer, const dng_rect &dstArea, const dng_rect &imageBounds) ProcessArea() argument [all...] |
H A D | dng_gain_map.h | 192 virtual dng_rect ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument 194 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds() 203 const dng_rect &imageBounds);
|
H A D | dng_misc_opcodes.cpp | 390 dng_rect dng_opcode_MapTable::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument 393 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds() 403 const dng_rect & /* imageBounds */) in ProcessArea() 609 dng_rect dng_opcode_MapPolynomial::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument 612 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds() 622 const dng_rect & /* imageBounds */) in ProcessArea() 971 dng_rect dng_opcode_DeltaPerRow::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument 974 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds() 984 const dng_rect & /* imageBounds */) in ProcessArea() 1177 dng_rect dng_opcode_DeltaPerColumn::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument 1357 ModifiedBounds(const dng_rect &imageBounds) ModifiedBounds() argument 1534 ModifiedBounds(const dng_rect &imageBounds) ModifiedBounds() argument [all...] |
H A D | dng_lens_correction.h | 618 const dng_rect &imageBounds, 627 const dng_rect &imageBounds);
|
H A D | dng_gain_map.cpp | 547 const dng_rect &imageBounds) in ProcessArea() 573 imageBounds, in ProcessArea() 543 ProcessArea(dng_negative & , uint32 , dng_pixel_buffer &buffer, const dng_rect &dstArea, const dng_rect &imageBounds) ProcessArea() argument
|
H A D | dng_lens_correction.cpp | 2173 const dng_rect &imageBounds, 2204 const dng_rect_real64 bounds (imageBounds); 2317 const dng_rect & /* imageBounds */)
|
/third_party/skia/src/gpu/ |
H A D | SkGr.cpp | 51 void GrMakeKeyFromImageID(GrUniqueKey* key, uint32_t imageID, const SkIRect& imageBounds) { in GrMakeKeyFromImageID() argument 54 SkASSERT(!imageBounds.isEmpty()); in GrMakeKeyFromImageID() 58 builder[1] = imageBounds.fLeft; in GrMakeKeyFromImageID() 59 builder[2] = imageBounds.fTop; in GrMakeKeyFromImageID() 60 builder[3] = imageBounds.fRight; in GrMakeKeyFromImageID() 61 builder[4] = imageBounds.fBottom; in GrMakeKeyFromImageID()
|
H A D | SkGr.h | 202 void GrMakeKeyFromImageID(GrUniqueKey* key, uint32_t imageID, const SkIRect& imageBounds);
|
/third_party/skia/src/core/ |
H A D | SkImageFilter_Base.h | 149 * Apply this cropRect to the imageBounds. If a given edge of the cropRect is not set, then 150 * the corresponding edge from imageBounds will be used. If "embiggen" is true, the crop 155 * Note: imageBounds is in "device" space, as the output cropped rectangle will be, so the 158 void applyTo(const SkIRect& imageBounds, const SkMatrix& matrix, bool embiggen,
|
H A D | SkImageFilter.cpp | 342 void SkImageFilter_Base::CropRect::applyTo(const SkIRect& imageBounds, const SkMatrix& ctm, in applyTo() argument 344 *cropped = imageBounds; in applyTo()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 1582 SkRect imageBounds = SkRect::Make(imageSubset.image()->bounds()); in internalDrawImageRect() local 1583 SkPath perspectiveOutline = SkPath::Rect(imageBounds).makeTransform(transform); in internalDrawImageRect()
|
/third_party/skia/tests/ |
H A D | ImageFilterTest.cpp | 1967 SkIRect imageBounds = SkIRect::MakeWH(64, 64); in DEF_TEST() local 1970 imageBounds == source1->filterBounds(input, SkMatrix::I(), in DEF_TEST()
|