OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bdf
(Results
1 - 11
of
11
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/sfnt/
ttbdf.c
5
* TrueType and OpenType embedded
BDF
properties (body).
42
TT_BDF
bdf
= &face->
bdf
;
local
45
if (
bdf
->loaded )
50
if (
bdf
->table )
51
FT_FRAME_RELEASE(
bdf
->table );
53
bdf
->table_end = NULL;
54
bdf
->strings = NULL;
55
bdf
->strings_size = 0;
64
TT_BDF
bdf
= &face->bdf
local
143
TT_BDF
bdf
= &face->
bdf
;
local
[
all
...]
/xsrc/external/mit/freetype/dist/src/bdf/
module.mk
2
# FreeType 2
BDF
module definition
31
$(ECHO_DRIVER)
bdf
$(ECHO_DRIVER_DESC)
bdf
bitmap fonts$(ECHO_DRIVER_DONE)
rules.mk
2
# FreeType 2
bdf
driver configuration rules
30
#
bdf
driver directory
32
BDF_DIR := $(SRC_DIR)/
bdf
41
#
bdf
driver sources (i.e., C files)
47
#
bdf
driver headers
49
BDF_DRV_H := $(BDF_DIR)/
bdf
.h \
53
#
bdf
driver object(s)
59
BDF_DRV_OBJ_S := $(OBJ_DIR)/
bdf
.$O
61
#
bdf
driver source file for single build
63
BDF_DRV_SRC_S := $(BDF_DIR)/
bdf
.
[
all
...]
bdfdrivr.c
3
FreeType font driver for
bdf
files
37
#include "
bdf
.h"
211
bdf_interpret_style( BDF_Face
bdf
)
214
FT_Face face = FT_FACE(
bdf
);
216
bdf_font_t* font =
bdf
->bdffont;
366
FT_TRACE2(( "
BDF
driver\n" ));
379
FT_TRACE2(( " not a
BDF
file\n" ));
385
/* we have a
bdf
font: let's construct the face object */
388
/*
BDF
cannot have multiple faces in a single font file.
792
BDF_Face
bdf
= (BDF_Face)FT_SIZE_FACE( size )
local
[
all
...]
/xsrc/external/mit/xf86-video-intel/dist/
.gitignore
59
*-ISO*.
bdf
60
*-JIS*.
bdf
61
*-KOI8*.
bdf
/xsrc/external/mit/xf86-video-xgi/dist/
.gitignore
57
*-ISO*.
bdf
58
*-JIS*.
bdf
59
*-KOI8*.
bdf
/xsrc/external/mit/freetype/dist/builds/amiga/
smakefile
32
#define FT_USE_BDF //
bdf
bitmap font driver
68
truetype.o winfnt.o
bdf
.o pcf.o pfr.o
244
# freetype library
BDF
bitmap font driver
246
bdf
.o: $(CORE)
bdf
/
bdf
.c
makefile.os4
32
#define FT_USE_BDF //
bdf
bitmap font driver
217
# FreeType2 library
BDF
bitmap font driver
219
bdf
.ppc.o: FT:src/
bdf
/
bdf
.c
220
$(CC) -c $(CFLAGS) -o $@ /FT/src/
bdf
/
bdf
.c
289
bdf
.ppc.o pcf.ppc.o pfr.ppc.o winfnt.ppc.o
makefile
35
#define FT_USE_BDF //
bdf
bitmap font driver
214
# FreeType2 library
BDF
bitmap font driver
216
bdf
.ppc.o: $(FTSRC)/
bdf
/
bdf
.c
285
bdf
.ppc.o pcf.ppc.o pfr.ppc.o winfnt.ppc.o
/xsrc/external/mit/freetype/dist/
vms_make.com
206
set default [-.
bdf
]
359
$ write sys$output "... [.src.
bdf
] directory"
360
$ create [.src.
bdf
]descrip.mms
361
$ open/append out [.src.
bdf
]descrip.mms
365
# FreeType 2
BDF
driver compilation rules for VMS
379
CFLAGS=$(COMP_FLAGS)$(DEBUG)/include=([--.include],[--.src.
bdf
])
381
OBJS=
bdf
.obj
/xsrc/external/mit/freetype/dist/include/freetype/internal/
tttypes.h
889
/*** EMBEDDED
BDF
PROPERTIES TABLE SUPPORT ***/
897
* These types are used to support a `
BDF
' table that isn't part of the
899
* fonts that were generated from a set of
BDF
fonts.
903
* USHORT version `
BDF
' table version number, should be 0x0001. USHORT
905
* stringTable Offset (from start of
BDF
table) to string
1439
*
bdf
::
1440
* Data related to an SFNT font's '
bdf
' table; see `tttypes.h`.
1623
TT_BDFRec
bdf
;
member in struct:TT_FaceRec_
Completed in 8 milliseconds
Indexes created Thu Apr 09 00:23:28 UTC 2026