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

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 38 private final ImageResources mImageResources;
48 mImageResources = new ImageResources();
181 static class ImageResources {
201 ImageResources() {
  /frameworks/base/docs/html/distribute/tools/promote/
device-art.jd 589 var imageResources = {};
593 if (!(id in imageResources))
596 (callback || function(){})(imageResources);
605 imageResources[id] = img;
609 imageResources[id] = null;
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 399 // The Cache code does not know about ImageResources holding Frames and
  /external/libexif/libexif/
exif-tag.c 475 {EXIF_TAG_IMAGE_RESOURCES, "ImageResources", N_("Image Resources Block"), ""},
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp 186 static void appendImageIfNotNull(Vector<ImageResource*>& imageResources, const StyleImage* styleImage)
191 imageResources.append(styleImage->cachedImage());
    [all...]

Completed in 265 milliseconds