Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:bdf
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
ttbdf.c
42
TT_BDF
bdf
= &face->
bdf
;
in tt_face_free_bdf_props()
local
45
if (
bdf
->loaded )
in tt_face_free_bdf_props()
50
if (
bdf
->table )
in tt_face_free_bdf_props()
51
FT_FRAME_RELEASE(
bdf
->table );
in tt_face_free_bdf_props()
53
bdf
->table_end = NULL;
in tt_face_free_bdf_props()
54
bdf
->strings = NULL;
in tt_face_free_bdf_props()
55
bdf
->strings_size = 0;
in tt_face_free_bdf_props()
64
TT_BDF
bdf
= &face->
bdf
;
in tt_face_load_bdf_props()
local
143
TT_BDF
bdf
= &face->
bdf
;
FT_LOCAL_DEF()
local
[all...]
/third_party/skia/third_party/externals/freetype/src/bdf/
H
A
D
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...]
H
A
D
module.mk
31
$(ECHO_DRIVER)
bdf
$(ECHO_DRIVER_DESC)
bdf
bitmap fonts$(ECHO_DRIVER_DONE)
H
A
D
bdfdrivr.c
3
FreeType font driver for
bdf
files
37
#include "
bdf
.h"
211
bdf_interpret_style( BDF_Face
bdf
)
in bdf_interpret_style()
214
FT_Face face = FT_FACE(
bdf
);
in bdf_interpret_style()
216
bdf_font_t* font =
bdf
->bdffont;
in bdf_interpret_style()
385
/* we have a
bdf
font: let's construct the face object */
in FT_CALLBACK_DEF()
790
BDF_Face
bdf
= (BDF_Face)FT_SIZE_FACE( size );
in FT_CALLBACK_DEF()
local
791
FT_Face face = FT_FACE(
bdf
);
in FT_CALLBACK_DEF()
795
int bpp =
bdf
->bdffont->bpp;
in FT_CALLBACK_DEF()
816
glyph_index =
bdf
in FT_CALLBACK_DEF()
[all...]
/third_party/skia/third_party/externals/freetype/builds/amiga/
H
A
D
makefile
35
#define FT_USE_BDF //
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
/third_party/lame/mpglib/
H
A
D
layer3.c
258
short const *
bdf
;
in hip_init_tables_layer3()
local
262
bdf
= bi->longDiff;
in hip_init_tables_layer3()
263
for (i = 0, cb = 0; cb < switch_idx; cb++, i += *
bdf
++) {
in hip_init_tables_layer3()
264
*mp++ = (*
bdf
) >> 1;
in hip_init_tables_layer3()
269
bdf
= bi->shortDiff + 3;
in hip_init_tables_layer3()
271
int l = (*
bdf
++) >> 1;
in hip_init_tables_layer3()
283
bdf
= bi->shortDiff + 0;
in hip_init_tables_layer3()
285
int l = (*
bdf
++) >> 1;
in hip_init_tables_layer3()
297
bdf
= bi->longDiff;
in hip_init_tables_layer3()
299
*mp++ = (*
bdf
in hip_init_tables_layer3()
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H
A
D
tttypes.h
1439
*
bdf
::
1440
* Data related to an SFNT font's '
bdf
' table; see `tttypes.h`.
1623
TT_BDFRec
bdf
;
member
Completed in 7 milliseconds