Searched refs:zone1 (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshglob.c475 PSH_Blue_Zone zone1, zone2; local
492 zone1 = normal->zones;
495 for ( ; count1 > 0; count1--, zone1++ )
507 Delta = zone1->org_ref - zone2->org_ref;
513 zone1->cur_top = zone2->cur_top;
514 zone1->cur_bottom = zone2->cur_bottom;
515 zone1->cur_ref = zone2->cur_ref;
516 zone1->cur_delta = zone2->cur_delta;
/external/freetype/src/pshinter/
H A Dpshglob.c475 PSH_Blue_Zone zone1, zone2; local
492 zone1 = normal->zones;
495 for ( ; count1 > 0; count1--, zone1++ )
507 Delta = zone1->org_ref - zone2->org_ref;
513 zone1->cur_top = zone2->cur_top;
514 zone1->cur_bottom = zone2->cur_bottom;
515 zone1->cur_ref = zone2->cur_ref;
516 zone1->cur_delta = zone2->cur_delta;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshglob.c483 PSH_Blue_Zone zone1, zone2; local
500 zone1 = normal->zones;
503 for ( ; count1 > 0; count1--, zone1++ )
515 Delta = zone1->org_ref - zone2->org_ref;
521 zone1->cur_top = zone2->cur_top;
522 zone1->cur_bottom = zone2->cur_bottom;
523 zone1->cur_ref = zone2->cur_ref;
524 zone1->cur_delta = zone2->cur_delta;
/external/chromium_org/third_party/icu/source/i18n/
H A Dvzone.cpp49 vzone_equals(const VZone* zone1, const VZone* zone2) { argument
50 return *(const VTimeZone*)zone1 == *(const VTimeZone*)zone2;
H A Dvzone.h75 * Returns true if zone1 is identical to zone2
77 * @param zone1 to be checked for containment
82 vzone_equals(const VZone* zone1, const VZone* zone2);
/external/icu/icu4c/source/i18n/
H A Dvzone.cpp49 vzone_equals(const VZone* zone1, const VZone* zone2) { argument
50 return *(const VTimeZone*)zone1 == *(const VTimeZone*)zone2;
H A Dvzone.h75 * Returns true if zone1 is identical to zone2
77 * @param zone1 to be checked for containment
82 vzone_equals(const VZone* zone1, const VZone* zone2);
/external/opencv/cv/src/
H A Dcvsmooth.cpp802 int zone1[4][N*N];
812 zone1[cn][p] op; \
906 memset( zone1, 0, sizeof(zone1[0])*cn );
948 s += zone1[c][k];
964 zone1[0][p]--;
966 zone1[0][q]++;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtztest.cpp996 const char *zone1 = compatibilityMap[i]; local
999 TimeZone *tz1 = TimeZone::createTimeZone(zone1);
1003 errln(UnicodeString("FAIL: Could not find short ID zone ") + zone1);
1014 errln("FAIL: " + UnicodeString(zone1) +
1017 logln("OK: " + UnicodeString(zone1) +
/external/icu/icu4c/source/test/intltest/
H A Dtztest.cpp987 const char *zone1 = compatibilityMap[i]; local
990 TimeZone *tz1 = TimeZone::createTimeZone(zone1);
994 errln(UnicodeString("FAIL: Could not find short ID zone ") + zone1);
1005 errln("FAIL: " + UnicodeString(zone1) +
1008 logln("OK: " + UnicodeString(zone1) +
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c106 UChar zone1[32], zone2[32]; local
222 i = ucal_getDefaultTimeZone(zone1, sizeof(zone1)/sizeof(zone1[0]), &status);
243 ucal_setDefaultTimeZone(zone1, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c107 UChar zone1[32], zone2[32]; local
223 i = ucal_getDefaultTimeZone(zone1, sizeof(zone1)/sizeof(zone1[0]), &status);
244 ucal_setDefaultTimeZone(zone1, &status);

Completed in 478 milliseconds