HomeSort by relevance Sort by last modified time
    Searched defs:images (Results 26 - 50 of 69) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp 23 This class provides all functionality needed for loading images, style sheets and html
125 // We'll default images to VeryLow, and promote whatever is visible. This improves
504 // types of resources, like Images, Scripts, and CSS, can be loaded from
584 // SVG Images have unique security rules that prevent all subresource requests
1402 unsigned images = 0; local
    [all...]
  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 126 // TODO(hajimehoshi): This function should return the images for the 'disabled'
173 // Returns the images for the menu buttons.
180 std::vector<const gfx::ImageSkia*> images; local
181 images.reserve(num_ids);
184 images.push_back(rb.GetImageSkiaNamed(ids[i]));
185 return images;
188 // Paints three images in a column at the given location. The center image is
244 // Initialize the button images.
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 418 // images). So append the dyld module back to the list if it is
599 // Let the event know that the images have changed
1609 const ModuleList &images = target_sp->GetImages(); local
    [all...]
  /external/opencv/cvaux/src/
cveigenobjects.cpp 196 // (images, vectors, etc.). ROI supported.
421 // object for a group of input objects (images, vectors, etc.). ROI supported.
1202 IplImage **images = (IplImage **) (((CvInput *) & input)->data); local
    [all...]
  /system/core/fastboot/
fastboot.c 102 } images[] = { variable in typeref:struct:__anon81063
762 for (i = 0; i < ARRAY_SIZE(images); i++) {
763 fd = unzip_to_file(zip, images[i].img_name);
765 if (images[i].is_optional)
767 die("update package missing %s", images[i].img_name);
770 if (rc) die("cannot load %s from flash", images[i].img_name);
771 do_update_signature(zip, images[i].sig_name);
772 if (erase_first && needs_erase(images[i].part_name)) {
773 fb_queue_erase(images[i].part_name);
775 flash_buf(images[i].part_name, &buf)
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 65 // Persistent constants for the main images that we need. These have the same
333 // Mapping used in CreateFrameImages() to associate frame images with the
373 // This should be true for images which can be used to decorate the border to
378 // The images which should be cropped before being saved to the data pack. The
399 // A list of images that don't need tinting or any other modification and can
648 // Builds the images. (Image building is dependent on tints).
685 // Generate raw images (for new-tab-page attribution and background) for
1309 CreateTintedButtons(GetTintInternal(ThemeProperties::TINT_BUTTONS), images); local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.js 52 'virtual/deferred/fast/images': 'fast/images',
    [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 280 List images; member in class:xe::ri::ImageSet
  /external/lldb/source/API/
SBTarget.cpp 2182 ModuleList& images = target_sp->GetImages(); local
    [all...]
  /external/chromium_org/pdf/
instance.cc 2260 std::vector<pp::ImageData> images = GetProgressBarResources(&background); local
2268 std::vector<pp::ImageData> images = GetProgressBarResources(&background); local
    [all...]
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.hpp 2427 const unsigned char** images = (const unsigned char**) alloca(n * sizeof(const void*)); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c 2424 const struct gl_texture_image **images; local
2448 const struct gl_texture_image **images; local
2472 const struct gl_texture_image **images; local
2507 const struct gl_texture_image **images; local
2532 const struct gl_texture_image **images; local
2567 const struct gl_texture_image **images; local
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 2427 const unsigned char** images = (const unsigned char**) alloca(n * sizeof(const void*)); local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 2424 const struct gl_texture_image **images; local
2448 const struct gl_texture_image **images; local
2472 const struct gl_texture_image **images; local
2507 const struct gl_texture_image **images; local
2532 const struct gl_texture_image **images; local
2567 const struct gl_texture_image **images; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 571 // Trimming and padding is not available for clipart images; padding etc is
986 Map<String, BufferedImage> images = categoryEntry.getValue(); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 1027 ArrayList<Bitmap> images = new ArrayList<Bitmap>(); local
1282 ArrayList<Bitmap> images = data.generatedImages; local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 957 ArrayList<Bitmap> images = new ArrayList<Bitmap>(); local
1223 ArrayList<Bitmap> images = data.generatedImages; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 4584 PassRefPtrWillBeRawPtr<HTMLCollection> Document::images() function in class:WebCore::Document
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp 195 static void appendLayers(Vector<ImageResource*>& images, const FillLayer* styleLayer)
198 appendImageIfNotNull(images, layer->image());
202 static void appendImagesFromStyle(Vector<ImageResource*>& images, RenderStyle& blockStyle)
204 appendLayers(images, blockStyle.backgroundLayers());
205 appendLayers(images, blockStyle.maskLayers());
210 appendImageIfNotNull(images, imageContentData->image());
213 appendImageIfNotNull(images, blockStyle.boxReflect()->mask().image());
214 appendImageIfNotNull(images, blockStyle.listStyleImage());
215 appendImageIfNotNull(images, blockStyle.borderImageSource());
216 appendImageIfNotNull(images, blockStyle.maskBoxImageSource())
357 Vector<ImageResource*> images; local
1354 Vector<ImageResource*> images; local
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 1915 ImageSpan[] images = text.getSpans(i, next, ImageSpan.class); local
2755 HorizontalLineSpan[] images = local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 

Completed in 1054 milliseconds

12 3