HomeSort by relevance Sort by last modified time
    Searched refs:Bounds (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /prebuilts/go/linux-x86/src/image/png/
writer.go 62 b := m.Bounds()
113 b := e.m.Bounds()
306 b := m.Bounds()
487 mw, mh := int64(m.Bounds().Dx()), int64(m.Bounds().Dy())
  /external/dng_sdk/source/
dng_lens_correction.cpp 1057 const dng_rect bounds = srcImage.Bounds ();
1059 fCenter.h = Lerp_real64 ((real64) bounds.l,
1060 (real64) bounds.r,
1063 fCenter.v = Lerp_real64 ((real64) bounds.t,
1064 (real64) bounds.b,
1073 dng_rect squareBounds (bounds);
1228 // upper bounds on the radial and tangential warp components separately, then add
1249 srcTileSize = SrcArea (fDstImage.Bounds ()).Size ();
1271 const dng_rect_real64 bounds (fSrcImage.Bounds ())
    [all...]
dng_validate.cpp 339 Max_uint32 (previewImage->Bounds ().W (),
340 previewImage->Bounds ().H ()) <= 256)
dng_image.cpp 90 dng_image::dng_image (const dng_rect &bounds,
94 : fBounds (bounds)
100 if (bounds.IsEmpty () || planes == 0 || PixelSize () == 0)
500 // Find the overlap with the image bounds.
726 if (r != Bounds ())
dng_image_writer.cpp     [all...]
dng_utils.cpp 753 host.PerformAreaTask (task, dstImage.Bounds ());
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 460 // Set up loop bounds for the backwards post-order traversal.
461 LoopBounds Bounds(BlockInfo, MTM.Loops);
464 Bounds.Downward = false;
465 Bounds.Visited.clear();
466 for (auto I : inverse_post_order_ext(MBB, Bounds)) {
482 Bounds.Downward = true;
483 Bounds.Visited.clear();
484 for (auto I : post_order_ext(MBB, Bounds)) {
    [all...]
  /frameworks/base/tools/aapt2/compile/
NinePatch.cpp 58 * (no padding, stretching, or optical bounds).
64 * or one denoting padding, stretching, or optical bounds.
80 // The secondary color is red and is used to denote optical bounds.
248 err_stream << "too many layout bounds sections on " << edge_name
263 err_stream << "layout bounds on " << edge_name
274 err_stream << "layout bounds on " << edge_name
302 static uint32_t GetRegionColor(uint8_t** rows, const Bounds& region) {
346 Bounds bounds; local
352 // Offset the bounds by 1 to accommodate the border
    [all...]
  /prebuilts/go/darwin-x86/src/image/gif/
writer.go 192 b := pm.Bounds()
198 e.err = errors.New("gif: image block is out of bounds")
311 p := g.Image[0].Bounds().Max
341 // Check for bounds and size restrictions.
342 b := m.Bounds()
370 // frame completely fills the overall GIF's bounds.
reader.go 416 bounds := image.Rect(left, top, left+width, top+height)
417 if bounds != bounds.Intersect(image.Rect(0, 0, d.width, d.height)) {
418 return nil, errors.New("gif: frame bounds larger than image bounds")
420 return image.NewPaletted(bounds, nil), nil
450 dx := m.Bounds().Dx()
451 dy := m.Bounds().Dy()
487 // color table and there is no global color table. Each frame's bounds must
493 // the first frame's bounds' Rectangle.Max point
    [all...]
  /prebuilts/go/linux-x86/src/image/gif/
writer.go 192 b := pm.Bounds()
198 e.err = errors.New("gif: image block is out of bounds")
311 p := g.Image[0].Bounds().Max
341 // Check for bounds and size restrictions.
342 b := m.Bounds()
370 // frame completely fills the overall GIF's bounds.
reader.go 416 bounds := image.Rect(left, top, left+width, top+height)
417 if bounds != bounds.Intersect(image.Rect(0, 0, d.width, d.height)) {
418 return nil, errors.New("gif: frame bounds larger than image bounds")
420 return image.NewPaletted(bounds, nil), nil
450 dx := m.Bounds().Dx()
451 dy := m.Bounds().Dy()
487 // color table and there is no global color table. Each frame's bounds must
493 // the first frame's bounds' Rectangle.Max point
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc     [all...]
  /prebuilts/go/darwin-x86/src/image/
geom.go 82 // A Rectangle is also an Image whose bounds are the rectangle itself. At
242 // Bounds implements the Image interface.
243 func (r Rectangle) Bounds() Rectangle {
decode_example_test.go 37 bounds := m.Bounds()
41 // An image's bounds do not necessarily start at (0, 0), so the two loops start
42 // at bounds.Min.Y and bounds.Min.X. Looping over Y first and X second is more
45 for y := bounds.Min.Y; y < bounds.Max.Y; y++ {
46 for x := bounds.Min.X; x < bounds.Max.X; x++ {
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
  /prebuilts/go/linux-x86/src/image/
geom.go 82 // A Rectangle is also an Image whose bounds are the rectangle itself. At
242 // Bounds implements the Image interface.
243 func (r Rectangle) Bounds() Rectangle {
decode_example_test.go 37 bounds := m.Bounds()
41 // An image's bounds do not necessarily start at (0, 0), so the two loops start
42 // at bounds.Min.Y and bounds.Min.X. Looping over Y first and X second is more
45 for y := bounds.Min.Y; y < bounds.Max.Y; y++ {
46 for x := bounds.Min.X; x < bounds.Max.X; x++ {
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/mesa3d/src/egl/drivers/haiku/
egl_haiku.cpp 107 surface->gl = new BGLView(win->Bounds(), "OpenGL", B_FOLLOW_ALL_SIDES, 0,
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/go/darwin-x86/src/image/draw/
bench_test.go 189 DrawMask(dst, dst.Bounds().Add(image.Pt(x, y)), src, image.ZP, mask, image.ZP, op)
  /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)
  /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...]

Completed in 1562 milliseconds

1 23 4 5