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

12 3 4 5 6 7 8 91011>>

  /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...]
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...]
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,
  /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>
  /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); \
svcid.h 63 FT_Init_Class_##class_( FT_Library library, \
66 FT_UNUSED(library); \
  /external/freetype/src/base/
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_SetLcdFilter( FT_Library library,
281 if ( library == NULL )
287 library->lcd_filter_func = NULL;
288 library->lcd_extra = 0;
294 library->lcd_filter_func = _ft_lcd_filter_legacy;
295 library->lcd_extra = 0
    [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...]
  /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...]
  /frameworks/base/cmds/system_server/
Android.mk 19 include $(LOCAL_PATH)/library/Android.mk
  /frameworks/policies/base/mid/
Android.mk 3 # the library
  /frameworks/policies/base/phone/
Android.mk 3 # the library
  /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)
  /frameworks/base/awt/
Android.mk 29 LOCAL_DX_FLAGS := --core-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
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Addr2Line.java 31 * Each process can only handle one library, which should be provided when
34 * The processes take some time to load as they need to parse the library files.
37 * library, using <code>getProcess(String library)<code>.<br></br>
59 /** Path to the library */
75 * Returns the instance of a Addr2Line process for the specified library.
76 * <br>The library should be in a format that makes<br>
77 * <code>$ANDROID_PRODUCT_OUT + "/symbols" + library</code> a valid file.
79 * @param library the library in which to look for addresses
    [all...]
  /external/freetype/include/freetype/internal/
ftserv.h 155 * to the library. This is useful to build simple static service lists.
253 FT_Destroy_Class_##class_( FT_Library library, \
256 FT_Memory memory = library->memory; \
262 FT_Create_Class_##class_( FT_Library library, \
267 FT_Memory memory = library->memory; \
282 FT_Destroy_Class_##class_( FT_Library library, \
285 FT_Memory memory = library->memory; \
291 FT_Create_Class_##class_( FT_Library library, \
296 FT_Memory memory = library->memory; \
313 FT_Destroy_Class_##class_( FT_Library library, \
    [all...]
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SQRT_DOUBLE_VFP.S 4 * If the result is a NaN, bail out to library code to do
20 bx r2 @ tail call to sqrt library routine

Completed in 100 milliseconds

12 3 4 5 6 7 8 91011>>