Searched defs:minH (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/fxjs/xfa/
H A Dcjx_draw.cpp83 void CJX_Draw::minH(CFXJSE_Value* pValue, function in class:CJX_Draw
H A Dcjx_exclgroup.cpp226 void CJX_ExclGroup::minH(CFXJSE_Value* pValue, function in class:CJX_ExclGroup
H A Dcjx_subform.cpp153 void CJX_Subform::minH(CFXJSE_Value* pValue, function in class:CJX_Subform
H A Dcjx_field.cpp455 void CJX_Field::minH(CFXJSE_Value* pValue, function in class:CJX_Field
/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp190 const int minH = deCeilFloatToInt32(minSize * (float)targetH); local
195 const int height = rnd.getInt(minH, maxH);
/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp503 int32_t minH = std::max(static_cast<int32_t>(pPageObj->m_Left), 0); local
508 if (minH >= maxH || minV >= maxV)
511 for (int32_t i = minH; i < maxH; ++i)
516 nStartH = std::min(nStartH, minH);

Completed in 1476 milliseconds