OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jconfig
(Results
1 - 11
of
11
) sorted by null
/external/jpeg/
Android.mk
94
cjpeg.c cdjpeg.h jinclude.h
jconfig
.h jpeglib.h jmorecfg.h jerror.h cderror.h jversion.h rdswitch.c cdjpeg.c rdtarga.c rdppm.c rdgif.c rdbmp.c
103
djpeg.c cdjpeg.h jinclude.h
jconfig
.h jpeglib.h jmorecfg.h jerror.h cderror.h jversion.h cdjpeg.c wrppm.c wrgif.c wrbmp.c rdcolmap.c wrtarga.c
jmemmac.c
12
* JPEG_INTERNALS part of
jconfig
.h.
58
You forgot to define USE_MAC_MEMMGR in
jconfig
.h. /* deliberate syntax error */
67
#ifndef TEMP_FILE_NAME /* can override from
jconfig
.h or Makefile */
jmemdos.c
81
You forgot to define USE_MSDOS_MEMMGR in
jconfig
.h. /* deliberate syntax error */
84
#if MAX_ALLOC_CHUNK >= 65535L /* make sure
jconfig
.h got this right */
configure
989
echo Try putting '"typedef unsigned int size_t;"' in
jconfig
.h.
[
all
...]
/frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp
189
jobject
jconfig
= env->GetObjectField(options, gOptions_configFieldID);
local
190
prefConfig = GraphicsJNI::getNativeBitmapConfig(env,
jconfig
);
Graphics.cpp
296
jobject
jconfig
) {
298
if (NULL ==
jconfig
) {
301
SkASSERT(env->IsInstanceOf(
jconfig
, gBitmapConfig_class));
302
int c = env->GetIntField(
jconfig
, gBitmapConfig_nativeInstanceID);
GraphicsJNI.h
56
static SkBitmap::Config getNativeBitmapConfig(JNIEnv*, jobject
jconfig
);
BitmapFactory.cpp
254
jobject
jconfig
= env->GetObjectField(options, gOptions_configFieldID);
local
255
prefConfig = GraphicsJNI::getNativeBitmapConfig(env,
jconfig
);
/external/qemu/distrib/jpeg-6b/
jmemmac.c
12
* JPEG_INTERNALS part of
jconfig
.h.
58
You forgot to define USE_MAC_MEMMGR in
jconfig
.h. /* deliberate syntax error */
67
#ifndef TEMP_FILE_NAME /* can override from
jconfig
.h or Makefile */
jmemdos.c
81
You forgot to define USE_MSDOS_MEMMGR in
jconfig
.h. /* deliberate syntax error */
84
#if MAX_ALLOC_CHUNK >= 65535L /* make sure
jconfig
.h got this right */
configure
989
echo Try putting '"typedef unsigned int size_t;"' in
jconfig
.h.
[
all
...]
Completed in 404 milliseconds