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

/external/skia/src/core/
H A DSkDraw.cpp673 static inline SkPoint compute_stroke_size(const SkPaint& paint, const SkMatrix& matrix) { function
690 *strokeSize = compute_stroke_size(paint, matrix);
783 : compute_stroke_size(paint, *fMatrix);
/external/skqp/src/core/
H A DSkDraw.cpp668 static inline SkPoint compute_stroke_size(const SkPaint& paint, const SkMatrix& matrix) { function
685 *strokeSize = compute_stroke_size(paint, matrix);
778 : compute_stroke_size(paint, *fMatrix);

Completed in 461 milliseconds