Home
last modified time | relevance | path

Searched refs:Bounds (Results 1 – 25 of 71) sorted by relevance

123

/external/skqp/src/core/
DSkRecordDraw.cpp175 fSaveStack.push_back({ 0, Bounds::MakeEmpty(), nullptr, fCTM }); in FillBounds()
200 typedef SkRect Bounds; typedef in SkRecords::FillBounds
204 const Bounds& getBounds(int index) const { return fBounds[index]; } in getBounds()
207 Bounds adjustAndMap(SkRect rect, const SkPaint* paint) const { in adjustAndMap()
228 return Bounds::MakeEmpty(); in adjustAndMap()
237 Bounds bounds; // Bounds of everything in the block.
278 PaintMayAffectTransparentBlack(paint) ? fCullRect : Bounds::MakeEmpty(); in pushSaveBlock()
319 Bounds popSaveBlock() { in popSaveBlock()
342 void popControl(const Bounds& bounds) { in popControl()
347 void updateSaveBounds(const Bounds& bounds) { in updateSaveBounds()
[all …]
/external/skia/src/core/
DSkRecordDraw.cpp179 fSaveStack.push_back({ 0, Bounds::MakeEmpty(), nullptr, fCTM }); in FillBounds()
204 typedef SkRect Bounds; typedef in SkRecords::FillBounds
208 const Bounds& getBounds(int index) const { return fBounds[index]; } in getBounds()
211 Bounds adjustAndMap(SkRect rect, const SkPaint* paint) const { in adjustAndMap()
232 return Bounds::MakeEmpty(); in adjustAndMap()
241 Bounds bounds; // Bounds of everything in the block.
282 PaintMayAffectTransparentBlack(paint) ? fCullRect : Bounds::MakeEmpty(); in pushSaveBlock()
323 Bounds popSaveBlock() { in popSaveBlock()
346 void popControl(const Bounds& bounds) { in popControl()
351 void updateSaveBounds(const Bounds& bounds) { in updateSaveBounds()
[all …]
/external/dng_sdk/source/
Ddng_image.h187 const dng_rect & Bounds () const in Bounds() function
196 return Bounds ().Size (); in Size()
203 return Bounds ().W (); in Width()
210 return Bounds ().H (); in Height()
332 SetConstant (value, Bounds ()); in SetConstant_uint8()
347 SetConstant_uint16 (value, Bounds ()); in SetConstant_uint16()
362 SetConstant_int16 (value, Bounds ()); in SetConstant_int16()
377 SetConstant_uint32 (value, Bounds ()); in SetConstant_uint32()
400 SetConstant_real32 (value, Bounds ()); in SetConstant_real32()
Ddng_opcodes.cpp280 fDstImage.Bounds ()); in SrcArea()
288 fDstImage.Bounds ()); in SrcTileSize()
302 fDstImage.Bounds ()); in ProcessArea()
320 fDstImage.Bounds (), in Start()
364 dng_rect modifiedBounds = ModifiedBounds (image->Bounds ()); in Apply()
376 if (modifiedBounds == image->Bounds ()) in Apply()
379 dstImage.Reset (host.Make_dng_image (image->Bounds (), in Apply()
465 fImage.Bounds (), in Start()
493 fImage.Bounds ()); in Process()
538 dng_rect modifiedBounds = ModifiedBounds (image->Bounds ()); in Apply()
Ddng_negative.cpp1483 dng_pixel_buffer buffer (image.Bounds (), 0, image.Planes (), in FindImageDigest()
1515 image.Bounds ()); in FindImageDigest()
1655 fUnitCell = dng_point (Min_int32 (kTileSize, fImage.Bounds ().H ()), in dng_find_new_raw_image_digest_task()
1656 Min_int32 (kTileSize, fImage.Bounds ().W ())); in dng_find_new_raw_image_digest_task()
1673 fTilesAcross = (fImage.Bounds ().W () + fUnitCell.h - 1) / fUnitCell.h; in Start()
1674 fTilesDown = (fImage.Bounds ().H () + fUnitCell.v - 1) / fUnitCell.v; in Start()
1698 int32 colIndex = (tile.l - fImage.Bounds ().l) / fUnitCell.h; in Process()
1699 int32 rowIndex = (tile.t - fImage.Bounds ().t) / fUnitCell.v; in Process()
1701 DNG_ASSERT (tile.l == fImage.Bounds ().l + colIndex * fUnitCell.h && in Process()
1702 tile.t == fImage.Bounds ().t + rowIndex * fUnitCell.v, in Process()
[all …]
Ddng_simple_image.cpp60 AutoPtr<dng_simple_image> result (new dng_simple_image (Bounds (), in Clone()
66 Bounds (), in Clone()
Ddng_host.cpp540 srcImage.Bounds (), in ResampleImage()
541 dstImage.Bounds (), in ResampleImage()
Ddng_jpeg_image.cpp177 fImageSize = image.Bounds ().Size (); in Encode()
207 image.Bounds ().Size () == negative.OriginalDefaultFinalSize (); in Encode()
Ddng_render.cpp1313 tempImage->Bounds (), in Render()
1318 srcBounds = tempImage->Bounds (); in Render()
1335 dstImage->Bounds ()); in Render()
/external/pdfium/third_party/base/numerics/
Dsafe_conversions_impl.h189 template <typename Dst, typename Src, template <typename> class Bounds>
223 static constexpr Dst max() { return Adjust(Bounds<Dst>::max()); }
224 static constexpr Dst lowest() { return Adjust(Bounds<Dst>::lowest()); }
229 template <typename> class Bounds,
247 template <typename> class Bounds,
252 Bounds,
258 using DstLimits = NarrowingRange<Dst, Src, Bounds>;
269 template <typename Dst, typename Src, template <typename> class Bounds>
272 Bounds,
277 using DstLimits = NarrowingRange<Dst, Src, Bounds>;
[all …]
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.cpp69 BRect b = view->Bounds(); in SoftwareRenderer()
169 != fBitmap->Bounds().IntegerHeight() in SwapBuffers()
171 != fBitmap->Bounds().IntegerWidth()) { in SwapBuffers()
177 uint8 bytesPerPixel = bytesPerRow / fBitmap->Bounds().IntegerWidth(); in SwapBuffers()
225 BRect sr = fBitmap->Bounds(); in CopyPixelsOut()
226 BRect dr = bitmap->Bounds(); in CopyPixelsOut()
270 BRect sr = bitmap->Bounds(); in CopyPixelsIn()
271 BRect dr = fBitmap->Bounds(); in CopyPixelsIn()
355 fBitmap->Bounds().IntegerWidth(), fBitmap->Bounds().IntegerHeight()); in _AllocateBitmap()
/external/libchrome/base/numerics/
Dsafe_conversions_impl.h238 template <typename Dst, typename Src, template <typename> class Bounds>
272 static constexpr Dst max() { return Adjust(Bounds<Dst>::max()); }
273 static constexpr Dst lowest() { return Adjust(Bounds<Dst>::lowest()); }
278 template <typename> class Bounds,
296 template <typename> class Bounds,
301 Bounds,
307 using DstLimits = NarrowingRange<Dst, Src, Bounds>;
318 template <typename Dst, typename Src, template <typename> class Bounds>
321 Bounds,
326 using DstLimits = NarrowingRange<Dst, Src, Bounds>;
[all …]
/external/skia/tools/skqp/
Dmake_gmkb.go79 w := img.Bounds().Max.X - img.Bounds().Min.X
80 h := img.Bounds().Max.Y - img.Bounds().Min.Y
147 nimg := *image.NewNRGBA(img.Bounds())
148 draw.Draw(&nimg, img.Bounds(), img, image.Point{0, 0}, draw.Src)
/external/skqp/tools/skqp/
Dmake_gmkb.go79 w := img.Bounds().Max.X - img.Bounds().Min.X
80 h := img.Bounds().Max.Y - img.Bounds().Min.Y
147 nimg := *image.NewNRGBA(img.Bounds())
148 draw.Draw(&nimg, img.Bounds(), img, image.Point{0, 0}, draw.Src)
/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.cc164 struct Bounds struct
180 void merge (const Bounds &b) in merge() argument
223 Bounds bounds; argument
262 static bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, Bounds &bounds, …
275 Bounds base_bounds, accent_bounds; in process_seac()
289 bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, Bounds &bounds, bool in… in _get_bounds()
308 Bounds bounds; in get_extents()
/external/mesa3d/src/hgl/
DGLView.cpp133 if (!dest || !dest->Bounds().IsValid()) in CopyPixelsOut()
146 if (!source || !source->Bounds().IsValid()) in CopyPixelsIn()
188 fBounds = Bounds(); in AttachedToWindow()
208 glViewport(0, 0, Bounds().IntegerWidth(), Bounds().IntegerHeight()); in AttachedToWindow()
210 fRenderer->FrameResized(Bounds().IntegerWidth(), in AttachedToWindow()
211 Bounds().IntegerHeight()); in AttachedToWindow()
258 fBounds = Bounds(); in FrameResized()
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp9-0x.cpp42 template<typename ...ElementTypes, unsigned ...Bounds>
43 struct split_arrays<ElementTypes[Bounds]...> {
47 typedef tuple<unsigned_c<Bounds>...> bounds_types;
/external/autotest/client/cros/multimedia/
Ddisplay_info.py11 class Bounds(object): class in DisplayInfo
59 self.bounds = self.Bounds(d['bounds'])
61 self.work_area = self.Bounds(d['workArea'])
/external/perfetto/src/trace_processor/
Dstorage_columns.h34 struct Bounds { struct
62 virtual Bounds BoundFilter(int, sqlite3_value*) const { return Bounds{}; } in BoundFilter()
93 Bounds BoundFilter(int, sqlite3_value*) const override { in BoundFilter()
94 Bounds bounds; in BoundFilter()
144 Bounds BoundFilter(int op, sqlite3_value* sqlite_val) const override { in BoundFilter()
145 Bounds bounds; in BoundFilter()
Dargs_table.cc93 ArgsTable::ValueColumn::Bounds ArgsTable::ValueColumn::BoundFilter( in BoundFilter()
96 return Bounds{}; in BoundFilter()
/external/mesa3d/src/gallium/state_trackers/hgl/
Dbitmap_wrapper.cpp58 uint32 w = bb->Bounds().IntegerWidth() + 1; in get_bitmap_size()
59 uint32 h = bb->Bounds().IntegerHeight() + 1; in get_bitmap_size()
/external/tensorflow/tensorflow/security/
Dindex.md13 …flow/security/advisory/tfsa-2018-004.md) | Checkpoint Meta File Out-of-Bounds Read | <= 1.7 | Bl…
17 | - | Out Of Bounds Read | <= 1.4 | Blade Team of Tencent | [issue report…
/external/pdfium/testing/resources/
Dbug_551460.in54 /Bounds [2.0]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp483 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local
486 Bounds.Downward = false; in computeTrace()
487 Bounds.Visited.clear(); in computeTrace()
488 for (auto I : inverse_post_order_ext(MBB, Bounds)) { in computeTrace()
504 Bounds.Downward = true; in computeTrace()
505 Bounds.Visited.clear(); in computeTrace()
506 for (auto I : post_order_ext(MBB, Bounds)) { in computeTrace()
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp461 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local
464 Bounds.Downward = false; in computeTrace()
465 Bounds.Visited.clear(); in computeTrace()
466 for (auto I : inverse_post_order_ext(MBB, Bounds)) { in computeTrace()
482 Bounds.Downward = true; in computeTrace()
483 Bounds.Visited.clear(); in computeTrace()
484 for (auto I : post_order_ext(MBB, Bounds)) { in computeTrace()

123