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

1 2 3 4 5 6 7 8 91011>>

  /development/samples/TicTacToeLib/
default.properties 26 android.library=true
  /external/freetype/src/base/
ftpic.c 29 ft_pic_container_init( FT_Library library )
31 FT_PIC_Container* pic_container = &library->pic_container;
36 error = ft_base_pic_init( library );
46 ft_pic_container_destroy( FT_Library library )
48 ft_base_pic_free( library );
basepic.c 35 ft_base_pic_free( FT_Library library )
37 FT_PIC_Container* pic_container = &library->pic_container;
38 FT_Memory memory = library->memory;
42 ft_destroy_default_module_classes( library );
51 ft_base_pic_init( FT_Library library )
53 FT_PIC_Container* pic_container = &library->pic_container;
56 FT_Memory memory = library->memory;
65 error = ft_create_default_module_classes( library );
75 ft_base_pic_free(library);
basepic.h 44 #define FT_OUTLINE_GLYPH_CLASS_GET (&GET_PIC(library)->ft_outline_glyph_class)
45 #define FT_BITMAP_GLYPH_CLASS_GET (&GET_PIC(library)->ft_bitmap_glyph_class)
46 #define FT_DEFAULT_MODULES_GET (GET_PIC(library)->default_module_classes)
49 ft_base_pic_free( FT_Library library );
52 ft_base_pic_init( FT_Library library );
  /development/samples/TicTacToeMain/
default.properties 26 android.library.reference.1=../TicTacToeLib/
  /external/freetype/src/smooth/
ftspic.c 30 ft_smooth_renderer_class_pic_free( FT_Library library )
32 FT_PIC_Container* pic_container = &library->pic_container;
33 FT_Memory memory = library->memory;
46 ft_smooth_renderer_class_pic_init( FT_Library library )
48 FT_PIC_Container* pic_container = &library->pic_container;
51 FT_Memory memory = library->memory;
73 ft_smooth_renderer_class_pic_free(library);
78 FT_Error ft_smooth_lcd_renderer_class_pic_init(FT_Library library)
80 return ft_smooth_renderer_class_pic_init(library);
82 void ft_smooth_lcd_renderer_class_pic_free(FT_Library library)
    [all...]
  /external/freetype/src/cff/
cffpic.c 44 cff_driver_class_pic_free( FT_Library library )
46 FT_PIC_Container* pic_container = &library->pic_container;
47 FT_Memory memory = library->memory;
52 FT_Destroy_Class_cff_services(library, container->cff_services);
55 FT_Destroy_Class_cff_field_handlers(library, container->cff_field_handlers);
64 cff_driver_class_pic_init( FT_Library library )
66 FT_PIC_Container* pic_container = &library->pic_container;
69 FT_Memory memory = library->memory;
79 error = FT_Create_Class_cff_services(library, &container->cff_services);
82 error = FT_Create_Class_cff_field_handlers(library, &container->cff_field_handlers)
    [all...]
cffpic.h 61 #define FT_CFF_SERVICE_PS_INFO_GET (GET_PIC(library)->cff_service_ps_info)
62 #define FT_CFF_SERVICE_GLYPH_DICT_GET (GET_PIC(library)->cff_service_glyph_dict)
63 #define FT_CFF_SERVICE_PS_NAME_GET (GET_PIC(library)->cff_service_ps_name)
64 #define FT_CFF_SERVICE_GET_CMAP_INFO_GET (GET_PIC(library)->cff_service_get_cmap_info)
65 #define FT_CFF_SERVICE_CID_INFO_GET (GET_PIC(library)->cff_service_cid_info)
66 #define FT_CFF_SERVICES_GET (GET_PIC(library)->cff_services)
67 #define FT_CFF_CMAP_ENCODING_CLASS_REC_GET (GET_PIC(library)->cff_cmap_encoding_class_rec)
68 #define FT_CFF_CMAP_UNICODE_CLASS_REC_GET (GET_PIC(library)->cff_cmap_unicode_class_rec)
69 #define FT_CFF_FIELD_HANDLERS_GET (GET_PIC(library)->cff_field_handlers)
  /external/freetype/src/pshinter/
