OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r2Count
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp
478
int
r2Count
= addValidRoots(roots2, rootCount2, roots2Copy);
480
for (index = 0; index <
r2Count
; ++index) {
483
if (r1Count ==
r2Count
&& r1Count <= 1) {
502
for (int ndex2 = 0; ndex2 <
r2Count
; ++ndex2) {
528
if (r1Count &&
r2Count
&& !foundSomething) {
/external/skia/src/pathops/
SkDQuadIntersection.cpp
478
int
r2Count
= addValidRoots(roots2, rootCount2, roots2Copy);
480
for (index = 0; index <
r2Count
; ++index) {
483
if (r1Count ==
r2Count
&& r1Count <= 1) {
502
for (int ndex2 = 0; ndex2 <
r2Count
; ++ndex2) {
528
if (r1Count &&
r2Count
&& !foundSomething) {
Completed in 21 milliseconds