Home
last modified time | relevance | path

Searched defs:conservativeContains (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/experimental/graphite/src/geom/
DShape.cpp29 bool Shape::conservativeContains(const Rect& rect) const { in conservativeContains() function in skgpu::Shape
40 bool Shape::conservativeContains(float2 point) const { in conservativeContains() function in skgpu::Shape
/third_party/skia/src/gpu/geometry/
DGrShape.cpp284 bool GrShape::conservativeContains(const SkRect& rect) const { in conservativeContains() function in GrShape
308 bool GrShape::conservativeContains(const SkPoint& point) const { in conservativeContains() function in GrShape