HomeSort by relevance Sort by last modified time
    Searched refs:foundOffset (Results 1 - 5 of 5) sorted by null

  /external/skia/tests/
ImageFilterCacheTest.cpp 42 SkIPoint foundOffset;
44 sk_sp<SkSpecialImage> foundImage = cache->get(key1, &foundOffset);
46 REPORTER_ASSERT(reporter, offset == foundOffset);
48 REPORTER_ASSERT(reporter, !cache->get(key2, &foundOffset));
71 SkIPoint foundOffset;
72 REPORTER_ASSERT(reporter, !cache->get(key1, &foundOffset));
73 REPORTER_ASSERT(reporter, !cache->get(key2, &foundOffset));
74 REPORTER_ASSERT(reporter, !cache->get(key3, &foundOffset));
75 REPORTER_ASSERT(reporter, !cache->get(key4, &foundOffset));
91 SkIPoint foundOffset;
    [all...]
  /external/skqp/tests/
ImageFilterCacheTest.cpp 42 SkIPoint foundOffset;
44 sk_sp<SkSpecialImage> foundImage = cache->get(key1, &foundOffset);
46 REPORTER_ASSERT(reporter, offset == foundOffset);
48 REPORTER_ASSERT(reporter, !cache->get(key2, &foundOffset));
71 SkIPoint foundOffset;
72 REPORTER_ASSERT(reporter, !cache->get(key1, &foundOffset));
73 REPORTER_ASSERT(reporter, !cache->get(key2, &foundOffset));
74 REPORTER_ASSERT(reporter, !cache->get(key3, &foundOffset));
75 REPORTER_ASSERT(reporter, !cache->get(key4, &foundOffset));
91 SkIPoint foundOffset;
    [all...]
  /external/icu/icu4c/source/test/letest/
cmaps.cpp 64 le_uint32 foundOffset = 0;
76 foundOffset = SWAPL(esh->encodingOffset);
105 foundOffset = SWAPL(esh->encodingOffset);
124 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
  /external/icu/icu4c/source/test/perf/leperf/
cmaps.cpp 68 le_uint32 foundOffset = 0;
80 foundOffset = SWAPL(esh->encodingOffset);
109 foundOffset = SWAPL(esh->encodingOffset);
128 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 323 double foundOffset = tz->getRawOffset();
324 int32_t foundHour = (int32_t)foundOffset / millisPerHour;
325 if (expectedOffset != foundOffset) {
    [all...]

Completed in 152 milliseconds