/prebuilts/go/linux-x86/src/image/draw/ |
bench_test.go | 189 DrawMask(dst, dst.Bounds().Add(image.Pt(x, y)), src, image.ZP, mask, image.ZP, op)
|
draw.go | 70 // clip clips r against each image's bounds (after translating into the 75 *r = r.Intersect(dst.Bounds()) 76 *r = r.Intersect(src.Bounds().Add(orig.Sub(*sp))) 78 *r = r.Intersect(mask.Bounds().Add(orig.Sub(*mp)))
|
/prebuilts/go/linux-x86/src/image/ |
ycbcr.go | 66 func (p *YCbCr) Bounds() Rectangle { 167 // NewYCbCr returns a new YCbCr image with the given bounds and subsample 276 // NewNYCbCrA returns a new NYCbCrA image with the given bounds and subsample
|
/external/Microsoft-GSL/tests/ |
multi_span_tests.cpp | 678 template <class Bounds> 679 void fn(const Bounds&) 681 static_assert(Bounds::static_size == 60, "static bounds is wrong size"); 687 fn(av.bounds()); 712 CHECK((av.first<2>().bounds() == static_bounds<2>())); 719 CHECK((av.first<0>().bounds() == static_bounds<0>())); 726 CHECK((av.first<5>().bounds() == static_bounds<5>())); 734 CHECK(av.first<6>().bounds() == static_bounds<6>()); 743 CHECK((av.first<0>().bounds() == static_bounds<0>())) [all...] |
/external/dng_sdk/source/ |
dng_render.cpp | [all...] |
dng_mosaic_info.cpp | [all...] |
dng_read_image.cpp | 812 : dng_image (image.Bounds (), 830 int32 top = Bounds ().t; [all...] |
dng_linearization_info.cpp | 1304 fActiveArea = negative.Stage1Image ()->Bounds ();
|
dng_misc_opcodes.cpp | 30 dng_opcode_TrimBounds::dng_opcode_TrimBounds (const dng_rect &bounds) 36 , fBounds (bounds) 74 printf ("Bounds: t=%d, l=%d, b=%d, r=%d\n", 107 if (fBounds.IsEmpty () || (fBounds & image->Bounds ()) != fBounds)
|
/prebuilts/go/darwin-x86/src/image/draw/ |
draw.go | 70 // clip clips r against each image's bounds (after translating into the 75 *r = r.Intersect(dst.Bounds()) 76 *r = r.Intersect(src.Bounds().Add(orig.Sub(*sp))) 78 *r = r.Intersect(mask.Bounds().Add(orig.Sub(*mp)))
|
/prebuilts/go/darwin-x86/src/image/jpeg/ |
reader.go | 685 bounds := d.img3.Bounds() 686 img := image.NewRGBA(bounds) 687 imageutil.DrawYCbCr(img, bounds, d.img3, bounds.Min) 688 for iBase, y := 0, bounds.Min.Y; y < bounds.Max.Y; iBase, y = iBase+img.Stride, y+1 { 689 for i, x := iBase+3, bounds.Min.X; x < bounds.Max.X; i, x = i+4, x+1 { 690 img.Pix[i] = 255 - d.blackPix[(y-bounds.Min.Y)*d.blackStride+(x-bounds.Min.X) [all...] |
/prebuilts/go/linux-x86/src/image/jpeg/ |
reader.go | 685 bounds := d.img3.Bounds() 686 img := image.NewRGBA(bounds) 687 imageutil.DrawYCbCr(img, bounds, d.img3, bounds.Min) 688 for iBase, y := 0, bounds.Min.Y; y < bounds.Max.Y; iBase, y = iBase+img.Stride, y+1 { 689 for i, x := iBase+3, bounds.Min.X; x < bounds.Max.X; i, x = i+4, x+1 { 690 img.Pix[i] = 255 - d.blackPix[(y-bounds.Min.Y)*d.blackStride+(x-bounds.Min.X) [all...] |
/external/boringssl/src/ssl/test/runner/curve25519/ |
curve25519.go | 16 // t[3]+2^102 t[4]+...+2^230 t[9]. Bounds on each t[i] vary depending on
|
/external/llvm/lib/Transforms/Utils/ |
SimplifyLibCalls.cpp | 645 // after bounds check. 669 // First check that the bit field access is within bounds. 671 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), 672 "memchr.bounds"); 680 return B.CreateIntToPtr(B.CreateAnd(Bounds, Bits, "memchr"), CI->getType()); 747 // Make sure we're not reading out-of-bounds memory. [all...] |
/prebuilts/go/darwin-x86/src/image/png/ |
reader_test.go | 129 bounds := png.Bounds() 156 fmt.Fprintf(w, " width: %d; height: %d; bitdepth: %d;\n", bounds.Dx(), bounds.Dy(), bitdepth) 257 for y := bounds.Min.Y; y < bounds.Max.Y; y++ { 260 for x := bounds.Min.X; x < bounds.Max.X; x++ { 265 for x := bounds.Min.X; x < bounds.Max.X; x++ [all...] |
reader.go | 814 s, bounds := 0, src.Bounds() 815 for y := bounds.Min.Y; y < bounds.Max.Y; y++ { 817 for x := bounds.Min.X; x < bounds.Max.X; x++ {
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/curve25519/ |
curve25519.go | 16 // t[3]+2^102 t[4]+...+2^230 t[9]. Bounds on each t[i] vary depending on
|
/prebuilts/go/linux-x86/src/image/png/ |
reader_test.go | 129 bounds := png.Bounds() 156 fmt.Fprintf(w, " width: %d; height: %d; bitdepth: %d;\n", bounds.Dx(), bounds.Dy(), bitdepth) 257 for y := bounds.Min.Y; y < bounds.Max.Y; y++ { 260 for x := bounds.Min.X; x < bounds.Max.X; x++ { 265 for x := bounds.Min.X; x < bounds.Max.X; x++ [all...] |
reader.go | 814 s, bounds := 0, src.Bounds() 815 for y := bounds.Min.Y; y < bounds.Max.Y; y++ { 817 for x := bounds.Min.X; x < bounds.Max.X; x++ {
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/curve25519/ |
curve25519.go | 16 // t[3]+2^102 t[4]+...+2^230 t[9]. Bounds on each t[i] vary depending on
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ks.h | 195 KSPROPERTY_BOUNDS_LONG Bounds; 200 KSPROPERTY_BOUNDS_LONGLONG Bounds; [all...] |
mmsystem.h | [all...] |
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
tables.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
tables.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
ssa.go | [all...] |