OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arcRect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/bench/
PathBench.cpp
657
SkRect
arcRect
;
658
arcRect
.set(-rx, -ry, rx, ry);
661
arcRect
.offset(rect.fRight -
arcRect
.fRight, rect.fBottom -
arcRect
.fBottom);
664
arcRect
.offset(rect.fLeft -
arcRect
.fLeft, rect.fBottom -
arcRect
.fBottom);
667
arcRect
.offset(rect.fLeft -
arcRect
.fLeft, rect.fTop - arcRect.fTop)
[
all
...]
/external/chromium_org/third_party/skia/tests/
PathTest.cpp
577
SkRect
arcRect
;
578
arcRect
.set(-rx, -ry, rx, ry);
581
arcRect
.offset(rect.fRight -
arcRect
.fRight, rect.fBottom -
arcRect
.fBottom);
584
arcRect
.offset(rect.fLeft -
arcRect
.fLeft, rect.fBottom -
arcRect
.fBottom);
587
arcRect
.offset(rect.fLeft -
arcRect
.fLeft, rect.fTop - arcRect.fTop)
[
all
...]
Completed in 33 milliseconds