Home
last modified time | relevance | path

Searched refs:last_width (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp97 FX_FLOAT last_width = nLastWidth * pPrevObj->GetFontSize() / 1000; in FPDFText_ProcessInterObj() local
98 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() local
235 threshold = this_width > last_width ? (FX_FLOAT)this_width : (FX_FLOAT)last_width; in ProcessObject()
Dfpdf_text_int.cpp1715 int last_width = 0; in ProcessTextObject() local
1730 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() local
2009 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()
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp1174 …FX_FLOAT last_width = GetCharWidth(item.m_CharCode, m_pPreObj->GetFont()) * m_pPreObj->GetFontSize… in ProcessInsertObject() local
1175 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() local
1215 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()
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h78 int last_width; member
293 const int use_prev_in_find_mv_refs = cm->width == cm->last_width && in set_prev_mi()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c264 cm->last_width = cm->width; in vp9_receive_compressed_data()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2276 cm->last_width = cm->width; in encode_frame_to_data_rate()
Dvp9_encodeframe.c3191 if (cm->last_width != cm->width || cm->last_height != cm->height) { in source_var_based_partition_search_method()