Searched refs:this_width (Results 1 - 3 of 3) 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.cpp112 FX_FLOAT this_width = nThisWidth * pObj->GetFontSize() / 1000; local
113 this_width = FXSYS_fabs(this_width);
115 last_width > this_width ? last_width / 4 : this_width / 4;
141 if ((x - last_pos - last_width) > this_width ||
142 (x - last_pos - this_width) > last_width) {
146 if (last_pos + last_width > x + this_width && curChar == L' ') {
248 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); local
249 threshold = this_width > last_widt
[all...]
H A Dfpdf_text_int.cpp1228 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) * local
1230 this_width = FXSYS_fabs(this_width);
1233 this_width = FXSYS_fabs(this_width);
1235 this_width = this_matrix.TransformDistance(this_width);
1237 prev_width > this_width ? prev_width / 4 : this_width / 4;
1638 int this_width local
1879 FX_FLOAT this_width = nThisWidth * pObj->GetFontSize() / 1000; local
[all...]

Completed in 54 milliseconds