HomeSort by relevance Sort by last modified time
    Searched refs:png (Results 101 - 125 of 404) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/tools/
plot-timer-events 89 cat timer-events.plot | gnuplot > timer-events.png
  /packages/apps/Launcher2/
print_db.py 59 icon_fn = "icon_%d.png" % id
97 out.write("""<img src="icon_%d.png">\n""" % ( cell["_id"] ))
101 out.write("""<img src="icon_%d.png">\n""" % ( cell["_id"] ))
  /prebuilts/go/darwin-x86/src/image/png/
paeth.go 5 package png package
22 // paeth implements the Paeth filter function, as per the PNG specification.
24 // This is an optimized version of the sample code in the PNG spec.
paeth_test.go 5 package png package
21 // It is a straight port of the sample code in the PNG spec, section 9.4.
writer_test.go 5 package png package
53 qfn := "testdata/pngsuite/" + fn + ".png"
  /prebuilts/go/linux-x86/src/image/png/
paeth.go 5 package png package
22 // paeth implements the Paeth filter function, as per the PNG specification.
24 // This is an optimized version of the sample code in the PNG spec.
paeth_test.go 5 package png package
21 // It is a straight port of the sample code in the PNG spec, section 9.4.
writer_test.go 5 package png package
53 qfn := "testdata/pngsuite/" + fn + ".png"
  /build/make/tools/droiddoc/templates-sac/assets/css/
default.css 121 background:url('../images/styles/open_new_page.png') no-repeat 100% 50%;
305 background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%;
341 background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%;
457 background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
475 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
548 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
764 background-image: url(../images/styles/ico_phone_tablet.png); }
766 background-image: url(../images/styles/ico_web.png); }
768 background-image: url(../images/styles/ico_action.png); }
770 background-image: url(../images/styles/ico_use.png); }
    [all...]
  /external/pdfium/samples/
image_diff_png.cc 20 #include "third_party/libpng16/png.h"
40 // Represents a comment in the tEXt ancillary chunk of the png.
75 // in turn based on the Mozilla png decoder.
80 const double kMaxGamma = 21474.83; // Maximum gamma accepted by png library.
145 // Called when the png header has been read. This code is based on the WebKit
299 return false; // Input data too small to be a png
333 // PNG library called below.
365 // Passed around as the io_ptr in the png structs so our callbacks know where
373 void EncoderWriteCallback(png_structp png, png_bytep data, png_size_t size) {
374 PngEncoderState* state = static_cast<PngEncoderState*>(png_get_io_ptr(png));
    [all...]
  /external/skia/tools/
ok.cpp 345 sk_sp<SkData> png{image->encode()};
346 SkFILEWStream{(write_dir + "/" + name + ".png").c_str()}
347 .write(png->data(), png->size());
  /build/make/tools/droiddoc/templates-ndk/assets/css/
default.css 122 background:url('../images/styles/open_new_page.png') no-repeat 100% 50%;
296 background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%;
334 background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%;
486 background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
505 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
589 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
793 background-image: url(../images/styles/ico_phone_tablet.png); }
795 background-image: url(../images/styles/ico_web.png); }
797 background-image: url(../images/styles/ico_action.png); }
799 background-image: url(../images/styles/ico_use.png); }
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_s_b_i_x.py 41 char[4] format data type, e.g. "png "
sbixBitmap.py 12 imageFormatTag: 4s # e.g. "png "
  /prebuilts/go/darwin-x86/src/mime/
type.go 43 ".png": "image/png",
  /prebuilts/go/linux-x86/src/mime/
type.go 43 ".png": "image/png",
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha1/
builder-1.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha2/
builder-1.3.0-alpha2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha3/
builder-1.3.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha4/
builder-1.3.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha5/
builder-1.3.0-alpha5.jar 
  /external/doclava/res/assets/templates/assets/
doclava-developer-core.css 197 background:transparent url(images/preliminary.png) repeat scroll 0 0; */
246 background-image: url(images/bg_images_sprite.png);
259 background-image: url(images/bg_images_sprite.png);
281 background-image: url(images/bg_images_sprite.png);
295 background-image: url(images/bg_images_sprite.png);
  /external/libvpx/libvpx/
libs.doxy_template     [all...]
  /packages/apps/Launcher3/
print_db.py 79 icon_fn = "icon_%d.png" % id
130 out.write("""<img style="width: 4em; height: 4em;" src="icon_%d.png">\n""" % ( cell["_id"] ))
134 out.write("""<img style="width: 4em; height: 4em;" src="icon_%d.png">\n""" % ( cell["_id"] ))
  /system/core/healthd/
Android.mk 147 $(foreach _img, $(call find-subdir-subdir-files, "images", "*.png"), \

Completed in 1448 milliseconds

1 2 3 45 6 7 8 91011>>