Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 25 of 51) sorted by relevance

123

/AliOS-Things-master/components/SDL2/src/image/
A DIMG_tif.c33 int loaded; member
53 if ( lib.loaded == 0 ) { in IMG_InitTIF()
66 ++lib.loaded; in IMG_InitTIF()
72 if ( lib.loaded == 0 ) { in IMG_QuitTIF()
75 if ( lib.loaded == 1 ) { in IMG_QuitTIF()
80 --lib.loaded; in IMG_QuitTIF()
A DIMG_webp.c45 int loaded; member
69 if ( lib.loaded == 0 ) { in IMG_InitWEBP()
86 ++lib.loaded; in IMG_InitWEBP()
92 if ( lib.loaded == 0 ) { in IMG_QuitWEBP()
95 if ( lib.loaded == 1 ) { in IMG_QuitWEBP()
100 --lib.loaded; in IMG_QuitWEBP()
A DIMG_jpg.c50 int loaded; member
81 if ( lib.loaded == 0 ) { in IMG_InitJPG()
105 ++lib.loaded; in IMG_InitJPG()
111 if ( lib.loaded == 0 ) { in IMG_QuitJPG()
114 if ( lib.loaded == 1 ) { in IMG_QuitJPG()
119 --lib.loaded; in IMG_QuitJPG()
A DIMG_png.c108 int loaded; member
157 if ( lib.loaded == 0 ) { in IMG_InitPNG()
199 ++lib.loaded; in IMG_InitPNG()
205 if ( lib.loaded == 0 ) { in IMG_QuitPNG()
208 if ( lib.loaded == 1 ) { in IMG_QuitPNG()
213 --lib.loaded; in IMG_QuitPNG()
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttpost.c407 face->postscript_names.loaded = 1; in load_post_names()
422 if ( names->loaded ) in tt_face_free_ps_names()
450 names->loaded = 0; in tt_face_free_ps_names()
519 if ( !names->loaded ) in tt_face_get_ps_name()
542 if ( !names->loaded ) in tt_face_get_ps_name()
A Dttbdf.c46 if ( bdf->loaded ) in tt_face_free_bdf_props()
126 bdf->loaded = 1; in tt_face_load_bdf_props()
155 if ( bdf->loaded == 0 ) in tt_face_find_bdf_prop()
/AliOS-Things-master/components/SDL2/src/audio/directsound/
A DSDL_directsound.c67 int loaded = 0; in DSOUND_Load() local
78 if (!p##f) loaded = 0; \ in DSOUND_Load()
80 loaded = 1; /* will reset if necessary. */ in DSOUND_Load()
87 if (!loaded) { in DSOUND_Load()
92 if (!loaded) { in DSOUND_Load()
96 return loaded; in DSOUND_Load()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavulkan.m61 return SDL_SetError("Vulkan Portability library is already loaded.");
175 SDL_SetError("Vulkan is not loaded");
199 SDL_SetError("Vulkan is not loaded");
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitvulkan.m59 return SDL_SetError("Vulkan Portability library is already loaded.");
181 SDL_SetError("Vulkan is not loaded");
206 SDL_SetError("Vulkan is not loaded");
A DSDL_uikitopengles.m108 /* We shouldn't pass a path to this function, since we've already loaded the
A DSDL_uikitappdelegate.m380 * displayed (e.g. if resources are loaded before SDL_GL_SwapWindow is
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_gesture.c231 int i,loaded = 0; in SDL_LoadDollarTemplates() local
249 if (loaded == 0) { in SDL_LoadDollarTemplates()
266 loaded++; in SDL_LoadDollarTemplates()
276 loaded++; in SDL_LoadDollarTemplates()
280 return loaded; in SDL_LoadDollarTemplates()
/AliOS-Things-master/components/SDL2/docs/
A DREADME-gesture.md38 To save all currently loaded templates, call SDL_SaveAllDollarTemplates(dst) where dst is an SDL_RW…
47 SDL_LoadDollarTemplates returns the number of templates successfully loaded.
A DREADME-winrt.md521 "could not be loaded because it's missing install components. To fix this launch Visual Studio setu…
/AliOS-Things-master/components/freetype/include/internal/
A Dtttypes.h805 FT_Bool loaded; member
895 FT_Bool loaded; member
/AliOS-Things-master/components/jsoncpp/
A DCMakeCache.txt227 //Major version of cmake used to create the current loaded cache
229 //Minor version of cmake used to create the current loaded cache
231 //Patch version of cmake used to create the current loaded cache
/AliOS-Things-master/components/freetype/src/pcf/
A DREADME12 Glyph images are loaded into memory only on demand, thus leading to a small
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djmemdosa.asm260 ; These are loaded, the XMS call is performed, and the new values of the
341 ; These are loaded, the EMS trap is performed, and the new values of the
/AliOS-Things-master/components/jsoncpp/doc/
A Djsoncpp.dox27 // Plug-ins loaded at start-up
/AliOS-Things-master/components/freetype/src/bdf/
A DREADME73 - A font is entirely loaded into memory. Obviously, this is not the Right
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A Dtrain_micro_speech_model.ipynb508 …"Convert the TensorFlow Lite model into a C source file that can be loaded by TensorFlow Lite for …
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dconfiguration.proto380 // Benchmarking completion. A model was successfully loaded, acceleration
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi135 Make the @code{std} and @code{os} modules available to the loaded
867 execution. Hence the bytecode should not be loaded from untrusted
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DINSTALL283 those sections that are actually used will be loaded into memory.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME196 DLL that can be loaded via System.loadLibrary("webp_jni").

Completed in 27 milliseconds

123