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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CacheProcessing.java 36 ArrayList<FilterRepresentation> representations; field in class:CacheProcessing.CacheStep
40 representations = new ArrayList<FilterRepresentation>();
44 representations.add(representation);
48 for (FilterRepresentation rep : representations) {
57 if (representations.size() != step.representations.size()) {
60 for (int i = 0; i < representations.size(); i++) {
61 FilterRepresentation r1 = representations.get(i);
62 FilterRepresentation r2 = step.representations.get(i);
88 if (representations.size() > 0)
    [all...]
  /external/chromium_org/ui/gfx/image/
image.cc 486 gfx::Image::RepresentationMap& representations() { return representations_; } function in class:gfx::internal::ImageStorage
514 // All the representations of an Image. Size will always be at least one, with
515 // more for any converted representations.
823 // Do not insert representations for scale factors other than 1x even if
889 return storage_.get() && storage_->representations().count(type) != 0;
896 return storage_->representations().size();
944 RepresentationMap::iterator it = storage_->representations().find(rep_type);
945 if (it == storage_->representations().end()) {
954 storage_->representations().insert(std::make_pair(rep->type(), rep));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 1107 ArrayList<FilterUserPresetRepresentation> representations = local
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 217 milliseconds