Home
last modified time | relevance | path

Searched refs:last_width (Results 1 – 11 of 11) 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()
224 int last_width = 0; in ProcessObject() local
239 threshold = this_width > last_width ? (FX_FLOAT)this_width : (FX_FLOAT)last_width; in ProcessObject()
Dfpdf_text_int.cpp1725 int last_width = 0; local
1740 threshold = this_width > last_width ? (FX_FLOAT)this_width : (FX_FLOAT)last_width;
1959 FX_FLOAT last_width = nLastWidth * m_pPreTextObj->GetFontSize() / 1000; local
1960 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 ) {
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp1183 …FX_FLOAT last_width = GetCharWidth(item.m_CharCode, m_pPreObj->GetFont()) * m_pPreObj->GetFontSize… in ProcessInsertObject() local
1184 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() local
1224 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()
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h81 int last_width; member
289 cm->width == cm->last_width && in get_prev_mi()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
Dvp9_onyxc_int.h78 int last_width; member
298 const int use_prev_in_find_mv_refs = cm->width == cm->last_width && in set_prev_mi()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
Dvp9_decoder.c270 cm->last_width = cm->width; in vp9_receive_compressed_data()
/external/qemu/ui/
Dconsole.c551 int w1, x, y, last_width; in text_console_resize() local
553 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()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c387 cm->last_width = cm->width; in vp9_receive_compressed_data()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_encoder.c2359 cm->last_width = cm->width; in encode_frame_to_data_rate()
Dvp9_encodeframe.c3219 if (cm->last_width != cm->width || cm->last_height != cm->height) { in source_var_based_partition_search_method()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_onyx_if.c2746 cm->last_width = cm->width;