Home
last modified time | relevance | path

Searched refs:adjustBounds (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DGrStyle.h173 void adjustBounds(SkRect* dst, const SkRect& src) const { in adjustBounds() function
/third_party/skia/src/gpu/geometry/
DGrStyledShape.cpp87 fStyle.adjustBounds(&bounds, this->bounds()); in styledBounds()