/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/ |
D | AnimatableTextProperties.java | 10 @Nullable public final AnimatableFloatValue tracking; field in AnimatableTextProperties 14 @Nullable AnimatableFloatValue tracking) { in AnimatableTextProperties()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/ |
D | DocumentData.java | 21 public final int tracking; field in DocumentData 30 …c DocumentData(String text, String fontName, float size, Justification justification, int tracking, in DocumentData()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/ |
D | AnimatableTextPropertiesParser.java | 51 AnimatableFloatValue tracking = null; in parseAnimatableTextProperties() local
|
D | DocumentDataParser.java | 35 int tracking = 0; in parse() local
|
/external/skia/modules/skottie/src/text/ |
D | TextAnimator.h | 44 tracking = 0; member 52 tracking = 0; member
|
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-trak-table.hh | 174 int tracking = trackData.get_tracking (this, ptem); in apply() local 187 int tracking = trackData.get_tracking (this, ptem); in apply() local
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/ |
D | TextLayer.java | 201 float tracking = documentData.tracking / 10f; in drawGlyphTextLine() local 270 float tracking = documentData.tracking / 10f; in drawFontTextLine() local
|
/external/libchrome/third_party/ply/ |
D | yacc.py | 257 def parse(self,input=None,lexer=None,debug=0,tracking=0,tokenfunc=None): argument 282 def parsedebug(self,input=None,lexer=None,debug=None,tracking=0,tokenfunc=None): argument 597 def parseopt(self,input=None,lexer=None,debug=0,tracking=0,tokenfunc=None): argument 869 def parseopt_notrack(self,input=None,lexer=None,debug=0,tracking=0,tokenfunc=None): argument
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | yacc.py | 325 def parse(self, input=None, lexer=None, debug=False, tracking=False, tokenfunc=None): argument 350 def parsedebug(self, input=None, lexer=None, debug=False, tracking=False, tokenfunc=None): argument 697 def parseopt(self, input=None, lexer=None, debug=False, tracking=False, tokenfunc=None): argument 1003 def parseopt_notrack(self, input=None, lexer=None, debug=False, tracking=False, tokenfunc=None): argument
|
/external/python/pycparser/pycparser/ply/ |
D | yacc.py | 323 def parse(self, input=None, lexer=None, debug=False, tracking=False, tokenfunc=None): argument 348 def parsedebug(self, input=None, lexer=None, debug=False, tracking=False, tokenfunc=None): argument 695 def parseopt(self, input=None, lexer=None, debug=False, tracking=False, tokenfunc=None): argument 1001 def parseopt_notrack(self, input=None, lexer=None, debug=False, tracking=False, tokenfunc=None): argument
|
/external/ply/ply/ply/ |
D | yacc.py | 325 def parse(self, input=None, lexer=None, debug=False, tracking=False, tokenfunc=None): argument 350 def parsedebug(self, input=None, lexer=None, debug=False, tracking=False, tokenfunc=None): argument 697 def parseopt(self, input=None, lexer=None, debug=False, tracking=False, tokenfunc=None): argument 1003 def parseopt_notrack(self, input=None, lexer=None, debug=False, tracking=False, tokenfunc=None): argument
|
/external/tensorflow/tensorflow/python/distribute/parallel_device/ |
D | parallel_device_test.py | 43 from tensorflow.python.training.tracking import util as tracking unknown
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | base_layer_utils.py | 38 from tensorflow.python.training.tracking import base as tracking unknown
|