HomeSort by relevance Sort by last modified time
    Searched refs:library (Results 26 - 50 of 345) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/freetype/include/freetype/internal/
ftrfork.h 65 /* library :: */
66 /* A FreeType library instance. */
92 FT_Raccess_Guess( FT_Library library,
112 /* library :: */
113 /* A FreeType library instance. */
132 FT_Raccess_Get_HeaderInfo( FT_Library library,
150 /* library :: */
151 /* A FreeType library instance. */
182 FT_Raccess_Get_DataOffsets( FT_Library library,
  /external/freetype/src/base/
ftinit.c 25 /* fresh new library object. The set is taken from the header file */
31 /* builds a library out of it, then calls FT_Default_Drivers(). */
91 FT_EXTERNC FT_Error FT_Create_Class_##x( FT_Library library, FT_Module_Class** output_class ); \
92 FT_EXTERNC void FT_Destroy_Class_##x( FT_Library library, FT_Module_Class* clazz );
110 if ( classes[i] ) { FT_Destroy_Class_##x(library, classes[i]); } \
114 ft_destroy_default_module_classes( FT_Library library )
119 BasePIC* pic_container = (BasePIC*)library->pic_container.base;
124 memory = library->memory;
137 error = FT_Create_Class_##x(library, &clazz); \
142 ft_create_default_module_classes( FT_Library library )
    [all...]
ftbase.h 33 open_face_PS_from_sfnt_stream( FT_Library library,
44 open_face_from_buffer( FT_Library library,
ftlcdfil.c 34 FT_Library library )
36 FT_Byte* weights = library->lcd_weights;
168 FT_Library library )
181 FT_UNUSED( library );
270 FT_Library_SetLcdFilterWeights( FT_Library library,
273 if ( !library || !weights )
276 ft_memcpy( library->lcd_weights, weights, 5 );
283 FT_Library_SetLcdFilter( FT_Library library,
294 if ( !library )
300 library->lcd_filter_func = NULL
    [all...]
ftglyph.c 26 /* handy for many other simple uses of the library. */
63 FT_Library library = FT_GLYPH( glyph )->library; local
84 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
96 FT_Library library = bitmap_source->library; local
104 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap );
112 FT_Library library = FT_GLYPH( glyph )->library; local
115 FT_Bitmap_Done( library, &glyph->bitmap )
161 FT_Library library = FT_GLYPH( glyph )->library; local
203 FT_Library library = FT_GLYPH( source )->library; local
356 FT_Library library; local
519 FT_Library library = FT_GLYPH( glyph )->library; local
    [all...]
ftrfork.c 50 FT_Raccess_Get_HeaderInfo( FT_Library library,
62 FT_UNUSED( library );
149 FT_Raccess_Get_DataOffsets( FT_Library library,
160 FT_Memory memory = library->memory;
257 (*raccess_guess_func)( FT_Library library,
265 raccess_guess_apple_double( FT_Library library,
272 raccess_guess_apple_single( FT_Library library,
279 raccess_guess_darwin_ufs_export( FT_Library library,
286 raccess_guess_darwin_newvfs( FT_Library library,
293 raccess_guess_darwin_hfsplus( FT_Library library,
    [all...]
  /external/chromium/base/
native_library_linux.cc 33 void UnloadNativeLibrary(NativeLibrary library) {
34 int ret = dlclose(library);
42 void* GetFunctionPointerFromNativeLibrary(NativeLibrary library,
44 return dlsym(library, name);
native_library.h 52 // Loads a native library from disk. Release it with UnloadNativeLibrary when
56 // Unloads a native library.
57 void UnloadNativeLibrary(NativeLibrary library);
59 // Gets a function pointer from a native library.
60 void* GetFunctionPointerFromNativeLibrary(NativeLibrary library,
63 // Returns the full platform specific name for a native library.
  /external/freetype/include/freetype/
ftbitmap.h 77 /* library :: A handle to a library object. */
88 FT_Bitmap_Copy( FT_Library library,
104 /* library :: A handle to a library object. */
126 FT_Bitmap_Embolden( FT_Library library,
143 /* library :: A handle to a library object. */
162 /* The `library' argument is taken to have access to FreeType's */
166 FT_Bitmap_Convert( FT_Library library,
    [all...]
ftmodapi.h 182 /* Add a new module to a given library instance. */
185 /* library :: A handle to the library object. */
198 FT_Add_Module( FT_Library library,
211 /* library :: A handle to the library object. */
223 FT_Get_Module( FT_Library library,
233 /* Remove a given module from a library instance. */
236 /* library :: A handle to a library object. *
276 FT_Reference_Library( FT_Library library ); variable
334 FT_Done_Library( FT_Library library ); variable
389 FT_Add_Default_Modules( FT_Library library ); variable
472 FT_Get_TrueType_Engine_Type( FT_Library library ); variable
    [all...]
ftmac.h 76 /* library :: A handle to the library resource. */
96 /* error = FT_New_Face_From_FOND( library, fond, 0, &face ); */
100 FT_New_Face_From_FOND( FT_Library library,
206 /* library :: A handle to the library resource. */
224 FT_New_Face_From_FSSpec( FT_Library library,
241 /* library :: A handle to the library resource. */
259 FT_New_Face_From_FSRef( FT_Library library,
    [all...]
  /external/stlport/stlport/stl/config/
_dec_vms.h 5 # define _STLP_NATIVE_HEADER(header) <sys$library:##header>
6 # define _STLP_NATIVE_C_HEADER(x) <sys$library:##x>
7 # define _STLP_NATIVE_CPP_C_HEADER(header) <sys$library:##header>
8 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <sys$library:##header>
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h 5 # define _STLP_NATIVE_HEADER(header) <sys$library:##header>
6 # define _STLP_NATIVE_C_HEADER(x) <sys$library:##x>
7 # define _STLP_NATIVE_CPP_C_HEADER(header) <sys$library:##header>
8 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <sys$library:##header>
  /external/freetype/include/freetype/internal/services/
svpostnm.h 61 FT_Init_Class_##class_( FT_Library library, \
64 FT_UNUSED(library); \
svgldict.h 66 FT_Init_Class_##class_( FT_Library library, \
69 FT_UNUSED(library); \
svttcmap.h 89 FT_Init_Class_##class_( FT_Library library, \
92 FT_UNUSED(library); \
  /system/extras/librank/
librank.c 74 struct library_info *library; local
94 library = calloc(1, sizeof(*library));
95 if (!library) {
96 fprintf(stderr, "Couldn't allocate space for library struct: %s\n", strerror(errno));
99 library->name = malloc(strlen(name) + 1);
100 if (!library->name) {
101 fprintf(stderr, "Couldn't allocate space for library name: %s\n", strerror(errno));
104 strcpy(library->name, name);
105 library->mappings = malloc(INIT_MAPPINGS * sizeof(struct mapping_info *))
    [all...]
  /development/ndk/samples/test-libstdc++/jni/
Android.mk 1 # A simple test for the minimal standard C++ library
  /frameworks/base/cmds/system_server/
Android.mk 19 include $(LOCAL_PATH)/library/Android.mk
  /external/freetype/src/pshinter/
pshpic.h 41 #define FTPSHINTER_INTERFACE_GET (GET_PIC(library)->pshinter_interface)
  /external/freetype/src/raster/
rastpic.h 39 #define FT_STANDARD_RASTER_GET (GET_PIC(library)->ft_standard_raster)
  /external/freetype/src/smooth/
ftspic.h 39 #define FT_GRAYS_RASTER_GET (GET_PIC(library)->ft_grays_raster)
  /external/oauth/core/src/main/java/
Android.mk 4 # This will build the client static library for the Google Services Framework
13 # Build the actual static library
  /system/core/libacc/
Android.mk 4 # Shared library for target
14 # Static library for host
  /system/core/libzipfile/
Android.mk 3 # build host static library
19 # build device static library

Completed in 272 milliseconds

12 3 4 5 6 7 8 91011>>