Home
last modified time | relevance | path

Searched refs:seg2 (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafcjk.c848 AF_Segment seg1, seg2; in af_cjk_hints_link_segments() local
865 for ( seg2 = segments; seg2 < segment_limit; seg2++ ) in af_cjk_hints_link_segments()
866 if ( seg2 != seg1 && seg1->dir + seg2->dir == 0 ) in af_cjk_hints_link_segments()
868 FT_Pos dist = seg2->pos - seg1->pos; in af_cjk_hints_link_segments()
880 if ( min < seg2->min_coord ) in af_cjk_hints_link_segments()
881 min = seg2->min_coord; in af_cjk_hints_link_segments()
883 if ( max > seg2 in af_cjk_hints_link_segments()
1201 AF_Segment seg2; af_cjk_hints_compute_edges() local
[all...]
H A Dafhints.h462 #define AF_SEGMENT_DIST( seg1, seg2 ) ( ( (seg1)->pos > (seg2)->pos ) \
463 ? (seg1)->pos - (seg2)->pos \
464 : (seg2)->pos - (seg1)->pos )
H A Daflatin.c1994 AF_Segment seg1, seg2; in af_latin_hints_link_segments() local
2022 /* with seg1 to the `left' of seg2 */ in af_latin_hints_link_segments()
2023 for ( seg2 = segments; seg2 < segment_limit; seg2++ ) in af_latin_hints_link_segments()
2026 FT_Pos pos2 = seg2->pos; in af_latin_hints_link_segments()
2029 if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 ) in af_latin_hints_link_segments()
2037 if ( min < seg2->min_coord ) in af_latin_hints_link_segments()
2038 min = seg2->min_coord; in af_latin_hints_link_segments()
2040 if ( max > seg2 in af_latin_hints_link_segments()
2393 AF_Segment seg2; FT_LOCAL_DEF() local
[all...]
/third_party/skia/tests/
H A DPathOpsAngleTest.cpp461 SkOpSegment* seg2 = seg1->next(); in DEF_TEST() local
462 seg2->debugAddAngle(dataArray[index2 + 1].fTStart, dataArray[index2 + 1].fTEnd); in DEF_TEST()
463 SkOpSegment* seg3 = seg2->next(); in DEF_TEST()
466 SkOpAngle& angle2 = *seg2->debugLastAngle(); in DEF_TEST()
H A DPathOpsAngleIdeas.cpp429 SkOpSegment* seg2 = seg1->next(); in testQuadAngles() local
430 seg2->debugAddAngle(0, 1); in testQuadAngles()
432 *seg2->debugLastAngle()); in testQuadAngles()
551 *seg2->debugLastAngle()); in testQuadAngles()
/third_party/ffmpeg/libavcodec/
H A Dg723_1dec.c743 int i, shift, seg, seg2, t, val, val_add, x, y; in estimate_sid_gain() local
770 seg2 = FFMIN(seg, 3); in estimate_sid_gain()
775 t = seg * 32 + (val << seg2); in estimate_sid_gain()
784 t = seg * 32 + (val << seg2); in estimate_sid_gain()
787 t = seg * 32 + (val + 1 << seg2); in estimate_sid_gain()
789 val = (seg2 - 1) * 16 + val; in estimate_sid_gain()
793 t = seg * 32 + (val - 1 << seg2); in estimate_sid_gain()
795 val = (seg2 - 1) * 16 + val; in estimate_sid_gain()
/third_party/libcoap/examples/
H A Detsi_testcases.sh338 # Perform GET transaction to resource /seg1/seg2/seg3
340 # pre: resource /seg1/seg2/seg3 exists on server
354 testaddress=coap://$SERVERTUP/seg1/seg2/seg3
/third_party/elfio/elfio/
H A Delfio.hpp676 const segment* seg2 ) noexcept
678 // Return 'true' if sections of seg1 are a subset of sections in seg2
680 const std::vector<Elf_Half>& sections2 = seg2->get_sections();
/third_party/skia/src/pathops/
H A DSkOpCoincidence.h258 const SkOpSegment* seg2, const SkOpSegment* seg2o,
H A DSkOpCoincidence.cpp894 const SkOpSegment* seg2, const SkOpSegment* seg2o, in addOverlap()
909 const SkOpPtT* s2 = overS->find(seg2); in addOverlap()
910 const SkOpPtT* e2 = overE->find(seg2); in addOverlap()
893 addOverlap(const SkOpSegment* seg1, const SkOpSegment* seg1o, const SkOpSegment* seg2, const SkOpSegment* seg2o, const SkOpPtT* overS, const SkOpPtT* overE) addOverlap() argument
/third_party/python/Lib/test/
H A Dtest_socket.py2506 seg2 = self.cli_conn.recv(1024)
2507 msg = seg1 + seg2
2524 seg2, addr = self.cli_conn.recvfrom(1024)
2525 msg = seg1 + seg2
3265 seg2, ancdata, flags, addr = self.doRecvmsg(self.serv_sock, 1024)
3270 msg = seg1 + seg2
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h685 void OP##seg2(ARG); \

Completed in 26 milliseconds