Home
last modified time | relevance | path

Searched refs:endCount (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/src/pathops/
DSkPathWriter.cpp209 int endCount = fEndPtTs.count(); // all starts and ends in assemble() local
210 SkASSERT(endCount > 0); in assemble()
211 SkASSERT(endCount == fPartials.count() * 2); in assemble()
213 for (int index = 0; index < endCount; index += 2) { in assemble()
223 for (int pIndex = 0; pIndex < endCount; pIndex++) { in assemble()
266 int linkCount = endCount / 2; // number of partial contours in assemble()
273 const int entries = endCount * (endCount - 1) / 2; // folded triangle in assemble()
279 for (rIndex = 0; rIndex < endCount - 1; ++rIndex) { in assemble()
281 for (iIndex = rIndex + 1; iIndex < endCount; ++iIndex) { in assemble()
290 rRow += endCount; in assemble()
[all …]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapFormat4.java280 private int endCount; field in CMapFormat4.Builder.Segment
288 this(other.startCount, other.endCount, other.idDelta, other.idRangeOffset); in Segment()
291 public Segment(int startCount, int endCount, int idDelta, int idRangeOffset) { in Segment() argument
293 this.endCount = endCount; in Segment()
316 return endCount; in getEndCount()
322 public void setEndCount(int endCount) { in setEndCount() argument
323 this.endCount = endCount; in setEndCount()
357 this.startCount, this.endCount, this.idDelta, this.idRangeOffset); in toString()
/third_party/node/test/parallel/
Dtest-tcp-wrap-connect.js42 let endCount = 0; variable
49 endCount++;
60 assert.strictEqual(endCount, 1);
Dtest-stream-pipeline.js1571 this.endCount = 0;
1581 this.endCount += 1;
1591 assert.strictEqual(writable.endCount, 1);
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cmap-table.hh313 endCount = subtable->values.arrayZ; in init()
314 startCount = endCount + segCount + 1; in init()
337 this->endCount, in get_glyph()
344 unsigned int i = found - endCount; in get_glyph()
379 hb_codepoint_t end = this->endCount[i]; in collect_unicodes()
416 hb_codepoint_t end = this->endCount[i]; in collect_mapping()
446 const HBUINT16 *endCount; member
509 HBUINT16 endCount[segCount]; /* End characterCode for each segment,
/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h1488 stbtt_uint32 endCount = index_map + 14; in stbtt_FindGlyphIndex() local
1489 stbtt_uint32 search = endCount; in stbtt_FindGlyphIndex()
1513 stbtt_uint16 item = (stbtt_uint16) ((search - endCount) >> 1); in stbtt_FindGlyphIndex()
1515 STBTT_assert(unicode_codepoint <= ttUSHORT(data + endCount + 2*item)); in stbtt_FindGlyphIndex()
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h1488 stbtt_uint32 endCount = index_map + 14; in stbtt_FindGlyphIndex() local
1489 stbtt_uint32 search = endCount; in stbtt_FindGlyphIndex()
1513 stbtt_uint16 item = (stbtt_uint16) ((search - endCount) >> 1); in stbtt_FindGlyphIndex()
1515 STBTT_assert(unicode_codepoint <= ttUSHORT(data + endCount + 2*item)); in stbtt_FindGlyphIndex()
/third_party/typescript/src/compiler/
Dchecker.ts20694 …const endCount = Math.min(isTupleType(source) ? getEndElementCount(source.target, ElementFlags.Non… constant
20697 … const sourceIndex = i < targetArity - endCount ? i : i + sourceArity - targetArity; constant
20698 …rceFlags = isTupleType(source) && (i < startCount || i >= targetArity - endCount) ? source.target.…
20728 …i < startCount || i >= targetArity - endCount ? removeMissingType(sourceTypeArguments[sourceIndex]…
20729 … getElementTypeOfSliceOfTupleType(source, startCount, endCount) || neverType;
20736 … if (i < startCount || i >= targetArity - endCount || sourceArity - startCount - endCount === 1) {
20740 …ce_is_not_compatible_with_type_at_position_2_in_target, startCount, sourceArity - endCount - 1, i);
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt3433 endCount
/third_party/typescript/lib/
Dtsc.js58193 …var endCount = Math.min(isTupleType(source) ? getEndElementCount(source.target, 11) : 0, targetRes…
58196 … var sourceIndex = i < targetArity - endCount ? i : i + sourceArity - targetArity;
58197 …rceFlags = isTupleType(source) && (i < startCount || i >= targetArity - endCount) ? source.target.…
58226 …i < startCount || i >= targetArity - endCount ? removeMissingType(sourceTypeArguments[sourceIndex]…
58227 … getElementTypeOfSliceOfTupleType(source, startCount, endCount) || neverType;
58234 … if (i < startCount || i >= targetArity - endCount || sourceArity - startCount - endCount === 1) {
58238 …ce_is_not_compatible_with_type_at_position_2_in_target, startCount, sourceArity - endCount - 1, i);
DtypingsInstaller.js69561 …var endCount = Math.min(isTupleType(source) ? getEndElementCount(source.target, 11 /* ElementFlags…
69564 … var sourceIndex = i < targetArity - endCount ? i : i + sourceArity - targetArity;
69565 …rceFlags = isTupleType(source) && (i < startCount || i >= targetArity - endCount) ? source.target.…
69595 …i < startCount || i >= targetArity - endCount ? removeMissingType(sourceTypeArguments[sourceIndex]…
69596 … getElementTypeOfSliceOfTupleType(source, startCount, endCount) || neverType;
69603 … if (i < startCount || i >= targetArity - endCount || sourceArity - startCount - endCount === 1) {
69607 …ce_is_not_compatible_with_type_at_position_2_in_target, startCount, sourceArity - endCount - 1, i);