HomeSort by relevance Sort by last modified time
    Searched defs:tight (Results 1 - 6 of 6) sorted by null

  /external/skia/tests/
PathOpsTightBoundsTest.cpp 135 SkRect tight; local
136 REPORTER_ASSERT(reporter, TightBounds(path, &tight));
137 REPORTER_ASSERT(reporter, bounds == tight);
144 SkRect tight; local
145 REPORTER_ASSERT(reporter, TightBounds(path, &tight));
146 REPORTER_ASSERT(reporter, bounds == tight);
154 SkRect tight; local
155 REPORTER_ASSERT(reporter, TightBounds(path, &tight));
156 REPORTER_ASSERT(reporter, bounds == tight);
164 SkRect tight; local
176 SkRect tight; local
186 SkRect tight; local
196 SkRect tight; local
    [all...]
PathTest.cpp 4859 SkRect tight = path.computeTightBounds(); local
    [all...]
  /external/skqp/tests/
PathOpsTightBoundsTest.cpp 135 SkRect tight; local
136 REPORTER_ASSERT(reporter, TightBounds(path, &tight));
137 REPORTER_ASSERT(reporter, bounds == tight);
144 SkRect tight; local
145 REPORTER_ASSERT(reporter, TightBounds(path, &tight));
146 REPORTER_ASSERT(reporter, bounds == tight);
154 SkRect tight; local
155 REPORTER_ASSERT(reporter, TightBounds(path, &tight));
156 REPORTER_ASSERT(reporter, bounds == tight);
164 SkRect tight; local
176 SkRect tight; local
186 SkRect tight; local
196 SkRect tight; local
    [all...]
PathTest.cpp 4832 SkRect tight = path.computeTightBounds(); local
    [all...]
  /external/u-boot/cmd/
nand.c 150 ((status & NAND_LOCK_STATUS_TIGHT) ? "TIGHT " : ""),
735 int tight = 0; local
738 if (!strcmp("tight", argv[2]))
739 tight = 1;
746 if (!nand_lock(mtd, tight)) {
824 "nand lock [tight] [status]\n"
  /external/boringssl/src/third_party/fiat/
curve25519.c 400 fe tight; local
401 fe_carry(&tight, f);
403 fe_tobytes(s, &tight);
    [all...]

Completed in 5195 milliseconds