pshpic.c 30 pshinter_module_class_pic_free( FT_Library library )
32 FT_PIC_Container* pic_container = &library->pic_container;
33 FT_Memory memory = library->memory;
43 pshinter_module_class_pic_init( FT_Library library )
45 FT_PIC_Container* pic_container = &library->pic_container;
48 FT_Memory memory = library->memory;
58 FT_Init_Class_pshinter_interface(library, &container->pshinter_interface);
62 pshinter_module_class_pic_free(library);
  /external/freetype/src/sfnt/
sfntpic.c 41 sfnt_module_class_pic_free( FT_Library library )
43 FT_PIC_Container* pic_container = &library->pic_container;
44 FT_Memory memory = library->memory;
49 FT_Destroy_Class_sfnt_services(library, container->sfnt_services);
52 FT_Destroy_Class_tt_cmap_classes(library, container->tt_cmap_classes);
61 sfnt_module_class_pic_init( FT_Library library )
63 FT_PIC_Container* pic_container = &library->pic_container;
66 FT_Memory memory = library->memory;
76 error = FT_Create_Class_sfnt_services(library, &container->sfnt_services);
79 error = FT_Create_Class_tt_cmap_classes(library, &container->tt_cmap_classes)
    [all...]
sfntpic.h 69 #define FT_SFNT_SERVICES_GET (GET_PIC(library)->sfnt_services)
70 #define FT_SFNT_SERVICE_GLYPH_DICT_GET (GET_PIC(library)->sfnt_service_glyph_dict)
71 #define FT_SFNT_SERVICE_PS_NAME_GET (GET_PIC(library)->sfnt_service_ps_name)
72 #define FT_TT_SERVICE_GET_CMAP_INFO_GET (GET_PIC(library)->tt_service_get_cmap_info)
73 #define FT_SFNT_SERVICES_GET (GET_PIC(library)->sfnt_services)
74 #define FT_TT_CMAP_CLASSES_GET (GET_PIC(library)->tt_cmap_classes)
75 #define FT_SFNT_SERVICE_SFNT_TABLE_GET (GET_PIC(library)->sfnt_service_sfnt_table)
76 #define FT_SFNT_SERVICE_BDF_GET (GET_PIC(library)->sfnt_service_bdf)
77 #define FT_SFNT_INTERFACE_GET (GET_PIC(library)->sfnt_interface)
  /external/freetype/src/raster/
rastpic.c 30 ft_raster1_renderer_class_pic_free( FT_Library library )
32 FT_PIC_Container* pic_container = &library->pic_container;
33 FT_Memory memory = library->memory;
46 ft_raster1_renderer_class_pic_init( FT_Library library )
48 FT_PIC_Container* pic_container = &library->pic_container;
51 FT_Memory memory = library->memory;
73 ft_raster1_renderer_class_pic_free(library);
78 FT_Error ft_raster5_renderer_class_pic_init(FT_Library library)
80 return ft_raster1_renderer_class_pic_init(library);
82 void ft_raster5_renderer_class_pic_free(FT_Library library)
    [all...]
  /external/freetype/src/psnames/
pspic.c 32 psnames_module_class_pic_free( FT_Library library )
34 FT_PIC_Container* pic_container = &library->pic_container;
35 FT_Memory memory = library->memory;
40 FT_Destroy_Class_pscmaps_services(library, container->pscmaps_services);
49 psnames_module_class_pic_init( FT_Library library )
51 FT_PIC_Container* pic_container = &library->pic_container;
54 FT_Memory memory = library->memory;
64 error = FT_Create_Class_pscmaps_services(library, &container->pscmaps_services);
67 FT_Init_Class_pscmaps_interface(library, &container->pscmaps_interface);
71 psnames_module_class_pic_free(library);
    [all...]
pspic.h 42 #define FT_PSCMAPS_SERVICES_GET (GET_PIC(library)->pscmaps_services)
43 #define FT_PSCMAPS_INTERFACE_GET (GET_PIC(library)->pscmaps_interface)
  /external/freetype/src/truetype/
