OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cff
(Results
1 - 12
of
12
) sorted by null
/external/freetype/src/cff/
cffdrivr.c
240
" cannot get glyph name from
CFF
& CEF fonts\n"
267
CFF_Font
cff
;
local
275
cff
= (CFF_FontRec *)face->extra.data;
276
charset = &
cff
->charset;
282
for ( i = 0; i <
cff
->num_glyphs; i++ )
287
name = cff_index_get_string(
cff
, sid - 391 );
324
CFF_Font
cff
= (CFF_Font)face->extra.data;
local
328
if (
cff
&&
cff
->font_info == NULL )
330
CFF_FontRecDict dict = &
cff
->top_font.font_dict
380
CFF_Font
cff
= (CFF_Font)face->extra.data;
local
448
CFF_Font
cff
= (CFF_Font)face->extra.data;
local
503
CFF_Font
cff
= (CFF_Font)face->extra.data;
local
527
CFF_Font
cff
;
local
[
all
...]
cffcmap.c
5
/*
CFF
character mapping table (cmap) support (body). */
28
/*****
CFF
STANDARD (AND EXPERT) ENCODING CMAPS *****/
37
CFF_Font
cff
= (CFF_Font)face->extra.data;
local
38
CFF_Encoding encoding = &
cff
->encoding;
117
/*****
CFF
SYNTHETIC UNICODE ENCODING CMAP *****/
126
CFF_Font
cff
= (CFF_Font)face->extra.data;
local
127
CFF_Charset charset = &
cff
->charset;
131
return cff_index_get_sid_string(
cff
, sid );
140
CFF_Font
cff
= (CFF_Font)face->extra.data;
local
141
CFF_Charset charset = &
cff
->charset
176
CFF_Font
cff
= (CFF_Font)face->extra.data;
local
189
CFF_Font
cff
= (CFF_Font)face->extra.data;
local
[
all
...]
cffpic.c
5
/* The FreeType position independent code services for
cff
module. */
48
if ( pic_container->
cff
)
50
CffModulePIC* container = (CffModulePIC*)pic_container->
cff
;
58
pic_container->
cff
= NULL;
76
pic_container->
cff
= container;
cffobjs.c
102
/*
CFF
and Type 1 private dictionaries have slightly different */
512
if ( face->format_tag != TTAG_OTTO ) /* `OTTO'; OpenType/
CFF
font */
514
FT_TRACE2(( "[not a valid OpenType/
CFF
font]\n" ));
522
/* UNDOCUMENTED! A
CFF
in an SFNT can have only a single font. */
532
/* now, the font can be either an OpenType/
CFF
font, or an SVG CEF */
556
/* now load the
CFF
part of the file */
563
/* rewind to start of file; we are going to load a pure-
CFF
font */
569
/* now load and parse the
CFF
table in the file */
571
CFF_Font
cff
= NULL;
local
578
if ( FT_NEW(
cff
) )
1028
CFF_Font
cff
= (CFF_Font)face->extra.data;
local
[
all
...]
cffgload.c
384
CFF_Font
cff
= (CFF_Font)face->extra.data;
local
394
decoder->
cff
=
cff
;
395
decoder->num_globals =
cff
->global_subrs_index.count;
396
decoder->globals =
cff
->global_subrs;
398
cff
->top_font.font_dict.charstring_type,
413
CFF_Font
cff
= (CFF_Font)builder->face->extra.data;
local
414
CFF_SubFont sub = &
cff
->top_font;
419
if (
cff
->num_subfonts )
421
FT_Byte fd_index = cff_fd_select_get( &
cff
->fd_select, glyph_index )
666
CFF_Font
cff
= (CFF_Font)(face->extra.data);
local
702
CFF_Font
cff
= (CFF_Font)(face->extra.data);
local
748
CFF_Font
cff
= (CFF_Font)(face->extra.data);
local
2594
CFF_Font
cff
= (CFF_Font)face->extra.data;
local
[
all
...]
cffpic.h
5
/* The FreeType position independent code services for
cff
module. */
60
#define GET_PIC(lib) ((CffModulePIC*)((lib)->pic_container.
cff
))
cffgload.h
123
CFF_Font
cff
;
member in struct:CFF_Decoder_
152
FT_Byte** glyph_names; /* for pure
CFF
fonts only */
175
#if 0 /* unused until we support pure
CFF
fonts */
/external/freetype/include/freetype/internal/
ftpic.h
40
void*
cff
;
member in struct:FT_PIC_Container_
/external/freetype/
Android.mk
32
src/
cff
/
cff
.c \
/external/webkit/Source/WebKit/win/Interfaces/
IWebDesktopNotificationsDelegate.idl
46
uuid(0A0AAFA8-C698-4
cff
-BD28-39614622EEA4),
/hardware/ril/libril/
ril.cpp
759
RIL_CallForwardInfo
cff
;
local
763
memset (&
cff
, 0, sizeof(
cff
));
768
cff
.status = (int)t;
771
cff
.reason = (int)t;
774
cff
.serviceClass = (int)t;
777
cff
.toa = (int)t;
779
cff
.number = strdupReadString(p);
782
cff
.timeSeconds = (int)t;
790
if (
cff
.number != NULL && strlen (cff.number) == 0)
[
all
...]
/external/iproute2/doc/
ip-cref.tex
[
all
...]
Completed in 210 milliseconds