HomeSort by relevance Sort by last modified time
    Searched refs:this_width (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_scale.h 54 int this_width, int this_height) {
55 return 2 * this_width >= ref_width &&
57 this_width <= 16 * ref_width &&
  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 105 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_width ? (FX_FLOAT)this_width : (FX_FLOAT)last_width
    [all...]
fpdf_text_int.cpp 1391 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) * pTextObj->GetFontSize() \/ 1000; local
1729 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); local
2011 FX_FLOAT this_width = nThisWidth * pObj->GetFontSize() \/ 1000; local
    [all...]
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 1177 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pObj->GetFont()) * pObj->GetFontSize() \/ 1000; local
1217 FX_FLOAT this_width = pObj->GetFont()->GetCharWidthF(item.m_CharCode) * pObj->GetFontSize() \/ 1000; local
    [all...]

Completed in 80 milliseconds