HomeSort by relevance Sort by last modified time
    Searched refs:PNG (Results 51 - 75 of 202) sorted by null

1 23 4 5 6 7 8 9

  /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
TestFailureListener.java 114 LogDataType.PNG,
  /prebuilts/go/darwin-x86/src/image/png/
example_test.go 12 "image/png"
25 // This example uses png.Decode which can only decode PNG images.
27 img, err := png.Decode(gopherPNG())
64 f, err := os.Create("image.png")
69 if err := png.Encode(f, img); err != nil {
  /prebuilts/go/linux-x86/src/image/png/
example_test.go 12 "image/png"
25 // This example uses png.Decode which can only decode PNG images.
27 img, err := png.Decode(gopherPNG())
64 f, err := os.Create("image.png")
69 if err := png.Encode(f, img); err != nil {
  /external/autotest/frontend/tko/
graphing_utils.py 93 <img src="data:image/png;base64,%s" usemap="#%s"
433 Given the matplotlib figure, generate the PNG data for it.
452 image.save(image_data, format='PNG')
460 graph as a PNG image, and attach the image map to that image.
468 png, bbox = _create_png(figure)
480 return _HTML_TEMPLATE % (base64.b64encode(png), map_name, map_name,
789 Given an EmbeddedGraphingQuery object, generate the PNG image for it.
825 Given the embedding id of a graph, generate a PNG of the embedded graph
  /frameworks/base/core/tests/coretests/src/android/graphics/drawable/
AdaptiveIconDrawableTest.java 93 bm_org.compress(Bitmap.CompressFormat.PNG, 100,
94 new FileOutputStream(new File(mDir, "adaptive-bm-original.png")));
95 bm_test.compress(Bitmap.CompressFormat.PNG, 100,
96 new FileOutputStream(new File(mDir, "adaptive-bm-test.png")));
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
IconNormalizer.java 156 final File beforeFile = new File(mDir, "isShape" + mFileId + "_before.png");
158 mBitmapARGB.compress(Bitmap.CompressFormat.PNG, 100,
177 final File afterFile = new File(mDir, "isShape" + mFileId + "_after_" + isTrans + ".png");
179 mBitmapARGB.compress(Bitmap.CompressFormat.PNG, 100,
  /prebuilts/go/darwin-x86/src/mime/
type_test.go 38 // real registry on the machine and assume that ".png" exists
108 setType(".PNG", "image/png")
118 {typ: "image/png", want: []string{".png"}}, // lowercase
  /prebuilts/go/linux-x86/src/mime/
type_test.go 38 // real registry on the machine and assume that ".png" exists
108 setType(".PNG", "image/png")
118 {typ: "image/png", want: []string{".png"}}, // lowercase
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaTextureRender.java 254 * Saves the current frame to disk as a PNG image. Frame starts from (0,0).
265 // rearrange the data in memory. (For comparison, the PNG compress takes about 500ms
293 bmp.compress(Bitmap.CompressFormat.PNG, 90, fos);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTestUtils.java 246 outputFilename +=".png";
253 bitmap.compress(Bitmap.CompressFormat.PNG, 100, out);
  /cts/tests/tests/media/src/android/media/cts/
TextureRender.java 250 * Saves the current frame to disk as a PNG image. Frame starts from (0,0).
261 // rearrange the data in memory. (For comparison, the PNG compress takes about 500ms
289 bmp.compress(Bitmap.CompressFormat.PNG, 90, fos);
  /cts/tests/tests/systemui/src/android/systemui/cts/
LightBarTests.java 42 public static final String DUMP_PATH = "/sdcard/lightstatustest.png";
238 bitmap.compress(Bitmap.CompressFormat.PNG, 85, fileStream);
  /developers/build/prebuilts/gradle/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
DragSourceFragment.java 94 Uri imageUri = getFileUri(R.drawable.image1, "image1.png");
99 imageUri = getFileUri(R.drawable.image2, "image2.png");
215 * Copy a PNG resource drawable to a {@File}.
223 image.compress(Bitmap.CompressFormat.PNG, 100, out);
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Utils.java 165 bitmap.compress(Bitmap.CompressFormat.PNG, 100, byteStream);
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
DragSourceFragment.java 94 Uri imageUri = getFileUri(R.drawable.image1, "image1.png");
99 imageUri = getFileUri(R.drawable.image2, "image2.png");
215 * Copy a PNG resource drawable to a {@File}.
223 image.compress(Bitmap.CompressFormat.PNG, 100, out);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Utils.java 165 bitmap.compress(Bitmap.CompressFormat.PNG, 100, byteStream);
  /development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
DragSourceFragment.java 94 Uri imageUri = getFileUri(R.drawable.image1, "image1.png");
99 imageUri = getFileUri(R.drawable.image2, "image2.png");
215 * Copy a PNG resource drawable to a {@File}.
223 image.compress(Bitmap.CompressFormat.PNG, 100, out);
  /development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
Utils.java 165 bitmap.compress(Bitmap.CompressFormat.PNG, 100, byteStream);
  /external/ImageMagick/www/api/
blob.php 12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
25 <link rel="icon" href="../image/wand.png"/>
142 <p>ImageToBlob() implements direct to memory image formats. It returns the image as a formatted blob and its length. The magick member of the Image structure determines the format of the returned blob (GIF, JPEG, PNG, etc.). This method is the equivalent of WriteImage(), but writes the formatted "file" to a memory buffer rather than to an actual file.</p>
208 <p>ImagesToBlob() implements direct to memory image formats. It returns the image sequence as a blob and its length. The magick member of the ImageInfo structure determines the format of the returned blob (GIF, JPEG, PNG, etc.)</p>
  /frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
GenImage.java 261 s += ext + ".png";
263 bmp.compress(Bitmap.CompressFormat.PNG, 95, out);
  /frameworks/support/compat/tests/java/android/support/v4/graphics/drawable/
IconCompatTest.java 125 bitmap.compress(Bitmap.CompressFormat.PNG, 100, out);
  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetProvider.java 130 bitmap.compress(Bitmap.CompressFormat.PNG, 100, out);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
LogoUtilsTest.java 151 bitmap.compress(Bitmap.CompressFormat.PNG, 0, fos);
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 90 photo.compress(Bitmap.CompressFormat.PNG, 100, out);
96 NdefRecord image = newMimeRecord("image/png", payload);
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DefaultWallpaperInfo.java 93 if (defaultWallpaper.compress(Bitmap.CompressFormat.PNG, 100, tmpOut)) {

Completed in 1212 milliseconds

1 23 4 5 6 7 8 9