OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compute_stroke_size
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkDraw.cpp
673
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);
[
all
...]
/external/skqp/src/core/
SkDraw.cpp
668
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);
[
all
...]
Completed in 472 milliseconds