Searched defs:xCorner (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/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/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/chromium_org/third_party/skia/tests/
H A DPathTest.cpp600 SkScalar xCorner, SkScalar yCorner) {
602 add_corner_arc(path, r, xCorner, yCorner, 270);
603 add_corner_arc(path, r, xCorner, yCorner, 0);
604 add_corner_arc(path, r, xCorner, yCorner, 90);
605 add_corner_arc(path, r, xCorner, yCorner, 180);
599 make_arb_round_rect(SkPath* path, const SkRect& r, SkScalar xCorner, SkScalar yCorner) argument
/external/skia/tests/
H A DPathTest.cpp573 SkScalar xCorner, SkScalar yCorner) {
575 add_corner_arc(path, r, xCorner, yCorner, 270);
576 add_corner_arc(path, r, xCorner, yCorner, 0);
577 add_corner_arc(path, r, xCorner, yCorner, 90);
578 add_corner_arc(path, r, xCorner, yCorner, 180);
572 make_arb_round_rect(SkPath* path, const SkRect& r, SkScalar xCorner, SkScalar yCorner) argument

Completed in 141 milliseconds