ttpic.h 46 #define FT_TT_SERVICES_GET (GET_PIC(library)->tt_services)
47 #define FT_TT_SERVICE_GX_MULTI_MASTERS_GET (GET_PIC(library)->tt_service_gx_multi_masters)
48 #define FT_TT_SERVICE_TRUETYPE_GLYF_GET (GET_PIC(library)->tt_service_truetype_glyf)
ttpic.c 33 tt_driver_class_pic_free( FT_Library library )
35 FT_PIC_Container* pic_container = &library->pic_container;
36 FT_Memory memory = library->memory;
41 FT_Destroy_Class_tt_services(library, container->tt_services);
50 tt_driver_class_pic_init( FT_Library library )
52 FT_PIC_Container* pic_container = &library->pic_container;
55 FT_Memory memory = library->memory;
65 error = FT_Create_Class_tt_services(library, &container->tt_services);
74 tt_driver_class_pic_free(library);
  /external/chromium/base/
native_library_win.cc 16 // Switch the current directory to the library directory as the library
36 void UnloadNativeLibrary(NativeLibrary library) {
37 FreeLibrary(library);
41 void* GetFunctionPointerFromNativeLibrary(NativeLibrary library,
43 return GetProcAddress(library, name);
  /dalvik/dx/tests/089-dex-define-object/
run 18 dx --debug --dex --core-library --output=blort.dex */*/*.class
  /external/freetype/include/freetype/
ftlcdfil.h 53 * *not* implemented in default builds of the library. You need to
117 * library ::
118 * A handle to the target library instance.
138 * defined in your build of the library, which should correspond to all
161 FT_Library_SetLcdFilter( FT_Library library,
178 * library ::
179 * A handle to the target library instance.
192 * defined in your build of the library, which should correspond to all
202 FT_Library_SetLcdFilterWeights( FT_Library library,
  /external/freetype/include/freetype/internal/
ftpic.h 51 ft_pic_container_init( FT_Library library ); variable
56 ft_pic_container_destroy( FT_Library library ); variable
  /external/freetype/src/autofit/
afpic.c 37 autofit_module_class_pic_free( FT_Library library )
39 FT_PIC_Container* pic_container = &library->pic_container;
40 FT_Memory memory = library->memory;
50 autofit_module_class_pic_init( FT_Library library )
52 FT_PIC_Container* pic_container = &library->pic_container;
56 FT_Memory memory = library->memory;
82 FT_Init_Class_af_autofitter_service(library, &container->af_autofitter_service);
86 autofit_module_class_pic_free(library);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
NativeLibraryMapInfo.java 20 * Memory address to library mapping for native libraries.
22 * Each instance represents a single native library and its start and end memory addresses.
31 * Constructs a new native library map info.
32 * @param startAddr The start address of the library.
33 * @param endAddr The end address of the library.
34 * @param library The name of the library.
36 NativeLibraryMapInfo(long startAddr, long endAddr, String library) {
39 this.mLibrary = library;
43 * Returns the name of the library
    [all...]
  /system/core/liblinenoise/
Android.mk 4 # Static library
  /external/webkit/WebCore/platform/graphics/gtk/
FontCustomPlatformData.cpp 4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Library General Public
9 * This library is distributed in the hope that it will be useful,
12 * Library General Public License for more details.
14 * You should have received a copy of the GNU Library General Public License
15 * along with this library; see the file COPYING.LIB. If not, write to
50 static FT_Library library = 0; local
51 if (!library) {
52 error = FT_Init_FreeType(&library);
54 library = 0
    [all...]
  /external/webkit/WebCore/platform/win/
SoftLinking.h 36 static HMODULE lib##Library() \
38 static HMODULE library = LoadLibraryW(L###lib suffix); \
39 ASSERT(library); \
40 return library; \
46 #define SOFT_LINK(library, functionName, resultType, callingConvention, parameterDeclarations, parameterNames) \
52 softLink##functionName = reinterpret_cast<resultType (callingConvention*) parameterDeclarations>(GetProcAddress(library##Library(), #functionName)); \
62 #define SOFT_LINK_OPTIONAL(library, functionName, resultType, callingConvention, parameterDeclarations) \
73 ptr = reinterpret_cast<functionName##PtrType>(GetProcAddress(library##Library(), #functionName));
    [all...]

Completed in 376 milliseconds

1 2 3 4 5 6 7 8 91011>>