Home
last modified time | relevance | path

Searched refs:parseLength (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Ddimension-handler.js165 var parseLength = parseDimension.bind(null, new RegExp(lengthUnits, 'g')); variable
169 scope.parseLength = parseLength;
175 var consumeLength = scope.consumeParenthesised.bind(null, parseLength);
Dtransform-handler.js94 L: scope.parseLength})[type.toUpperCase()](arg);
/external/libcppbor/src/
Dcppbor_parse.cpp41 std::tuple<bool, uint64_t, const uint8_t*> parseLength(const uint8_t* pos, const uint8_t* end, in parseLength() function
216 std::tie(success, addlData, pos) = parseLength<uint8_t>(pos, end, parseClient); in parseRecursively()
220 std::tie(success, addlData, pos) = parseLength<uint16_t>(pos, end, parseClient); in parseRecursively()
224 std::tie(success, addlData, pos) = parseLength<uint32_t>(pos, end, parseClient); in parseRecursively()
228 std::tie(success, addlData, pos) = parseLength<uint64_t>(pos, end, parseClient); in parseRecursively()
/external/skqp/experimental/svg/model/
DSkSVGAttributeParser.h22 bool parseLength(SkSVGLength*);
DSkSVGAttributeParser.cpp247 bool SkSVGAttributeParser::parseLength(SkSVGLength* length) { in parseLength() function in SkSVGAttributeParser
635 if (!this->parseLength(&dash)) { in parseDashArray()
DSkSVGDOM.cpp114 if (!parser.parseLength(&length)) { in SetLengthAttribute()
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
Dweb-animations-next-lite.min.js15parseLength=h,a.parseLengthOrPercent=i,a.consumeLengthOrPercent=a.consumeParenthesised.bind(null,i…
Dweb-animations.min.js15parseLength=h,a.parseLengthOrPercent=i,a.consumeLengthOrPercent=a.consumeParenthesised.bind(null,i…
Dweb-animations-next.min.js15parseLength=h,a.parseLengthOrPercent=i,a.consumeLengthOrPercent=a.consumeParenthesised.bind(null,i…