OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subg
(Results
1 - 5
of
5
) sorted by null
/external/srec/tools/grxmlcompile/
grph.h
46
void BeginRule (SubGraph *
subg
);
47
void EndRule (SubGraph *
subg
);
48
void BeginItem (SubGraph *
subg
);
49
void BeginItemRepeat (SubGraph *
subg
, int min_count, int max_count);
50
void AddRuleRef (SubGraph *
subg
, int ruleNo);
51
void AddLabel (SubGraph *
subg
, int labNo);
52
void AddTag (SubGraph *
subg
, int tagNo);
53
void EndItem (SubGraph *
subg
);
54
void BeginOneOf (SubGraph *
subg
);
55
void EndOneOf (SubGraph *
subg
);
[
all
...]
gr_iface.cpp
86
void Graph::BeginRule (SubGraph *
subg
)
88
subg
->BeginScope (SCOPE_RULE, 0, 0);
90
subg
->DebugPrintDirective ("<ruleref>");
95
void Graph::EndRule (SubGraph *
subg
)
98
subg
->DebugPrintDirective ("</ruleref>");
100
subg
->EndScope();
104
void Graph::BeginItem (SubGraph *
subg
)
106
subg
->BeginScope (SCOPE_ITEM, 0, 0);
108
subg
->DebugPrintDirective ("<item>");
113
void Graph::BeginItemRepeat (SubGraph *
subg
, int minCount, int maxCount
[
all
...]
/external/freetype/src/psaux/
t1decode.c
255
FT_SubGlyph
subg
;
local
263
subg
= loader->current.subglyphs;
266
subg
->index = bchar_index;
267
subg
->flags = FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES |
269
subg
->arg1 = 0;
270
subg
->arg2 = 0;
271
subg
++;
274
subg
->index = achar_index;
275
subg
->flags = FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES;
276
subg
->arg1 = (FT_Int)FIXED_TO_INT( adx - asb )
[
all
...]
/external/freetype/src/cff/
cffgload.c
768
FT_SubGlyph
subg
;
local
776
subg
= loader->current.subglyphs;
779
subg
->index = bchar_index;
780
subg
->flags = FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES |
782
subg
->arg1 = 0;
783
subg
->arg2 = 0;
784
subg
++;
787
subg
->index = achar_index;
788
subg
->flags = FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES;
789
subg
->arg1 = (FT_Int)( adx >> 16 )
[
all
...]
/external/freetype/src/base/
ftobjs.c
4663
FT_SubGlyph
subg
= glyph->
subg
lyphs + sub_index;
local
[
all
...]
Completed in 84 milliseconds