Home
last modified time | relevance | path

Searched refs:truncation_point (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/ng/
H A Dng_text_painter.cc120 unsigned truncation_point, in PaintInternal() argument
132 if (start_offset < truncation_point) { in PaintInternal()
133 PaintInternalFragment<Step>(start_offset, truncation_point, node_id); in PaintInternal()
H A Dng_text_painter.h62 unsigned truncation_point,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/ng/
H A Dng_text_painter.cc124 unsigned truncation_point, in PaintInternal() argument
136 if (start_offset < truncation_point) { in PaintInternal()
137 PaintInternalFragment<Step>(start_offset, truncation_point, node_id); in PaintInternal()
H A Dng_text_painter.h66 unsigned truncation_point,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dtext_painter.cc84 unsigned truncation_point, in PaintInternal() argument
95 if (start_offset < truncation_point) { in PaintInternal()
97 truncation_point, node_id); in PaintInternal()
H A Dtext_painter.h62 unsigned truncation_point,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dtext_painter.cc84 unsigned truncation_point, in PaintInternal() argument
95 if (start_offset < truncation_point) { in PaintInternal()
97 truncation_point, node_id); in PaintInternal()
H A Dtext_painter.h62 unsigned truncation_point,
/dports/devel/protobuf25/protobuf-2.5.0/python/google/protobuf/internal/
H A Dreflection_test.py2187 for truncation_point in xrange(len(serialized) + 1):
2191 pos = second_proto._InternalParse(serialized, 0, truncation_point)
2193 self.assertEqual(truncation_point, pos)
2198 pos2 = unknown_fields._InternalParse(serialized, 0, truncation_point)
2199 self.assertEqual(truncation_point, pos2)
2206 serialized, 0, truncation_point)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/google/protobuf/internal/
H A Dreflection_test.py2617 for truncation_point in range(len(serialized) + 1):
2621 pos = second_proto._InternalParse(serialized, 0, truncation_point)
2623 self.assertEqual(truncation_point, pos)
2628 pos2 = unknown_fields._InternalParse(serialized, 0, truncation_point)
2629 self.assertEqual(truncation_point, pos2)
2636 serialized, 0, truncation_point)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py2532 for truncation_point in range(len(serialized) + 1):
2536 pos = second_proto._InternalParse(serialized, 0, truncation_point)
2538 self.assertEqual(truncation_point, pos)
2543 pos2 = unknown_fields._InternalParse(serialized, 0, truncation_point)
2544 self.assertEqual(truncation_point, pos2)
2551 serialized, 0, truncation_point)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py2532 for truncation_point in range(len(serialized) + 1):
2536 pos = second_proto._InternalParse(serialized, 0, truncation_point)
2538 self.assertEqual(truncation_point, pos)
2543 pos2 = unknown_fields._InternalParse(serialized, 0, truncation_point)
2544 self.assertEqual(truncation_point, pos2)
2551 serialized, 0, truncation_point)