OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:make_arb_round_rect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/bench/
PathBench.cpp
679
static void
make_arb_round_rect
(SkPath* path, const SkRect& r,
function in class:ArbRoundRectBench
712
make_arb_round_rect
(&temp, r, 0, 0);
716
make_arb_round_rect
(&temp, r, r.width() / 10, r.height() / 15);
/external/chromium_org/third_party/skia/tests/
PathTest.cpp
599
static void
make_arb_round_rect
(SkPath* path, const SkRect& r,
function
630
make_arb_round_rect
(&temp, r, r.width() / 10, r.height() / 15);
657
make_arb_round_rect
(&temp, r, 0, 0);
[
all
...]
Completed in 55 milliseconds