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

  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 309 bool nextTrans;
311 getTransparencyAndDisposalMethod(next, &nextTrans, &nextDisposal);
313 && (nextTrans || !checkIfCover(next, cur))) {
  /external/skia/src/images/
SkMovie_gif.cpp 309 bool nextTrans;
311 getTransparencyAndDisposalMethod(next, &nextTrans, &nextDisposal);
313 && (nextTrans || !checkIfCover(next, cur))) {
  /external/icu4c/extra/uconv/
uconv.cpp 389 const char *nextTrans = uenum_next(ids, &len, &status);
391 printf("%s", nextTrans);
    [all...]

Completed in 192 milliseconds