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

  /external/libvpx/libvpx/vp9/common/
vp9_scale.h 62 int this_width, int this_height) {
63 return 2 * this_width >= ref_width && 2 * this_height >= ref_height &&
64 this_width <= 16 * ref_width && this_height <= 16 * ref_height;
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 774 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) * local
776 this_width = FXSYS_fabs(this_width);
779 this_width = FXSYS_fabs(this_width);
781 this_width = this_matrix.TransformDistance(this_width);
784 prev_width > this_width ? prev_width / 4 : this_width / 4;
1088 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); local
1311 FX_FLOAT this_width = nThisWidth * pObj->GetFontSize() \/ 1000; local
    [all...]

Completed in 3037 milliseconds