Home
last modified time | relevance | path

Searched defs:Bounds (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_image.h187 const dng_rect & Bounds () const in Bounds() function
Ddng_ifd.h254 dng_rect Bounds () const in Bounds() function
/third_party/flutter/skia/src/core/
DSkRecordDraw.cpp208 typedef SkRect Bounds; typedef in SkRecords::FillBounds
/third_party/skia/src/core/
DSkRecordDraw.cpp219 typedef SkRect Bounds; typedef in SkRecords::FillBounds
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp482 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go677 func (n *TypeExpr) Bounds() [2]*Expr { return [2]*Expr{n.lhs.AsExpr(), n.mhs.AsExpr()} } func
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp965 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), in optimizeMemChr() local