/external/skqp/src/core/ |
D | SkRecordDraw.cpp | 175 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/ |
D | SkRecordDraw.cpp | 179 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/ |
D | dng_image.h | 187 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()
|
D | dng_opcodes.cpp | 280 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()
|
D | dng_negative.cpp | 1483 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 …]
|
D | dng_simple_image.cpp | 60 AutoPtr<dng_simple_image> result (new dng_simple_image (Bounds (), in Clone() 66 Bounds (), in Clone()
|
D | dng_host.cpp | 540 srcImage.Bounds (), in ResampleImage() 541 dstImage.Bounds (), in ResampleImage()
|
D | dng_jpeg_image.cpp | 177 fImageSize = image.Bounds ().Size (); in Encode() 207 image.Bounds ().Size () == negative.OriginalDefaultFinalSize (); in Encode()
|
D | dng_render.cpp | 1313 tempImage->Bounds (), in Render() 1318 srcBounds = tempImage->Bounds (); in Render() 1335 dstImage->Bounds ()); in Render()
|
/external/pdfium/third_party/base/numerics/ |
D | safe_conversions_impl.h | 189 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/ |
D | SoftwareRenderer.cpp | 69 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/ |
D | safe_conversions_impl.h | 238 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/ |
D | make_gmkb.go | 79 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/ |
D | make_gmkb.go | 79 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/ |
D | hb-ot-cff1-table.cc | 164 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/ |
D | GLView.cpp | 133 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/ |
D | p9-0x.cpp | 42 template<typename ...ElementTypes, unsigned ...Bounds> 43 struct split_arrays<ElementTypes[Bounds]...> { 47 typedef tuple<unsigned_c<Bounds>...> bounds_types;
|
/external/autotest/client/cros/multimedia/ |
D | display_info.py | 11 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/ |
D | storage_columns.h | 34 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()
|
D | args_table.cc | 93 ArgsTable::ValueColumn::Bounds ArgsTable::ValueColumn::BoundFilter( in BoundFilter() 96 return Bounds{}; in BoundFilter()
|
/external/mesa3d/src/gallium/state_trackers/hgl/ |
D | bitmap_wrapper.cpp | 58 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/ |
D | index.md | 13 …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/ |
D | bug_551460.in | 54 /Bounds [2.0]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 483 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/ |
D | MachineTraceMetrics.cpp | 461 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()
|