Searched defs:last_width (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h98 int last_width; member in struct:VP9Common
/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp1047 int last_width = 0; local
1061 this_width > last_width ? (float)this_width : (float)last_width;
1279 float last_width = nLastWidth * m_pPreTextObj->GetFontSize() / 1000;
1280 last_width = fabs(last_width);
1284 float threshold = last_width > this_width ? last_width / 4 : this_width / 4;
1292 if (last_width < this_width)
1360 if (fabs(last_pos + last_width
[all...]

Completed in 95 milliseconds