Searched refs:fMatch (Results 1 - 9 of 9) sorted by relevance

/external/skia/tests/
H A DSkPEGTest.cpp45 bool fMatch; member in struct:__anon20993::__anon20994
55 REPORTER_ASSERT(r, match == gTests[i].fMatch);
63 bool fMatch; member in struct:__anon20993::__anon20995
75 REPORTER_ASSERT(r, match == gTests[i].fMatch);
89 bool fMatch; member in struct:__anon20993::__anon20996
110 REPORTER_ASSERT(r, match == gTests[i].fMatch);
121 bool fMatch; member in struct:__anon20993::__anon20997
136 REPORTER_ASSERT(r, match == gTests[i].fMatch);
147 bool fMatch; member in struct:__anon20993::__anon20998
159 REPORTER_ASSERT(r, m->fValue.isValid() == gTests[i].fMatch);
[all...]
H A DPathOpsTSectDebug.h14 if (!!fMatch != fMatch) {
17 return fMatch ? '*' : 0;
23 fMatch ? " match" : "");
/external/skqp/tests/
H A DSkPEGTest.cpp45 bool fMatch; member in struct:__anon21662::__anon21663
55 REPORTER_ASSERT(r, match == gTests[i].fMatch);
63 bool fMatch; member in struct:__anon21662::__anon21664
75 REPORTER_ASSERT(r, match == gTests[i].fMatch);
89 bool fMatch; member in struct:__anon21662::__anon21665
110 REPORTER_ASSERT(r, match == gTests[i].fMatch);
121 bool fMatch; member in struct:__anon21662::__anon21666
136 REPORTER_ASSERT(r, match == gTests[i].fMatch);
147 bool fMatch; member in struct:__anon21662::__anon21667
159 REPORTER_ASSERT(r, m->fValue.isValid() == gTests[i].fMatch);
[all...]
H A DPathOpsTSectDebug.h14 if (!!fMatch != fMatch) {
17 return fMatch ? '*' : 0;
23 fMatch ? " match" : "");
/external/icu/icu4c/source/i18n/
H A Drematch.cpp204 fMatch = FALSE;
310 if (fMatch == FALSE) {
562 if (fMatch == FALSE) {
647 if (fMatch) {
655 fMatch = FALSE;
682 fMatch = FALSE;
704 if (fMatch) {
726 fMatch = FALSE;
733 return fMatch;
754 if (fMatch) {
[all...]
H A Duregex.cpp1370 if (m->fMatch == FALSE) {
1649 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd);
1687 if (m->fMatch) {
/external/skia/src/pathops/
H A DSkPathOpsTSect.h34 this->fMatch = 0xFF;
42 SkASSERT(!!fMatch == fMatch);
43 return SkToBool(fMatch);
48 fMatch = false;
53 if (!fMatch) {
56 fMatch = true;
72 SkOpDebugBool fMatch; member in class:SkTCoincident
383 fMatch = cPt.approximatelyEqual(fPerpPt);
385 if (fMatch) {
[all...]
/external/skqp/src/pathops/
H A DSkPathOpsTSect.h34 this->fMatch = 0xFF;
42 SkASSERT(!!fMatch == fMatch);
43 return SkToBool(fMatch);
48 fMatch = false;
53 if (!fMatch) {
56 fMatch = true;
72 SkOpDebugBool fMatch; member in class:SkTCoincident
383 fMatch = cPt.approximatelyEqual(fPerpPt);
385 if (fMatch) {
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dregex.h1829 UBool fMatch; // True if the last attempted match was successful. member in class:U_FINAL

Completed in 274 milliseconds