HomeSort by relevance Sort by last modified time
    Searched refs:last_width (Results 1 - 14 of 14) 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 ) {
224 int last_width = 0; local
    [all...]
fpdf_text_int.cpp 1725 int last_width = 0; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_onyxc_int.h 78 int last_width; member in struct:VP9Common
298 const int use_prev_in_find_mv_refs = cm->width == cm->last_width &&
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 81 int last_width; member in struct:VP9Common
289 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 1183 FX_FLOAT last_width = GetCharWidth(item.m_CharCode, m_pPreObj->GetFont()) * m_pPreObj->GetFontSize() \/ 1000; local
1223 FX_FLOAT last_width = pPreObj->GetFont()->GetCharWidthF(item.m_CharCode) * pPreObj->GetFontSize() \/ 1000; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decoder.c 270 cm->last_width = cm->width;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 387 cm->last_width = cm->width;
  /external/qemu/ui/
console.c 551 int w1, x, y, last_width; local
553 last_width = s->width;
557 w1 = last_width;
565 c1 = &s->cells[y * last_width];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 387 cm->last_width = cm->width;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c     [all...]
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]

Completed in 3324 milliseconds