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

  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 273 static void getTransparencyAndDisposalMethod(const SavedImage* frame, bool* trans, int* disposal)
308 getTransparencyAndDisposalMethod(cur, &curTrans, &curDisposal);
311 getTransparencyAndDisposalMethod(next, &nextTrans, &nextDisposal);
403 getTransparencyAndDisposalMethod(cur, &trans, &disposal);
  /external/skia/src/images/
SkMovie_gif.cpp 273 static void getTransparencyAndDisposalMethod(const SavedImage* frame, bool* trans, int* disposal)
308 getTransparencyAndDisposalMethod(cur, &curTrans, &curDisposal);
311 getTransparencyAndDisposalMethod(next, &nextTrans, &nextDisposal);
403 getTransparencyAndDisposalMethod(cur, &trans, &disposal);

Completed in 127 milliseconds