Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFUtils.cpp150 SkDynamicMemoryWStream currentSegment; in EmitPath() local
159 MoveTo(args[0].fX, args[0].fY, &currentSegment); in EmitPath()
164 AppendLine(args[1].fX, args[1].fY, &currentSegment); in EmitPath()
172 append_quad(args, &currentSegment); in EmitPath()
179 append_quad(&quads[i * 2], &currentSegment); in EmitPath()
185 args[3].fX, args[3].fY, &currentSegment); in EmitPath()
189 ClosePath(&currentSegment); in EmitPath()
190 currentSegment.writeToStream(content); in EmitPath()
191 currentSegment.reset(); in EmitPath()
198 if (currentSegment.bytesWritten() > 0) { in EmitPath()
[all …]
/external/skqp/src/pdf/
DSkPDFUtils.cpp150 SkDynamicMemoryWStream currentSegment; in EmitPath() local
159 MoveTo(args[0].fX, args[0].fY, &currentSegment); in EmitPath()
164 AppendLine(args[1].fX, args[1].fY, &currentSegment); in EmitPath()
172 append_quad(args, &currentSegment); in EmitPath()
179 append_quad(&quads[i * 2], &currentSegment); in EmitPath()
185 args[3].fX, args[3].fY, &currentSegment); in EmitPath()
189 ClosePath(&currentSegment); in EmitPath()
190 currentSegment.writeToStream(content); in EmitPath()
191 currentSegment.reset(); in EmitPath()
198 if (currentSegment.bytesWritten() > 0) { in EmitPath()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DCachedPathIteratorFactory.java40 int type = iterator.currentSegment(points); in CachedPathIteratorFactory()
215 int type = iterator.currentSegment(segment); in getFlatPathLength()
366 public int currentSegment(float[] coords) { in currentSegment() method in CachedPathIteratorFactory.CachedPathIterator
372 public int currentSegment(double[] coords) { in currentSegment() method in CachedPathIteratorFactory.CachedPathIterator
429 public int currentSegment(float[] coords, float length) { in currentSegment() method in CachedPathIteratorFactory.CachedPathIterator
430 int type = currentSegment(coords); in currentSegment()
DRoundRectangle.java320 public int currentSegment(float[] coords) { in getPathIterator() method
337 public int currentSegment(double[] coords) { in getPathIterator() method
DShadowPath.java123 int type = iterator.currentSegment(segment); in approximate()
296 int type = it.currentSegment(coords); in isEmpty()
/external/fonttools/Lib/fontTools/pens/
DpointPen.py133 currentSegment = []
135 currentSegment.append((pt, smooth, name, kwargs))
138 segments.append((segmentType, currentSegment))
139 currentSegment = []
/external/cldr/tools/java/org/unicode/cldr/icu/
DConvertTransforms.java226 String currentSegment = value.substring(segmentStart, pos); in replaceUnquoted() local
227 … updatedValue = updatedValue + currentSegment.replace(toReplace, replacement); in replaceUnquoted()
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java3594 Segment<K, V> currentSegment;
3621 currentSegment = segments[nextSegmentIndex--];
3622 if (currentSegment.count != 0) {
3623 currentTable = currentSegment.table;
3676 currentSegment.postReadCleanup();
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java4252 Segment<K, V> currentSegment;
4279 currentSegment = segments[nextSegmentIndex--];
4280 if (currentSegment.count != 0) {
4281 currentTable = currentSegment.table;
4335 currentSegment.postReadCleanup();