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

  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 97 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_width || (x - last_pos - this_width) > last_width )
220 int last_width = 0; local
    [all...]
fpdf_text_int.cpp 1715 int last_width = 0; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 78 int last_width; member in struct:VP9Common
293 const int use_prev_in_find_mv_refs = cm->width == cm->last_width &&
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 81 int last_width; member in struct:VP9Common
285 const int use_prev_in_find_mv_refs = cm->width == cm->last_width &&
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 1174 FX_FLOAT last_width = GetCharWidth(item.m_CharCode, m_pPreObj->GetFont()) * m_pPreObj->GetFontSize() \/ 1000; local
1214 FX_FLOAT last_width = pPreObj->GetFont()->GetCharWidthF(item.m_CharCode) * pPreObj->GetFontSize() \/ 1000; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 264 cm->last_width = cm->width;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 387 cm->last_width = cm->width;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]
vp9_encodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]

Completed in 405 milliseconds