Searched refs:pos2 (Results 1 – 7 of 7) 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() 192 pos2 = pos1; in tt_face_get_location() 195 pos2 = FT_NEXT_ULONG( p ); in tt_face_get_location() 203 pos2 = pos1; in tt_face_get_location() 206 pos2 = FT_NEXT_USHORT( p ); in tt_face_get_location() 209 pos2 <<= 1; in tt_face_get_location() 224 if ( pos2 > face->glyf_len ) in tt_face_get_location() 230 pos2 = face->glyf_len; in tt_face_get_location() 241 if ( 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 286 pos2 = VP8BitWriterPos(bw); in GeneratePartition0() 294 enc->pic_->stats->header_bytes[0] = (int)((pos2 - pos1 + 7) >> 3); in GeneratePartition0() 295 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3); in GeneratePartition0() 300 (void)pos2; in GeneratePartition0()
|
A D | frame_enc.c | 310 uint64_t pos1, pos2, pos3; in CodeResiduals() local 336 pos2 = VP8BitWriterPos(bw); in CodeResiduals() 351 it->luma_bits_ = pos2 - pos1; in CodeResiduals() 352 it->uv_bits_ = pos3 - pos2; in CodeResiduals()
|
/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | bm_hexiom.py | 336 pos2 = (x, y) 337 id = hex.get_by_pos(pos2).id 348 pos2 = (x, ry) 349 id = hex.get_by_pos(pos2).id
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | aflatin.c | 1372 FT_Pos pos2 = seg2->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 | 1005 FT_Pos pos2 = seg2->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 | 19811 int pos2; /* phase 2 address, -1 means not resolved yet */ member 21414 ls->pos2 = -1; in new_label_fd() 28500 addr = label_slots[addr].pos2; in dump_byte_code() 28615 printf(" %u:%u", addr, label_slots[addr].pos2); in dump_byte_code() 28624 printf(" %u:%u", addr, label_slots[addr].pos2); in dump_byte_code() 29552 s->label_slots[label_done].pos2 = bc->size; in resolve_scope_var() 30447 ls->pos2 = bc_out.size + opcode_info[op].size; in resolve_variables() 30517 int lab0, lab1, op1, pos1, line1, pos2; in resolve_variables() local 30526 if (code_match(&cc, pos2, op1, -1)) { in resolve_variables() 30679 pos = s->label_slots[label].pos2; in find_jump_target() [all …]
|
Completed in 117 milliseconds