Home
last modified time | relevance | path

Searched refs:imageBounds (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_misc_opcodes.h183 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 Ddng_bad_pixels.h62 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 Ddng_opcodes.h291 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 Ddng_bad_pixels.cpp105 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 Ddng_gain_map.h192 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 Ddng_misc_opcodes.cpp390 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 Ddng_lens_correction.h618 const dng_rect &imageBounds,
627 const dng_rect &imageBounds);
H A Ddng_gain_map.cpp547 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 Ddng_lens_correction.cpp2173 const dng_rect &imageBounds,
2204 const dng_rect_real64 bounds (imageBounds);
2317 const dng_rect & /* imageBounds */)
/third_party/skia/src/gpu/
H A DSkGr.cpp51 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 DSkGr.h202 void GrMakeKeyFromImageID(GrUniqueKey* key, uint32_t imageID, const SkIRect& imageBounds);
/third_party/skia/src/core/
H A DSkImageFilter_Base.h149 * 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 DSkImageFilter.cpp342 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 DSkPDFDevice.cpp1582 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 DImageFilterTest.cpp1967 SkIRect imageBounds = SkIRect::MakeWH(64, 64); in DEF_TEST() local
1970 imageBounds == source1->filterBounds(input, SkMatrix::I(), in DEF_TEST()

Completed in 23 milliseconds