Searched refs:maxV (Results 1 – 5 of 5) sorted by relevance
/external/fonttools/Lib/fontTools/varLib/ |
D | models.py | 277 maxV = {} 281 maxV[k] = max(v, maxV.get(k, v)) 286 box[axis] = (0, locV, maxV[axis])
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpage.cpp | 507 int32_t maxV = std::min(static_cast<int32_t>(pPageObj->m_Top), nPageHeight); in FindTextlineFlowOrientation() local 508 if (minH >= maxH || minV >= maxV) in FindTextlineFlowOrientation() 513 for (int32_t i = minV; i < maxV; ++i) in FindTextlineFlowOrientation() 519 nEndV = std::max(nEndV, maxV); in FindTextlineFlowOrientation()
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 238 const float maxV = de::max(v0, v1); in isLinearCompareValid() local 240 const float maxR = maxV+totalErr; in isLinearCompareValid() 349 const float maxV = de::max(v0, de::max(v1, de::max(v2, v3))); in isBilinearPCFCompareValid() local 351 const float maxR = maxV+totalErr; in isBilinearPCFCompareValid()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_span.c | 447 GLfloat maxU, maxV, rho, lambda; 453 maxV = MAX2(dtdx2, dtdy2) * texH; 454 rho = MAX2(maxU, maxV);
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleTests.cpp | 1747 const IVec4 maxV ((UVec4(1u) << (bits - UVec4(1u))).cast<deInt32>()); in init() local 1748 const IVec4 clampMax (maxV - 1); in init() 1749 const IVec4 clampMin (-maxV); in init()
|