HomeSort by relevance Sort by last modified time
    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 254 FT_SubGlyph subg; local
262 subg = loader->current.subglyphs;
265 subg->index = bchar_index;
266 subg->flags = FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES |
268 subg->arg1 = 0;
269 subg->arg2 = 0;
270 subg++;
273 subg->index = achar_index;
274 subg->flags = FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES;
275 subg->arg1 = (FT_Int)FIXED_TO_INT( adx - asb )
    [all...]
  /external/freetype/src/cff/
cffgload.c 770 FT_SubGlyph subg; local
778 subg = loader->current.subglyphs;
781 subg->index = bchar_index;
782 subg->flags = FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES |
784 subg->arg1 = 0;
785 subg->arg2 = 0;
786 subg++;
789 subg->index = achar_index;
790 subg->flags = FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES;
791 subg->arg1 = (FT_Int)( adx >> 16 )
    [all...]
  /external/freetype/src/base/
ftobjs.c 4486 FT_SubGlyph subg = glyph->subglyphs + sub_index; local
    [all...]

Completed in 668 milliseconds