Home
last modified time | relevance | path

Searched defs:tracking (Results 1 – 14 of 14) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/
DAnimatableTextProperties.java10 @Nullable public final AnimatableFloatValue tracking; field in AnimatableTextProperties
14 @Nullable AnimatableFloatValue tracking) { in AnimatableTextProperties()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
DDocumentData.java21 public int tracking; field in DocumentData
30 …c DocumentData(String text, String fontName, float size, Justification justification, int tracking, in DocumentData()
39 …ublic void set(String text, String fontName, float size, Justification justification, int tracking, in set()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DAnimatableTextPropertiesParser.java52 AnimatableFloatValue tracking = null; in parseAnimatableTextProperties() local
DDocumentDataParser.java35 int tracking = 0; in parse() local
/external/harfbuzz_ng/src/
Dhb-aat-layout-trak-table.hh174 int tracking = trackData.get_tracking (this, ptem); in apply() local
187 int tracking = trackData.get_tracking (this, ptem); in apply() local
/external/skia/modules/skottie/src/text/
DTextAnimator.h46 tracking = 0, member
55 tracking = 0, member
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DTextLayer.java224 float tracking = documentData.tracking / 10f; in drawGlyphTextLine() local
260 float tracking = documentData.tracking / 10f; in drawTextWithFont() local
318 …vate void drawFontTextLine(String text, DocumentData documentData, Canvas canvas, float tracking) { in drawFontTextLine()
/external/python/pycparser/pycparser/ply/
Dyacc.py323 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/
Dyacc.py325 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/selinux/python/sepolgen/src/sepolgen/
Dyacc.py325 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/libchrome/third_party/ply/
Dyacc.py260 def parse(self,input=None,lexer=None,debug=0,tracking=0,tokenfunc=None): argument
285 def parsedebug(self,input=None,lexer=None,debug=None,tracking=0,tokenfunc=None): argument
600 def parseopt(self,input=None,lexer=None,debug=0,tracking=0,tokenfunc=None): argument
872 def parseopt_notrack(self,input=None,lexer=None,debug=0,tracking=0,tokenfunc=None): argument
/external/tensorflow/tensorflow/python/distribute/parallel_device/
Dparallel_device_test.py20 from tensorflow.python.checkpoint import checkpoint as tracking unknown
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_utils.py35 from tensorflow.python.trackable import base as tracking unknown
/external/cronet/net/base/
Daddress_tracker_linux_unittest.cc75 void InitializeAddressTracker(bool tracking) { in InitializeAddressTracker()