HomeSort by relevance Sort by last modified time
    Searched full:image1 (Results 26 - 50 of 55) sorted by null

12 3

  /external/chromium_org/chrome/common/extensions/api/extension_action/
page_action_manifest_unittest.cc 69 std::string img1("image1.png");
100 const std::string kIcon("image1.png");
  /external/skia/tests/
DeferredCanvasTest.cpp 109 SkAutoTUnref<SkImage> image1(canvas->newImageSnapshot());
722 SkImage* image1 = canvas->newImageSnapshot(); local
723 SkAutoTUnref<SkImage> aur_i1(image1);
734 REPORTER_ASSERT(reporter, image1->uniqueID() == image2->uniqueID());
739 REPORTER_ASSERT(reporter, image1->uniqueID() != image3->uniqueID());
799 SkAutoTUnref<SkImage> image1(canvas->newImageSnapshot());
802 REPORTER_ASSERT(reporter, image1->uniqueID() != image2->uniqueID());
    [all...]
  /external/opencv/cvaux/src/
cvcorrimages.cpp 176 /* For given points1 (with pntStatus) on image1 finds corresponding points2 on image2 and set pntStatus2 for them */
178 int icvFindCorrForGivenPoints( IplImage *image1,/* Image 1 */
206 if( image1 == 0 || image2 == 0 ||
215 w = image1->width;
216 h = image1->height;
220 CV_ERROR( CV_StsOutOfRange, "Size of image1 must be > 0" );
267 /* Compute number of visible points on image1 */
308 cvCvtColor(image1,grayImage1,CV_BGR2GRAY);
312 grayImage1.CopyOf(image1,0);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
web_accessible_resources.html 16 "images/my-awesome-image1.png",
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager_unittest.cc 48 "url=http://image1.bin.zip\n"
112 EXPECT_EQ("http://image1.bin.zip", cf->GetProperty("url", "hwid13"));
burn_manager.h 76 // name=image1
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 554 BufferedImage image1 = delegate1.getImage(); local
557 image1.getWidth() != image2.getWidth() ||
558 image1.getHeight() != image2.getHeight()) {
563 int w = image1.getWidth();
568 image1.getRGB(0, 0, w, h, argb1, 0, w);
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 132 bool TestGraphics2D::CompareImages(const pp::ImageData& image1,
135 image1, pp::Rect(0, 0, image1.size().width(), image1.size().height()),
139 bool TestGraphics2D::CompareImageRect(const pp::ImageData& image1,
148 if (*(image1.GetAddr32(pp::Point(rc1.x() + x, rc1.y() + y))) !=
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_installed_bubble_controller_unittest.mm 91 action->SetString(keys::kPageActionDefaultIcon, "image1.png");
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_browsertest.cc 328 const Image& image1(printer->GetPrintedPage(0)->image());
331 // only the content of the iframe. Currently image1 will contain the full
333 EXPECT_NE(0, image1.size().width());
334 EXPECT_NE(0, image1.size().height());
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
pixelbender.php 83 'pixel2', 'pixel3', 'pixel4', 'region', 'image1', 'image2', 'image3', 'image4',
  /external/oprofile/libpp/
profile_spec.h 135 // specified by user on command like opreport image1 image2 ...
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 64 zoomImageFromThumb(thumb1View, R.drawable.image1);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.cc 45 const char kImageUrl1[] = "http://www.google.com/image1.jpg";
  /external/chromium_org/skia/ext/
vector_canvas_unittest.cc 292 Image image1(canvas);
294 double diff = image1.PercentageDifferent(image2);
412 Image image1(*vcanvas_);
414 double diff = image1.PercentageDifferent(image2);
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_unittest.cc 237 "http://google.com/image1.png",
464 1, 1, "http://www.google.com", "http://google.com/image1.png",
558 1, 1, "http://www.google.com", "http://google.com/image1.png",
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_installed_bubble_controller_unittest.mm 96 action->SetString(keys::kPageActionDefaultIcon, "image1.png");
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
tut_migration_to_manifest_v2.html 275 "images/image1.png",
  /frameworks/base/docs/html/training/animation/
cardflip.jd 242 android:src="@drawable/image1"
zoom.jd 149 zoomImageFromThumb(thumb1View, R.drawable.image1);
  /frameworks/base/docs/image_sources/training/basics/basic-simple-screen-mock.graffle/
data.plist 496 <string>image1.png</string>
  /frameworks/base/docs/image_sources/training/fragments-screen-mock.graffle/
data.plist 709 <string>image1.png</string>
  /frameworks/base/docs/image_sources/play-services-diagram.graffle/
data.plist 900 <string>image1.png</string>
  /external/chromium/chrome/common/extensions/
extension_unittest.cc 536 std::string img1("image1.png");
593 const std::string kIcon("image1.png");
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 908 * Do a CopyTex[Sub]Image1/2/3D() using a hardware (blit) path if possible.
    [all...]

Completed in 1235 milliseconds

12 3