Searched refs:pcf (Results 1 – 25 of 45) sorted by relevance
12
/external/freetype/src/tools/ |
D | no-copyright | 33 src/pcf/module.mk 34 src/pcf/pcf.c 35 src/pcf/pcf.h 36 src/pcf/pcfdrivr.c 37 src/pcf/pcfdrivr.h 38 src/pcf/pcferror.h 39 src/pcf/pcfread.c 40 src/pcf/pcfread.h 41 src/pcf/pcfutil.c 42 src/pcf/pcfutil.h [all …]
|
/external/freetype/src/pcf/ |
D | rules.mk | 30 PCF_DIR := $(SRC_DIR)/pcf 48 $(PCF_DIR)/pcf.h \ 57 PCF_DRV_OBJ_S := $(OBJ_DIR)/pcf.$O 61 PCF_DRV_SRC_S := $(PCF_DIR)/pcf.c
|
D | Jamfile | 1 # FreeType 2 src/pcf Jamfile 12 SubDir FT2_TOP $(FT2_SRC_DIR) pcf ; 26 _sources = pcf ; 32 # end of src/pcf Jamfile
|
D | module.mk | 31 $(ECHO_DRIVER)pcf $(ECHO_DRIVER_DESC)pcf bitmap fonts$(ECHO_DRIVER_DONE)
|
D | README | 20 compiled into the pcf format using the `bdftopcf' utility. 94 Keith Packard wrote the pcf driver found in XFree86. His work is at
|
D | pcfread.c | 1307 pcf_interpret_style( PCF_Face pcf ) in pcf_interpret_style() argument 1310 FT_Face face = FT_FACE( pcf ); in pcf_interpret_style() 1321 prop = pcf_find_property( pcf, "SLANT" ); in pcf_interpret_style() 1332 prop = pcf_find_property( pcf, "WEIGHT_NAME" ); in pcf_interpret_style() 1340 prop = pcf_find_property( pcf, "SETWIDTH_NAME" ); in pcf_interpret_style() 1346 prop = pcf_find_property( pcf, "ADD_STYLE_NAME" ); in pcf_interpret_style()
|
/external/freetype/builds/amiga/ |
D | makefile.os4 | 225 pcf.ppc.o: FT:src/pcf/pcf.c 226 $(CC) -c $(CFLAGS) -o $@ /FT/src/pcf/pcf.c 289 bdf.ppc.o pcf.ppc.o pfr.ppc.o winfnt.ppc.o
|
D | makefile | 222 pcf.ppc.o: $(FTSRC)/pcf/pcf.c 285 bdf.ppc.o pcf.ppc.o pfr.ppc.o winfnt.ppc.o
|
D | smakefile | 33 #define FT_USE_PCF // pcf bitmap font driver 68 truetype.o winfnt.o bdf.o pcf.o pfr.o 252 pcf.o: $(CORE)pcf/pcf.c
|
/external/freetype/builds/symbian/ |
D | freetype.mmp | 74 sourcepath ..\..\src\pcf 76 source pcf.c 135 userinclude ..\..\src\pcf
|
/external/freetype/builds/mac/ |
D | FreeType.ppc_classic.make.txt | 62 :src:pcf:pcf.c \xB6 106 "{ObjDir}pcf.c.x" \xB6 186 "{ObjDir}pcf.c.x" \xC4 :src:pcf:pcf.c
|
D | FreeType.m68k_far.make.txt | 61 :src:pcf:pcf.c \xB6 105 "{ObjDir}pcf.c.o" \xB6 182 "{ObjDir}pcf.c.o" \xC4 :src:pcf:pcf.c
|
D | FreeType.m68k_cfm.make.txt | 62 :src:pcf:pcf.c \xB6 106 "{ObjDir}pcf.c.o" \xB6 183 "{ObjDir}pcf.c.o" \xC4 :src:pcf:pcf.c
|
D | FreeType.ppc_carbon.make.txt | 62 :src:pcf:pcf.c \xB6 106 "{ObjDir}pcf.c.x" \xB6 186 "{ObjDir}pcf.c.x" \xC4 :src:pcf:pcf.c
|
/external/freetype/ |
D | ChangeLog | 119 [bdf,pcf] Use `const' for string literals. 125 * src/pcf/pcfread.c (pcf_intrpret_style): Ditto. 461 [pcf] Fix handling of undefined glyph (#56067). 467 * src/pcf/pcfread.c (pcf_get_metrics): Adjust to new artificial 1176 [pcf] Replace charmap implementation. 1182 * src/pcf/pcf.h (PCF_EncodingRec): Removed. 1184 * src/pcf/pcfdrivr.c (pcf_cmap_char_{index,next}): Replaced. 1185 * src/pcf/pcfread.c (pcf_get_encodings): Store data differently. 1196 [pcf] Prepare to replace charmap implementation. 1198 * src/pcf/pcf.h (PCF_FaceRec): Updated to include... [all …]
|
D | vms_make.com | 190 define pcf [-.pcf] 224 set default [-.pcf] 644 $ create [.src.pcf]descrip.mms 645 $ open/append out [.src.pcf]descrip.mms 675 CFLAGS=$(COMP_FLAGS)$(DEBUG)/include=([--.include],[--.src.pcf]) 677 OBJS=pcf.obj
|
D | README.android | 9 pcf
|
D | ChangeLog.20 | 24 * src/pcf/pcfread.c (pcf_load_font): Removed immature support of 39 * src/pcf/pcfread.c (pcf_read_TOC): Use FT_UInt. 57 * src/pcf/pcfdriver.c (PCF_Done_Face): Renamed to ... 67 * src/pcf/pcf.h (PCF_Done_Face): Removed. 71 * src/pcf/pcfdriver.c (FT_Done_Face): Fixed small memory leak. 73 * src/pcf/pcfread.c (pcf_load_font): Now handles the `AVERAGE_WIDTH' 99 * src/pcf/pcfdriver.c (PCF_Get_Next_Char): New function. 114 * src/pcf/pcfread.c (pcf_load_font): For now, report Unicode for 158 * src/pcf/pcfdriver.c (PCF_Done_Face): Fix incorrect destruction of 333 * src/pcf/pcfread.c (pcf_load_font): Handle property `POINT_SIZE' [all …]
|
D | ChangeLog.28 | 778 [bdf] Synchronize sanity checks with pcf driver. 946 [pcf] 32bit integer overflow run-time errors (#46149). 948 * src/pcf/pcfread.c (pcf_get_accel): Add sanity checks for 1017 [bdf, pcf] Support ISO646.1991-IRV character encoding (aka ASCII). 1023 * src/bdf/bdfdrivr.c (BDF_Face_Init), src/pcf/pcfdrivr.c 1803 [pcf] Fix compiler warnings. 1807 * src/pcf/pcfdrivr.c (pcf_property_set, pcf_property_get): Tag 1942 src/pcf/pcf.c, src/pfr/pfr.c, src/psaux/psaux.c, 2852 [pcf] Disable long family names by default. 2859 [pcf] Make long family names configurable. [all …]
|
/external/freetype/docs/ |
D | formats.txt | 141 --- PCF --- --- pcf X11 [4] 142 LZW PCF --- --- pcf X11 [4] 143 BZ2 PCF --- --- pcf X11 [4] 186 https://fontforge.github.io/pcf-format.html
|
D | INSTALL.ANY | 61 src/pcf/pcf.c -- PCF font driver
|
D | LICENSE.TXT | 28 file src/bdf/README and src/pcf/README). The same holds for the files
|
/external/freetype/src/gzip/ |
D | Jamfile | 16 # end of src/pcf Jamfile
|
/external/igt-gpu-tools/ |
D | .gitignore | 71 *.pcf.gz
|
/external/libepoxy/ |
D | .gitignore | 70 *.pcf.gz
|
12