Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPaint.h1007 const SkRect& computeFastStrokeBounds(const SkRect& orig, in computeFastStrokeBounds() function
/external/skia/src/core/
DSkCanvas.cpp1971 if (this->quickReject(paint.computeFastStrokeBounds(r, &storage))) { in onDrawPoints()