OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jconfig
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp
197
jobject
jconfig
= env->GetObjectField(options, gOptions_configFieldID);
local
198
prefConfig = GraphicsJNI::getNativeBitmapConfig(env,
jconfig
);
Graphics.cpp
294
jobject
jconfig
) {
296
if (NULL ==
jconfig
) {
299
SkASSERT(env->IsInstanceOf(
jconfig
, gBitmapConfig_class));
300
int c = env->GetIntField(
jconfig
, gBitmapConfig_nativeInstanceID);
GraphicsJNI.h
50
static SkBitmap::Config getNativeBitmapConfig(JNIEnv*, jobject
jconfig
);
BitmapFactory.cpp
137
jobject
jconfig
= env->GetObjectField(options, gOptions_configFieldID);
local
138
prefConfig = GraphicsJNI::getNativeBitmapConfig(env,
jconfig
);
/external/jpeg/
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 262 milliseconds