Home
last modified time | relevance | path

Searched refs:imageBounds (Results 1 – 21 of 21) sorted by relevance

/external/dng_sdk/source/
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 …]
Ddng_bad_pixels.h62 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);
Ddng_opcodes.h291 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;
Ddng_bad_pixels.cpp486 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 …]
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);
Ddng_misc_opcodes.cpp390 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 …]
Ddng_lens_correction.h618 const dng_rect &imageBounds,
627 const dng_rect &imageBounds);
Ddng_gain_map.cpp547 const dng_rect &imageBounds) in ProcessArea() argument
573 imageBounds, in ProcessArea()
Ddng_lens_correction.cpp2173 const dng_rect &imageBounds, in Prepare() argument
2204 const dng_rect_real64 bounds (imageBounds); in Prepare()
/external/skqp/src/gpu/
DSkGr.cpp95 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()
DSkGr.h220 void GrMakeKeyFromImageID(GrUniqueKey* key, uint32_t imageID, const SkIRect& imageBounds);
/external/skia/src/gpu/
DSkGr.cpp97 void GrMakeKeyFromImageID(GrUniqueKey* key, uint32_t imageID, const SkIRect& imageBounds) { in GrMakeKeyFromImageID() argument
100 SkASSERT(!imageBounds.isEmpty()); in GrMakeKeyFromImageID()
104 builder[1] = imageBounds.fLeft; in GrMakeKeyFromImageID()
105 builder[2] = imageBounds.fTop; in GrMakeKeyFromImageID()
106 builder[3] = imageBounds.fRight; in GrMakeKeyFromImageID()
107 builder[4] = imageBounds.fBottom; in GrMakeKeyFromImageID()
DSkGr.h222 void GrMakeKeyFromImageID(GrUniqueKey* key, uint32_t imageID, const SkIRect& imageBounds);
/external/skqp/src/core/
DSkImageFilter.cpp32 void SkImageFilter::CropRect::applyTo(const SkIRect& imageBounds, in applyTo() argument
36 *cropped = imageBounds; in applyTo()
/external/skia/src/core/
DSkImageFilter.cpp35 void SkImageFilter::CropRect::applyTo(const SkIRect& imageBounds, in applyTo() argument
39 *cropped = imageBounds; in applyTo()
/external/skqp/include/core/
DSkImageFilter.h115 void applyTo(const SkIRect& imageBounds, const SkMatrix& matrix, bool embiggen,
/external/skia/include/core/
DSkImageFilter.h115 void applyTo(const SkIRect& imageBounds, const SkMatrix& matrix, bool embiggen,
/external/skia/src/pdf/
DSkPDFDevice.cpp1905 SkRect imageBounds = SkRect::Make(imageSubset.image()->bounds()); in internalDrawImageRect() local
1906 SkPath perspectiveOutline = to_path(imageBounds); in internalDrawImageRect()
1918 SkPath physicalPerspectiveOutline = to_path(imageBounds); in internalDrawImageRect()
/external/skqp/src/pdf/
DSkPDFDevice.cpp1918 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/skqp/tests/
DImageFilterTest.cpp2002 SkIRect imageBounds = SkIRect::MakeWH(64, 64); in DEF_TEST() local
2005 imageBounds == source1->filterBounds(input, SkMatrix::I(), in DEF_TEST()
/external/skia/tests/
DImageFilterTest.cpp2000 SkIRect imageBounds = SkIRect::MakeWH(64, 64); in DEF_TEST() local
2003 imageBounds == source1->filterBounds(input, SkMatrix::I(), in DEF_TEST()