| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/ |
| D | ftmodapi.h | 276 FT_Add_Module( FT_Library library, 303 FT_Get_Module( FT_Library library, 330 FT_Remove_Module( FT_Library library, 413 FT_Property_Set( FT_Library library, 476 FT_Property_Get( FT_Library library, 523 FT_Set_Default_Properties( FT_Library library ); 551 FT_Reference_Library( FT_Library library ); 615 FT_Done_Library( FT_Library library ); 699 FT_Set_Debug_Hook( FT_Library library, 719 FT_Add_Default_Modules( FT_Library library ); [all …]
|
| D | ftbitmap.h | 112 FT_Bitmap_Copy( FT_Library library, 157 FT_Bitmap_Embolden( FT_Library library, 204 FT_Bitmap_Convert( FT_Library library, 264 FT_Bitmap_Blend( FT_Library library, 317 FT_Bitmap_Done( FT_Library library,
|
| D | ftoutln.h | 164 FT_Outline_New( FT_Library library, 193 FT_Outline_Done( FT_Library library, 458 FT_Outline_Get_Bitmap( FT_Library library, 496 FT_Outline_Render( FT_Library library,
|
| D | ftlcdfil.h | 210 FT_Library_SetLcdFilter( FT_Library library, 246 FT_Library_SetLcdFilterWeights( FT_Library library, 312 FT_Library_SetLcdGeometry( FT_Library library,
|
| D | ftmac.h | 103 FT_New_Face_From_FOND( FT_Library library, 235 FT_New_Face_From_FSSpec( FT_Library library, 274 FT_New_Face_From_FSRef( FT_Library library,
|
| D | freetype.h | 2051 FT_Library library; member 2149 FT_Done_FreeType( FT_Library library ); 2345 FT_New_Face( FT_Library library, 2385 FT_New_Memory_Face( FT_Library library, 2534 FT_Open_Face( FT_Library library, 4981 FT_Library_Version( FT_Library library,
|
| D | ftrender.h | 192 FT_Get_Renderer( FT_Library library, 231 FT_Set_Renderer( FT_Library library,
|
| D | ftglyph.h | 114 FT_Library library; member 338 FT_New_Glyph( FT_Library library,
|
| D | ftcache.h | 211 FT_Library library, 314 FTC_Manager_New( FT_Library library,
|
| D | ftstroke.h | 269 FT_Stroker_New( FT_Library library,
|
| D | ftmm.h | 327 FT_Done_MM_Var( FT_Library library,
|
| /GUIX-v6.2.1/guix_studio/libs/freetype/ |
| D | README.txt | 2 To build the freetype library, follow these steps: 9 …tory, which contains a Microsoft Visual C++ (MSVC) workspace for constructing the FreeType library. 11 …library, a customized version of the zlib library is present. To prevent compatibility issues with… 22 4) Following these steps, you should have successfully built the FreeType library.
|
| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/ |
| D | ftrfork.h | 53 (*ft_raccess_guess_func)( FT_Library library, 134 FT_Raccess_Guess( FT_Library library, 174 FT_Raccess_Get_HeaderInfo( FT_Library library, 230 FT_Raccess_Get_DataOffsets( FT_Library library,
|
| D | ftdriver.h | 323 FT_Destroy_Class_ ## class_( FT_Library library, \ 326 FT_Memory memory = library->memory; \ 330 class_ ## _pic_free( library ); \ 337 FT_Create_Class_ ## class_( FT_Library library, \ 342 FT_Memory memory = library->memory; \ 348 error = class_ ## _pic_init( library ); \
|
| D | ftpic.h | 55 ft_pic_container_init( FT_Library library ); 60 ft_pic_container_destroy( FT_Library library );
|
| D | ftobjs.h | 502 FT_Library library; member 512 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library 565 FT_Get_Module_Interface( FT_Library library, 575 ft_property_string_set( FT_Library library, 603 #define FT_FACE_LIBRARY( x ) FT_FACE_DRIVER( x )->root.library 924 FT_Lookup_Renderer( FT_Library library, 929 FT_Render_Glyph_Internal( FT_Library library,
|
| /GUIX-v6.2.1/guix_studio/libs/libgit2/ |
| D | README.txt | 1 To build the libgit2 library, follow these steps: 3 1) Download the libgit2 library from the following link: 7 2) Refer to the README file for instructions on building the libgit2 library.
|
| D | LICENSE.txt | 14 version of this library into combinations with other programs, 359 proprietary programs. If your program is a subroutine library, you may 361 library. If this is what you want to do, use the GNU Library General 446 This library is free software; you can redistribute it and/or 451 This library is distributed in the hope that it will be useful, 457 License along with this library; if not, write to the Free Software 499 you if you distribute copies of the library or if you modify it. 501 For example, if you distribute copies of the library, whether gratis 504 code. If you link other code with the library, you must provide 506 with the library after making changes to the library and recompiling [all …]
|
| /GUIX-v6.2.1/ |
| D | README.md | 5 …tically generates C code that’s compatible with the Eclipse ThreadX GUIX library, ready to be comp… 40 …t does not represent the latest General Availability (GA) release of the library. Each official re… 97 ### Building and using the library 99 Instruction for building the GUIX as static library using Arm GNU Toolchain and CMake. If you are u… 107 1. Build the [ThreadX library](https://github.com/eclipse-threadx/threadx#building-and-using-the-li… 117 1. Building as a static library 121 …nked with your code, you can compile this project as a standalone static library to confirm your b… 123 An example of building the library for Cortex-M4:
|
| D | CMakeLists.txt | 15 # Define our target library and an alias for consumers 19 # Define any required dependencies between this library and others
|
| /GUIX-v6.2.1/guix_studio/libs/libjpeg/ |
| D | README.txt | 1 To build the libjpeg turbo library, follow these steps: 16 4) Build the the libjpeg-static library, this is the only one that is needed to link with Studio.
|
| /GUIX-v6.2.1/guix_studio/libs/libpng/ |
| D | README.txt | 1 To build the libpng library, follow these steps: 21 Now you are able to build png and zlib library successfully!
|
| D | LICENSE.md | 61 the library or against infringement. There is no warranty that our 62 efforts or the library will fulfill any of your particular purposes 63 or needs. This library is provided with all faults, and the entire
|
| /GUIX-v6.2.1/guix_studio/ |
| D | gx_studio_font_util.h | 31 FT_Library library; member
|
| /GUIX-v6.2.1/cmake/ |
| D | arm-none-eabi.cmake | 15 # this makes the test compiles use static library option so that we don't need to pre-set linker fl…
|