HomeSort by relevance Sort by last modified time
    Searched refs:Bounds (Results 26 - 50 of 56) sorted by null

12 3

  /external/dng_sdk/source/
dng_ifd.h 254 dng_rect Bounds () const
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 ());
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)
  /frameworks/base/core/java/android/widget/
GridLayout.java 218 * the bounds of each view are extended outwards, according
365 * value of each the upper bounds defined in {@link LayoutParams#rowSpec}.
398 * value of each the upper bounds defined in {@link LayoutParams#columnSpec}.
1292 Bounds bounds = spec.getAbsoluteAlignment(horizontal).getBounds(); local
1343 Bounds[] bounds = getGroupBounds().values; local
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 206 * the bounds of each view are extended outwards, according
357 * value of each the upper bounds defined in {@link LayoutParams#rowSpec}.
390 * value of each the upper bounds defined in {@link LayoutParams#columnSpec}.
1187 Bounds bounds = spec.getAbsoluteAlignment(horizontal).getBounds(); local
1238 Bounds[] bounds = getGroupBounds().values; local
    [all...]
  /cts/tests/camera/libctscamera2jni/
dng-validate-jni.cpp 261 Max_uint32(previewImage->Bounds().W(),
262 previewImage->Bounds().H()) <= 256) {
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
model.py 14 from telemetry.timeline import bounds namespace
62 self._bounds = bounds.Bounds()
102 def bounds(self): member in class:TimelineModel
164 if not self.bounds.is_empty:
166 process.AutoCloseOpenSlices(self.bounds.max,
199 self._thread_time_bounds[thread] = bounds.Bounds()
  /external/opencv3/samples/winrt/ImageManipulations/common/
LayoutAwarePage.cpp 91 if (this->ActualHeight == Window::Current->Bounds.Height &&
92 this->ActualWidth == Window::Current->Bounds.Width)
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 456 // Set up loop bounds for the backwards post-order traversal.
457 LoopBounds Bounds(BlockInfo, MTM.Loops);
460 Bounds.Downward = false;
461 Bounds.Visited.clear();
462 for (auto I : inverse_post_order_ext(MBB, Bounds)) {
478 Bounds.Downward = true;
479 Bounds.Visited.clear();
480 for (auto I : post_order_ext(MBB, Bounds)) {
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc     [all...]
  /external/skia/src/animator/
SkDisplayType.cpp 105 CASE_DISPLAY_NEW(Bounds);
259 CASE_GET_DISPLAY_INFO(Bounds);
425 DISPLAY_NAME("bounds", SkType_Bounds),
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/v8/src/
typing-asm.cc 498 if (!expr->bounds().upper->IsFunction()) {
502 Type::FunctionType* type = expr->bounds().upper->AsFunction();
745 bin->set_bounds(Bounds(cache_.kAsmSigned));
770 bin->set_bounds(Bounds(cache_.kAsmSigned));
945 if (!args->at(0)->bounds().upper->Is(cache_.kAsmFloat) &&
946 !args->at(0)->bounds().upper->Is(cache_.kAsmDouble)) {
951 if (!args->at(0)->bounds().upper->Is(cache_.kAsmFloat) &&
952 !args->at(0)->bounds().upper->Is(cache_.kAsmDouble) &&
953 !args->at(0)->bounds().upper->Is(cache_.kAsmSigned)) {
957 Type* other = Type::Intersect(args->at(0)->bounds().upper
    [all...]
types.h     [all...]
  /external/v8/src/ast/
ast.h 335 // Expression type bounds
336 Bounds bounds() const { return bounds_; } function in class:v8::internal::Expression
337 void set_bounds(Bounds bounds) { bounds_ = bounds; }
380 bounds_(Bounds::Unbounded()),
396 Bounds bounds_;
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 785 // after bounds check.
809 // First check that the bit field access is within bounds.
811 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width),
812 "memchr.bounds");
820 return B.CreateIntToPtr(B.CreateAnd(Bounds, Bits, "memchr"), CI->getType());
892 // Make sure we're not reading out-of-bounds memory.
    [all...]

Completed in 711 milliseconds

12 3