Searched defs:yCorner (Results 1 - 2 of 2) sorted by relevance

/external/skia/bench/
H A DPathBench.cpp680 SkScalar xCorner, SkScalar yCorner) {
682 add_corner_arc(path, r, xCorner, yCorner, 270);
683 add_corner_arc(path, r, xCorner, yCorner, 0);
684 add_corner_arc(path, r, xCorner, yCorner, 90);
685 add_corner_arc(path, r, xCorner, yCorner, 180);
679 make_arb_round_rect(SkPath* path, const SkRect& r, SkScalar xCorner, SkScalar yCorner) argument
/external/skia/tests/
H A DPathTest.cpp693 SkScalar xCorner, SkScalar yCorner) {
695 add_corner_arc(path, r, xCorner, yCorner, 270);
696 add_corner_arc(path, r, xCorner, yCorner, 0);
697 add_corner_arc(path, r, xCorner, yCorner, 90);
698 add_corner_arc(path, r, xCorner, yCorner, 180);
692 make_arb_round_rect(SkPath* path, const SkRect& r, SkScalar xCorner, SkScalar yCorner) argument

Completed in 124 milliseconds