Searched refs:last_width (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_search.cpp97 FX_FLOAT last_width = nLastWidth * pPrevObj->GetFontSize() / 1000; local
98 last_width = FXSYS_fabs(last_width);
107 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4;
120 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' && preChar != L' ')
122 if((x - last_pos - last_width) > threshold || (last_pos - x - last_width) > threshold) {
125 if(x < 0 && (last_pos - x - last_width) > threshold) {
128 if((x - last_pos - last_width) > this_widt
220 int last_width = 0; local
[all...]
H A Dfpdf_text_int.cpp1715 int last_width = 0; local
1730 threshold = this_width > last_width ? (FX_FLOAT)this_width : (FX_FLOAT)last_width;
2008 FX_FLOAT last_width = nLastWidth * m_pPreTextObj->GetFontSize() / 1000;
2009 last_width = FXSYS_fabs(last_width);
2013 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4;
2022 if(last_width < this_width) {
2085 if (FXSYS_fabs(last_pos + last_width
[all...]
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_dthread.c164 dst_cm->last_width = !src_cm->show_existing_frame ?
165 src_cm->width : src_cm->last_width;
H A Dvp9_decoder.c402 cm->last_width = cm->width;
H A Dvp9_decodeframe.c2165 cm->width == cm->last_width &&
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp1174 FX_FLOAT last_width = GetCharWidth(item.m_CharCode, m_pPreObj->GetFont()) * m_pPreObj->GetFontSize() / 1000; local
1175 last_width = FXSYS_fabs(last_width);
1179 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4;
1199 if ((x - last_pos - last_width) > threshold && curChar != L' ' && preChar != L' ') {
1214 FX_FLOAT last_width = pPreObj->GetFont()->GetCharWidthF(item.m_CharCode) * pPreObj->GetFontSize() / 1000; local
1215 last_width = FXSYS_fabs(last_width);
1219 FX_FLOAT threshold = last_width > this_widt
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h119 int last_width; member in struct:VP9Common
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c3733 if (cm->last_width != cm->width || cm->last_height != cm->height) {
3902 cm->width == cm->last_width &&
H A Dvp9_encoder.c3866 cm->last_width = cm->width;

Completed in 147 milliseconds