Home
last modified time | relevance | path

Searched refs:sects (Results 1 - 6 of 6) sorted by relevance

/third_party/elfutils/libdwfl/
H A Dimage-header.c94 uint8_t sects; in __libdw_image_header() local
97 memcpy (&sects, header + H_SETUP_SECTS, sizeof (uint8_t)); in __libdw_image_header()
101 offset += ((sects ?: 4) + 1) * 512; in __libdw_image_header()
/third_party/skia/modules/skparagraph/gm/
H A Dsimple_gm.cpp128 auto sects = info->font.getIntercepts(info->glyphs, info->count, pos.data(), in drawFromVisitor()
132 for (size_t i = 0; i < sects.size(); i += 2) { in drawFromVisitor()
133 SkScalar x1 = sects[i] - GAP; in drawFromVisitor()
137 x0 = sects[i+1] + GAP; in drawFromVisitor()
/third_party/skia/modules/canvaskit/npm_build/
H A Dtextapi_utils.js514 const sects = f.getGlyphIntercepts(gly, pos, Y+2, Y+4);
517 for (let i = 0; i < sects.length; i += 2) {
518 const end = sects[i] - gap;
522 x = sects[i+1] + gap;
/third_party/libwebsockets/lib/core-net/
H A Dnetwork.c661 int sects = 0, ipv6 = !!strchr(ads, ':'), skip_point = -1, dm = 0; in lws_parse_numeric_address() local
718 sects++; in lws_parse_numeric_address()
742 sects = 0; in lws_parse_numeric_address()
752 if (!ipv6 && sects == 4) in lws_parse_numeric_address()
754 if (ipv6 && sects == 8) in lws_parse_numeric_address()
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp1020 int sects = this->linesIntersect(span, opp, oppSpan, &i); in intersects() local
1021 if (sects == 2) { in intersects()
1024 if (!sects) { in intersects()
1495 int oppSects, sects = this->intersects(span, opp, test, &oppSects); in trim() local
1496 if (sects >= 1) { in trim()
1501 if (sects == 2) { in trim()
1864 // if there are 9 or more continuous spans on both sects, suspect coincidence in BinarySearch()
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp1283 auto sects = self.getIntercepts(glyphs.data(), SkToInt(glyphs.size()), in EMSCRIPTEN_BINDINGS()
1285 return MakeTypedArray(sects.size(), (const float*)sects.data()); in EMSCRIPTEN_BINDINGS()

Completed in 13 milliseconds