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

  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 104 FX_FLOAT last_width = nLastWidth * pPrevObj->GetFontSize() / 1000; local
105 last_width = FXSYS_fabs(last_width);
115 last_width > this_width ? last_width / 4 : this_width / 4;
131 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' &&
134 if ((x - last_pos - last_width) > threshold ||
135 (last_pos - x - last_width) > threshold) {
138 if (x < 0 && (last_pos - x - last_width) > threshold) {
141 if ((x - last_pos - last_width) > this_width |
234 int last_width = 0; local
    [all...]
fpdf_text_int.cpp 1624 int last_width = 0; local
    [all...]
  /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/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 120 int last_width; member in struct:VP9Common

Completed in 46 milliseconds