Home
last modified time | relevance | path

Searched refs:endCount (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/src/pathops/
H A 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; in assemble()
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A 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()
313 * @return the endCount
316 return endCount; in getEndCount()
320 * @param endCount the endCount to set
322 public void setEndCount(int endCount) { in setEndCount() argument
[all...]
/third_party/node/test/parallel/
H A Dtest-tcp-wrap-connect.js42 let endCount = 0;
49 endCount++;
60 assert.strictEqual(endCount, 1);
H A 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/
H A 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, member
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h1488 stbtt_uint32 endCount = index_map + 14; in stbtt_FindGlyphIndex() local
1489 stbtt_uint32 search = endCount; in stbtt_FindGlyphIndex()
1494 // they lie from endCount .. endCount + segCount 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/skia/third_party/externals/imgui/
H A Dimstb_truetype.h1488 stbtt_uint32 endCount = index_map + 14; in stbtt_FindGlyphIndex() local
1489 stbtt_uint32 search = endCount; in stbtt_FindGlyphIndex()
1494 // they lie from endCount .. endCount + segCount 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/glfw/deps/
H A Dnuklear.h11197 nk_uint endCount = index_map + 14; in nk_tt_FindGlyphIndex() local
11198 nk_uint search = endCount; in nk_tt_FindGlyphIndex()
11203 /* they lie from endCount .. endCount + segCount */ in nk_tt_FindGlyphIndex()
11222 nk_ushort item = (nk_ushort) ((search - endCount) >> 1); in nk_tt_FindGlyphIndex()
11224 NK_ASSERT(unicode_codepoint <= nk_ttUSHORT(data + endCount + 2*item)); in nk_tt_FindGlyphIndex()
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 263 milliseconds