/external/dng_sdk/source/ |
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 …]
|
D | dng_bad_pixels.h | 62 const dng_rect &imageBounds); 67 const dng_rect &imageBounds, 77 const dng_rect &imageBounds); 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); 305 const dng_rect &imageBounds);
|
D | dng_opcodes.h | 291 virtual dng_rect ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument 293 return imageBounds; in ModifiedBounds() 328 const dng_rect &imageBounds) in SrcTileSize() argument 331 imageBounds).Size (); in SrcTileSize() 393 const dng_rect &imageBounds) = 0; 431 virtual dng_rect ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument 433 return imageBounds; in ModifiedBounds() 495 const dng_rect &imageBounds) = 0;
|
D | dng_bad_pixels.cpp | 486 const dng_rect &imageBounds, in IsPointValid() argument 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() 1032 const dng_rect &imageBounds) in FixClusteredPixel() argument 1084 imageBounds, in FixClusteredPixel() 1541 const dng_rect &imageBounds) in FixClusteredRect() argument 1669 imageBounds)) in FixClusteredRect() 1725 const dng_rect &imageBounds) in ProcessArea() argument [all …]
|
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);
|
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() 609 dng_rect dng_opcode_MapPolynomial::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument 612 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds() 971 dng_rect dng_opcode_DeltaPerRow::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument 974 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds() 1177 dng_rect dng_opcode_DeltaPerColumn::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument 1180 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds() 1357 dng_rect dng_opcode_ScalePerRow::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument 1360 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds() [all …]
|
D | dng_lens_correction.h | 618 const dng_rect &imageBounds, 627 const dng_rect &imageBounds);
|
D | dng_gain_map.cpp | 547 const dng_rect &imageBounds) in ProcessArea() argument 573 imageBounds, in ProcessArea()
|
D | dng_lens_correction.cpp | 2173 const dng_rect &imageBounds, in Prepare() argument 2204 const dng_rect_real64 bounds (imageBounds); in Prepare()
|
/external/skqp/src/gpu/ |
D | SkGr.cpp | 95 void GrMakeKeyFromImageID(GrUniqueKey* key, uint32_t imageID, const SkIRect& imageBounds) { in GrMakeKeyFromImageID() argument 98 SkASSERT(!imageBounds.isEmpty()); in GrMakeKeyFromImageID() 102 builder[1] = imageBounds.fLeft; in GrMakeKeyFromImageID() 103 builder[2] = imageBounds.fTop; in GrMakeKeyFromImageID() 104 builder[3] = imageBounds.fRight; in GrMakeKeyFromImageID() 105 builder[4] = imageBounds.fBottom; in GrMakeKeyFromImageID()
|
D | SkGr.h | 220 void GrMakeKeyFromImageID(GrUniqueKey* key, uint32_t imageID, const SkIRect& imageBounds);
|
/external/skia/src/gpu/ |
D | SkGr.cpp | 49 void GrMakeKeyFromImageID(GrUniqueKey* key, uint32_t imageID, const SkIRect& imageBounds) { in GrMakeKeyFromImageID() argument 52 SkASSERT(!imageBounds.isEmpty()); in GrMakeKeyFromImageID() 56 builder[1] = imageBounds.fLeft; in GrMakeKeyFromImageID() 57 builder[2] = imageBounds.fTop; in GrMakeKeyFromImageID() 58 builder[3] = imageBounds.fRight; in GrMakeKeyFromImageID() 59 builder[4] = imageBounds.fBottom; in GrMakeKeyFromImageID()
|
D | SkGr.h | 229 void GrMakeKeyFromImageID(GrUniqueKey* key, uint32_t imageID, const SkIRect& imageBounds);
|
/external/skqp/src/core/ |
D | SkImageFilter.cpp | 32 void SkImageFilter::CropRect::applyTo(const SkIRect& imageBounds, in applyTo() argument 36 *cropped = imageBounds; in applyTo()
|
/external/skqp/include/core/ |
D | SkImageFilter.h | 115 void applyTo(const SkIRect& imageBounds, const SkMatrix& matrix, bool embiggen,
|
/external/skia/src/core/ |
D | SkImageFilter_Base.h | 167 void applyTo(const SkIRect& imageBounds, const SkMatrix& matrix, bool embiggen,
|
D | SkImageFilter.cpp | 335 void SkImageFilter_Base::CropRect::applyTo(const SkIRect& imageBounds, const SkMatrix& ctm, in applyTo() argument 337 *cropped = imageBounds; in applyTo()
|
/external/skqp/src/pdf/ |
D | SkPDFDevice.cpp | 1918 SkRect imageBounds = SkRect::Make(imageSubset.image()->bounds()); in internalDrawImageRect() local 1919 SkPath perspectiveOutline = to_path(imageBounds); in internalDrawImageRect() 1931 SkPath physicalPerspectiveOutline = to_path(imageBounds); in internalDrawImageRect()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 1573 SkRect imageBounds = SkRect::Make(imageSubset.image()->bounds()); in internalDrawImageRect() local 1574 SkPath perspectiveOutline = SkPath::Rect(imageBounds).makeTransform(transform); in internalDrawImageRect()
|
/external/skqp/tests/ |
D | ImageFilterTest.cpp | 2002 SkIRect imageBounds = SkIRect::MakeWH(64, 64); in DEF_TEST() local 2005 imageBounds == source1->filterBounds(input, SkMatrix::I(), in DEF_TEST()
|
/external/skia/tests/ |
D | ImageFilterTest.cpp | 1965 SkIRect imageBounds = SkIRect::MakeWH(64, 64); in DEF_TEST() local 1968 imageBounds == source1->filterBounds(input, SkMatrix::I(), in DEF_TEST()
|