HomeSort by relevance Sort by last modified time
    Searched full:testimage (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/web/tests/
DragImageTest.cpp 50 class TestImage : public Image {
53 static PassRefPtr<TestImage> create(const IntSize& size)
55 return adoptRef(new TestImage(size));
58 explicit TestImage(const IntSize& size)
106 RefPtr<TestImage> nullTestImage(TestImage::create(IntSize()));
112 RefPtr<TestImage> testImage(TestImage::create(IntSize(2, 2)));
113 OwnPtr<DragImage> dragImage = DragImage::create(testImage.get())
    [all...]
ImageLayerChromiumTest.cpp 45 class TestImage : public Image {
48 static PassRefPtr<TestImage> create(const IntSize& size, SkAlphaType alphaType)
50 return adoptRef(new TestImage(size, alphaType));
53 explicit TestImage(const IntSize& size, SkAlphaType alphaType)
115 RefPtr<Image> opaqueImage = TestImage::create(IntSize(100, 100), kOpaque_SkAlphaType);
117 RefPtr<Image> nonOpaqueImage = TestImage::create(IntSize(100, 100), kPremul_SkAlphaType);
  /cts/tests/res/drawable/
statelistdrawable.xml 19 <item android:state_focused="true" android:drawable="@drawable/testimage"/>
20 <item android:state_enabled="false" android:drawable="@drawable/testimage"/>
insetdrawable.xml 19 android:drawable="@drawable/testimage"/>
layerdrawable.xml 19 <item android:drawable="@drawable/testimage"/>
levellistdrawable.xml 19 <item android:maxLevel="50" android:drawable="@drawable/testimage"/>
rotatedrawable.xml 21 android:drawable="@drawable/testimage"/>
scaledrawable.xml 23 android:drawable="@drawable/testimage"/>
animationdrawable.xml 19 <item android:drawable="@drawable/testimage" android:duration="3000"/>
  /cts/tests/res/xml/
layerdrawable.xml 24 <item android:drawable="@drawable/testimage"/>
29 android:drawable="@drawable/testimage"/>
33 <bitmap android:src="@drawable/testimage"/>
40 <bitmap android:src="@drawable/testimage"/>
anim_list_missing_item_duration.xml 21 <item android:drawable="@drawable/testimage" />
anim_list_missing_list_attrs.xml 21 <item android:drawable="@drawable/testimage"
level_list_missing_item_minlevel_maxlevel.xml 21 <item android:drawable="@drawable/testimage" />
selector_missing_selector_attrs.xml 21 <item android:drawable="@drawable/testimage"
anim_list_correct.xml 25 <item android:drawable="@drawable/testimage"
bitmapdrawable.xml 19 <bitmap android:src="@drawable/testimage"
level_list_correct.xml 21 <item android:drawable="@drawable/testimage"
scaledrawable.xml 23 android:drawable="@drawable/testimage">
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_ColorCheckerTest.cpp 45 TestingImage *testImage = (TestingImage*) (long) inputImageAddress;
49 testHandler->addTestingImage(testImage);
  /cts/tests/src/android/widget/cts/
GalleryStubActivity.java 77 R.drawable.testimage,
80 R.drawable.testimage,
83 R.drawable.testimage,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageDecodingStoreTest.cpp 351 const ScaledImageFragment* testImage = ImageDecodingStore::instance()->insertAndLockCache(
353 unlockCache(testImage);
354 EXPECT_NE(refImage, testImage);
358 EXPECT_EQ(refImage, testImage);
368 const ScaledImageFragment* testImage = ImageDecodingStore::instance()->insertAndLockCache(
370 unlockCache(testImage);
371 EXPECT_NE(refImage, testImage);
375 EXPECT_NE(refImage, testImage);
385 const ScaledImageFragment* testImage = ImageDecodingStore::instance()->insertAndLockCache(
387 unlockCache(testImage);
    [all...]
  /cts/tests/src/android/provider/cts/
PhotoUtil.java 29 InputStream input = context.getResources().openRawResource(R.drawable.testimage);
  /external/skia/tools/skpdiff/
SkDifferentPixelsMetric_opencl.cpp 58 cl_mem testImage;
62 if (!this->makeImage2D(baseline, &baselineImage) || !this->makeImage2D(test, &testImage)) {
78 setArgErr |= clSetKernelArg(fKernel, 1, sizeof(cl_mem), &testImage);
108 clReleaseMemObject(testImage);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java 95 InputStream source = mContext.getResources().openRawResource(R.raw.testimage);
111 InputStream source = mContext.getResources().openRawResource(R.raw.testimage);
124 InputStream source = mContext.getResources().openRawResource(R.raw.testimage);
137 InputStream source = mContext.getResources().openRawResource(R.raw.testimage);
151 InputStream source = mContext.getResources().openRawResource(R.raw.testimage);
191 InputStream source = mContext.getResources().openRawResource(R.raw.testimage);
210 InputStream source = mContext.getResources().openRawResource(R.raw.testimage);
230 InputStream source = mContext.getResources().openRawResource(R.raw.testimage);
248 InputStream source = mContext.getResources().openRawResource(R.raw.testimage);
263 InputStream source = mContext.getResources().openRawResource(R.raw.testimage);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ImageSwitcherTest.java 73 imageSwitcher.setImageResource(R.drawable.testimage);
75 drawable = resources.getDrawable(R.drawable.testimage);
98 createSampleImage(imagefile, R.raw.testimage);
108 getContext().getResources(), R.raw.testimage,
142 drawable = resources.getDrawable(R.drawable.testimage);

Completed in 585 milliseconds

1 2 3