Searched refs:last_width (Results 1 – 7 of 7) 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()220 int last_width = 0; in ProcessObject() local235 threshold = this_width > last_width ? (FX_FLOAT)this_width : (FX_FLOAT)last_width; in ProcessObject()
1715 int last_width = 0; in ProcessTextObject() local1730 threshold = this_width > last_width ? (FX_FLOAT)this_width : (FX_FLOAT)last_width; in ProcessTextObject()2008 FX_FLOAT last_width = nLastWidth * m_pPreTextObj->GetFontSize() / 1000; in ProcessInsertObject() local2009 last_width = FXSYS_fabs(last_width); in ProcessInsertObject()2013 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4; in ProcessInsertObject()2022 if(last_width < this_width) { in ProcessInsertObject()2085 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' && preChar != L' ') in ProcessInsertObject()2087 if((x - last_pos - last_width) > threshold || (last_pos - x - last_width) > threshold) { in ProcessInsertObject()2090 if(x < 0 && (last_pos - x - last_width) > threshold) { in ProcessInsertObject()2093 … if((x - last_pos - last_width) > this_width || (x - last_pos - this_width) > last_width ) { in ProcessInsertObject()
1174 …FX_FLOAT last_width = GetCharWidth(item.m_CharCode, m_pPreObj->GetFont()) * m_pPreObj->GetFontSize… in ProcessInsertObject() local1175 last_width = FXSYS_fabs(last_width); in ProcessInsertObject()1179 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4; in ProcessInsertObject()1199 if ((x - last_pos - last_width) > threshold && curChar != L' ' && preChar != L' ') { in ProcessInsertObject()1214 …FX_FLOAT last_width = pPreObj->GetFont()->GetCharWidthF(item.m_CharCode) * pPreObj->GetFontSize() … in LogicPreObj() local1215 last_width = FXSYS_fabs(last_width); in LogicPreObj()1219 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4; in LogicPreObj()1231 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ') { in LogicPreObj()
78 int last_width; member293 const int use_prev_in_find_mv_refs = cm->width == cm->last_width && in set_prev_mi()
264 cm->last_width = cm->width; in vp9_receive_compressed_data()
2276 cm->last_width = cm->width; in encode_frame_to_data_rate()
3191 if (cm->last_width != cm->width || cm->last_height != cm->height) { in source_var_based_partition_search_method()