Searched defs:this_width (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_scale.h64 int this_width, int this_height) {
65 return 2 * this_width >= ref_width &&
67 this_width <= 16 * ref_width &&
63 valid_ref_frame_size(int ref_width, int ref_height, int this_width, int this_height) argument
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_search.cpp105 FX_FLOAT this_width = nThisWidth * pObj->GetFontSize() / 1000; local
106 this_width = FXSYS_fabs(this_width);
107 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4;
128 if((x - last_pos - last_width) > this_width || (x - last_pos - this_width) > last_width ) {
132 if(last_pos + last_width > x + this_width && curChar == L' ') {
234 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); local
235 threshold = this_width > last_widt
[all...]
H A Dfpdf_text_int.cpp1391 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) * pTextObj->GetFontSize() / 1000; local
1392 this_width = FXSYS_fabs(this_width);
1395 this_width = FXSYS_fabs(this_width);
1397 this_width = this_matrix.TransformDistance(this_width);
1398 FX_FLOAT threshold = prev_width > this_width ? prev_width / 4 : this_width / 4;
1729 int this_width local
2011 FX_FLOAT this_width = nThisWidth * pObj->GetFontSize() / 1000; local
[all...]
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp1177 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pObj->GetFont()) * pObj->GetFontSize() / 1000; local
1178 this_width = FXSYS_fabs(this_width);
1179 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4;
1217 FX_FLOAT this_width = pObj->GetFont()->GetCharWidthF(item.m_CharCode) * pObj->GetFontSize() / 1000; local
1218 this_width = FXSYS_fabs(this_width);
1219 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width /
[all...]

Completed in 254 milliseconds