OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:png
(Results
301 - 325
of
332
) sorted by null
<<
11
12
13
14
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
byte_reader.js
236
'\x89P' : '
png
',
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_util.js
694
ImageUtil.FILE_TYPES = ['jpg', '
png
', 'gif', 'bmp', 'webp'];
/build/
envsetup.sh
[
all
...]
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js
137
searchTreeItem.icon = isRTL() ? 'images/bookmark_manager_search_rtl.
png
' :
138
'images/bookmark_manager_search.
png
';
[
all
...]
/external/libpng/contrib/libtests/
pngimage.c
9
* and license in
png
.h
11
* Test the png_read_png and png_write_png interfaces. Given a
PNG
file load it
30
# include <
png
.h>
32
# include "../../
png
.h"
36
# include <setjmp.h> /* because
png
.h did *not* include this */
43
* produce data with a memory format that does not correspond to a
PNG
format.
46
* write the result is the original
PNG
data that would have would have been
50
* significant in a
PNG
with the sBIT chunk.
138
/* expands PLTE
PNG
files to RGB (no tRNS) or RGBA (tRNS) *
141
/* expands grayscale
PNG
files to RGB, or RGBA *
[
all
...]
pngstest.c
10
* and license in
png
.h
12
* Test for the
PNG
'simplified' APIs.
33
# include <
png
.h>
35
# include "../../
png
.h"
[
all
...]
/build/tools/droiddoc/templates-ds/assets/
android-developer-docs.css
142
background:url('images/triangle-closed-small.
png
') 7px 4px no-repeat;
145
background:url('images/triangle-opened-small.
png
') 7px 4px no-repeat;
714
background:url('images/icon_design.
png
') 5px 13px no-repeat;
1222
background-image:url(images/grad-rule-qv.
png
);
/build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css
142
background:url('images/triangle-closed-small.
png
') 7px 4px no-repeat;
145
background:url('images/triangle-opened-small.
png
') 7px 4px no-repeat;
714
background:url('images/icon_design.
png
') 5px 13px no-repeat;
1222
background-image:url(images/grad-rule-qv.
png
);
/external/chromium_org/content/renderer/
render_view_impl.cc
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk
346
third_party/WebKit/Source/platform/image-decoders/
png
/PNGImageDecoder.cpp \
[
all
...]
blink_platform.target.darwin-arm64.mk
345
third_party/WebKit/Source/platform/image-decoders/
png
/PNGImageDecoder.cpp \
[
all
...]
blink_platform.target.darwin-mips.mk
345
third_party/WebKit/Source/platform/image-decoders/
png
/PNGImageDecoder.cpp \
[
all
...]
blink_platform.target.darwin-mips64.mk
345
third_party/WebKit/Source/platform/image-decoders/
png
/PNGImageDecoder.cpp \
[
all
...]
blink_platform.target.darwin-x86.mk
345
third_party/WebKit/Source/platform/image-decoders/
png
/PNGImageDecoder.cpp \
[
all
...]
blink_platform.target.darwin-x86_64.mk
345
third_party/WebKit/Source/platform/image-decoders/
png
/PNGImageDecoder.cpp \
[
all
...]
blink_platform.target.linux-arm.mk
346
third_party/WebKit/Source/platform/image-decoders/
png
/PNGImageDecoder.cpp \
[
all
...]
blink_platform.target.linux-arm64.mk
345
third_party/WebKit/Source/platform/image-decoders/
png
/PNGImageDecoder.cpp \
[
all
...]
blink_platform.target.linux-mips.mk
345
third_party/WebKit/Source/platform/image-decoders/
png
/PNGImageDecoder.cpp \
[
all
...]
blink_platform.target.linux-mips64.mk
345
third_party/WebKit/Source/platform/image-decoders/
png
/PNGImageDecoder.cpp \
[
all
...]
blink_platform.target.linux-x86.mk
345
third_party/WebKit/Source/platform/image-decoders/
png
/PNGImageDecoder.cpp \
[
all
...]
blink_platform.target.linux-x86_64.mk
345
third_party/WebKit/Source/platform/image-decoders/
png
/PNGImageDecoder.cpp \
[
all
...]
/external/chromium_org/tools/telemetry/third_party/png/
png.py
6
#
png
.py -
PNG
encoder/decoder in pure Python
43
# 2006-06-17 Johann: Very simple prototype
PNG
decoder.
47
# 2006-06-09 Johann: Very simple prototype
PNG
encoder.
50
# http://trac.browsershots.org/browser/trunk/pypng/lib/
png
.py?rev=2885
53
# //depot/prj/bangaio/master/code/
png
.py#67
57
Pure Python
PNG
Reader/Writer
59
This Python module implements support for
PNG
images (see
PNG
60
specification at http://www.w3.org/TR/2003/REC-
PNG
-20031110/ ). It read
[
all
...]
/external/chromium_org/ui/file_manager/file_manager/background/js/
background.js
797
var AUDIO_PLAYER_ICON = 'audio_player/icons/audio-player-64.
png
';
/external/libpng/contrib/tools/
pngfix.c
9
* and license in
png
.h
43
# include <
png
.h>
45
# include "../../
png
.h"
55
* data in
PNG
files.
156
/* 80-bit number handling - a
PNG
image can be up to (2^31-1)x(2^31-1) 8 byte
706
# define STREAM_ERROR 0x04 /* damaged
PNG
stream (may be fixable) */
836
/* PUBLIC PER-FILE VARIABLES: SET BY
PNG
READ CODE */
855
FILE * file; /* Original
PNG
file */
857
jmp_buf jmpbuf; /* Set while reading a
PNG
*/
904
#define INVALID_ERROR_CODE 4 /* detected an invalid
PNG
*/
[
all
...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager.js
[
all
...]
Completed in 895 milliseconds
<<
11
12
13
14