/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afcjk.c | 848 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 D | afhints.h | 462 #define AF_SEGMENT_DIST( seg1, seg2 ) ( ( (seg1)->pos > (seg2)->pos ) \ 463 ? (seg1)->pos - (seg2)->pos \ 464 : (seg2)->pos - (seg1)->pos )
|
H A D | aflatin.c | 1994 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 D | PathOpsAngleTest.cpp | 461 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 D | PathOpsAngleIdeas.cpp | 429 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 D | g723_1dec.c | 743 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 D | etsi_testcases.sh | 338 # 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 D | elfio.hpp | 676 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 D | SkOpCoincidence.h | 258 const SkOpSegment* seg2, const SkOpSegment* seg2o,
|
H A D | SkOpCoincidence.cpp | 894 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 D | test_socket.py | 2506 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 D | assembler-riscv64.h | 685 void OP##seg2(ARG); \
|