Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDraw.cpp668 static inline SkPoint compute_stroke_size(const SkPaint& paint, const SkMatrix& matrix) { in compute_stroke_size() function
685 *strokeSize = compute_stroke_size(paint, matrix); in easy_rect_join()
776 : compute_stroke_size(paint, *fMatrix); in drawRect()