Searched refs:last_width (Results 1 – 11 of 11) sorted by relevance
97 FX_FLOAT last_width = nLastWidth * pPrevObj->GetFontSize() / 1000; in FPDFText_ProcessInterObj() local98 last_width = FXSYS_fabs(last_width); in FPDFText_ProcessInterObj()107 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4; in FPDFText_ProcessInterObj()120 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' && preChar != L' ') in FPDFText_ProcessInterObj()122 if((x - last_pos - last_width) > threshold || (last_pos - x - last_width) > threshold) { in FPDFText_ProcessInterObj()125 if(x < 0 && (last_pos - x - last_width) > threshold) { in FPDFText_ProcessInterObj()128 … if((x - last_pos - last_width) > this_width || (x - last_pos - this_width) > last_width ) { in FPDFText_ProcessInterObj()132 if(last_pos + last_width > x + this_width && curChar == L' ') { in FPDFText_ProcessInterObj()224 int last_width = 0; in ProcessObject() local239 threshold = this_width > last_width ? (FX_FLOAT)this_width : (FX_FLOAT)last_width; in ProcessObject()
1725 int last_width = 0; local1740 threshold = this_width > last_width ? (FX_FLOAT)this_width : (FX_FLOAT)last_width;1959 FX_FLOAT last_width = nLastWidth * m_pPreTextObj->GetFontSize() / 1000; local1960 last_width = FXSYS_fabs(last_width);1964 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4;1973 if(last_width < this_width) {2036 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' && preChar != L' ')2038 if((x - last_pos - last_width) > threshold || (last_pos - x - last_width) > threshold) {2041 if(x < 0 && (last_pos - x - last_width) > threshold) {2044 … if((x - last_pos - last_width) > this_width || (x - last_pos - this_width) > last_width ) {
1183 …FX_FLOAT last_width = GetCharWidth(item.m_CharCode, m_pPreObj->GetFont()) * m_pPreObj->GetFontSize… in ProcessInsertObject() local1184 last_width = FXSYS_fabs(last_width); in ProcessInsertObject()1188 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4; in ProcessInsertObject()1208 if ((x - last_pos - last_width) > threshold && curChar != L' ' && preChar != L' ') { in ProcessInsertObject()1223 …FX_FLOAT last_width = pPreObj->GetFont()->GetCharWidthF(item.m_CharCode) * pPreObj->GetFontSize() … in LogicPreObj() local1224 last_width = FXSYS_fabs(last_width); in LogicPreObj()1228 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4; in LogicPreObj()1240 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ') { in LogicPreObj()
81 int last_width; member289 cm->width == cm->last_width && in get_prev_mi()
78 int last_width; member298 const int use_prev_in_find_mv_refs = cm->width == cm->last_width && in set_prev_mi()
270 cm->last_width = cm->width; in vp9_receive_compressed_data()
551 int w1, x, y, last_width; in text_console_resize() local553 last_width = s->width; in text_console_resize()557 w1 = last_width; in text_console_resize()565 c1 = &s->cells[y * last_width]; in text_console_resize()
387 cm->last_width = cm->width; in vp9_receive_compressed_data()
2359 cm->last_width = cm->width; in encode_frame_to_data_rate()
3219 if (cm->last_width != cm->width || cm->last_height != cm->height) { in source_var_based_partition_search_method()
2746 cm->last_width = cm->width;