Searched refs:pos1 (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttpload.c | 177 FT_ULong pos1, pos2; in tt_face_get_location() local 182 pos1 = pos2 = 0; in tt_face_get_location() 191 pos1 = FT_NEXT_ULONG( p ); in tt_face_get_location() 192 pos2 = pos1; in tt_face_get_location() 202 pos1 = FT_NEXT_USHORT( p ); in tt_face_get_location() 203 pos2 = pos1; in tt_face_get_location() 208 pos1 <<= 1; in tt_face_get_location() 214 if ( pos1 > face->glyf_len ) in tt_face_get_location() 241 if ( pos2 >= pos1 ) in tt_face_get_location() 242 *asize = (FT_UInt)( pos2 - pos1 ); in tt_face_get_location() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | syntax_enc.c | 269 uint64_t pos1, pos2, pos3; in GeneratePartition0() local 271 pos1 = VP8BitWriterPos(bw); in GeneratePartition0() 294 enc->pic_->stats->header_bytes[0] = (int)((pos2 - pos1 + 7) >> 3); in GeneratePartition0() 299 (void)pos1; in GeneratePartition0()
|
A D | frame_enc.c | 310 uint64_t pos1, pos2, pos3; in CodeResiduals() local 317 pos1 = VP8BitWriterPos(bw); in CodeResiduals() 351 it->luma_bits_ = pos2 - pos1; in CodeResiduals()
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | aflatin.c | 1371 FT_Pos pos1 = seg1->pos; in af_latin_hints_link_segments() local 1375 if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 ) in af_latin_hints_link_segments() 1378 FT_Pos dist = pos2 - pos1; in af_latin_hints_link_segments()
|
A D | aflatin2.c | 1004 FT_Pos pos1 = seg1->pos; in af_latin2_hints_link_segments() local 1006 FT_Pos dist = pos2 - pos1; in af_latin2_hints_link_segments()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 30378 int pos1 = pos_next; in resolve_variables() local 30380 while (code_match(&cc, pos1, OP_drop, -1)) { in resolve_variables() 30383 pos1 = cc.pos; in resolve_variables() 30385 if (code_match(&cc, pos1, OP_return_undef, -1)) { in resolve_variables() 30386 pos_next = pos1; in resolve_variables() 30517 int lab0, lab1, op1, pos1, line1, pos2; in resolve_variables() local 30521 pos1 = cc.pos; in resolve_variables() 30532 pos_next = pos1; in resolve_variables() 31011 int pos1 = cc.pos; in resolve_labels() local 31013 if (code_has_label(&cc, pos1, label)) { in resolve_labels() [all …]
|
Completed in 103 milliseconds