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

  /external/pdfium/fxjs/xfa/
cjx_draw.h 27 JS_PROP(minH);
cjx_subform.h 36 JS_PROP(minH);
cjx_exclgroup.h 41 JS_PROP(minH);
cjx_field.h 52 JS_PROP(minH);
cjx_draw.cpp 83 void CJX_Draw::minH(CFXJSE_Value* pValue,
cjx_subform.cpp 153 void CJX_Subform::minH(CFXJSE_Value* pValue,
cjx_exclgroup.cpp 226 void CJX_ExclGroup::minH(CFXJSE_Value* pValue,
cjx_field.cpp 455 void CJX_Field::minH(CFXJSE_Value* pValue,
  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 231 int minH = deCeilFloatToInt32(minSize * (float)targetHeight);
236 int height = rnd.getInt(minH, maxH);
glsFragOpInteractionCase.cpp 190 const int minH = deCeilFloatToInt32(minSize * (float)targetH);
195 const int height = rnd.getInt(minH, maxH);
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 503 int32_t minH = std::max(static_cast<int32_t>(pPageObj->m_Left), 0);
508 if (minH >= maxH || minV >= maxV)
511 for (int32_t i = minH; i < maxH; ++i)
516 nStartH = std::min(nStartH, minH);
    [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_element_script.cpp     [all...]

Completed in 1103 milliseconds