OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subrIndex
(Results
1 - 3
of
3
) sorted by null
/external/fonttools/Lib/fontTools/misc/
psCharStrings.py
558
subrIndex
= self.pop()
559
subr = self.localSubrs[
subrIndex
+self.localBias]
563
subrIndex
= self.pop()
564
subr = self.globalSubrs[
subrIndex
+self.globalBias]
1021
subrIndex
= self.pop()
1022
subr = self.subrs[
subrIndex
]
1025
subrIndex
= self.pop()
1027
#print nArgs,
subrIndex
, "callothersubr"
1028
if
subrIndex
== 0 and nArgs == 3:
1031
elif
subrIndex
== 1 and nArgs == 0
[
all
...]
/external/chromium_org/third_party/freetype/src/cff/
cf2intrp.c
742
CF2_UInt
subrIndex
;
761
subrIndex
= cf2_stack_popInt( opStack );
766
FT_TRACE4(( "(%d)\n",
subrIndex
+ decoder->globals_bias ));
769
subrIndex
,
779
FT_TRACE4(( "(%d)\n",
subrIndex
+ decoder->locals_bias ));
782
subrIndex
,
[
all
...]
/external/freetype/src/cff/
cf2intrp.c
742
CF2_UInt
subrIndex
;
761
subrIndex
= cf2_stack_popInt( opStack );
766
FT_TRACE4(( "(%d)\n",
subrIndex
+ decoder->globals_bias ));
769
subrIndex
,
779
FT_TRACE4(( "(%d)\n",
subrIndex
+ decoder->locals_bias ));
782
subrIndex
,
[
all
...]
Completed in 35 milliseconds