OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endMatch
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp
33
bool
endMatch
= fT[0][1] == 1 && (fT[1][1] == 0 || fT[1][1] == 1);
34
if (startMatch ||
endMatch
) {
50
bool
endMatch
= fT[0][1] == 1 || fT[1][1] == 0 || fT[1][1] == 1;
51
if ((!startMatch && !
endMatch
) || approximately_equal(fT[0][0], fT[0][1])) {
52
SkASSERT(startMatch ||
endMatch
);
53
removeOne(
endMatch
);
/external/skia/src/pathops/
SkDLineIntersection.cpp
33
bool
endMatch
= fT[0][1] == 1 && (fT[1][1] == 0 || fT[1][1] == 1);
34
if (startMatch ||
endMatch
) {
50
bool
endMatch
= fT[0][1] == 1 || fT[1][1] == 0 || fT[1][1] == 1;
51
if ((!startMatch && !
endMatch
) || approximately_equal(fT[0][0], fT[0][1])) {
52
SkASSERT(startMatch ||
endMatch
);
53
removeOne(
endMatch
);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java
[
all
...]
Completed in 116 milliseconds