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

  /external/fonttools/Lib/fontTools/varLib/
models.py 277 maxV = {}
281 maxV[k] = max(v, maxV.get(k, v))
286 box[axis] = (0, locV, maxV[axis])
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 507 int32_t maxV = std::min(static_cast<int32_t>(pPageObj->m_Top), nPageHeight);
508 if (minH >= maxH || minV >= maxV)
513 for (int32_t i = minV; i < maxV; ++i)
519 nEndV = std::max(nEndV, maxV);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 447 GLfloat maxU, maxV, rho, lambda;
453 maxV = MAX2(dtdx2, dtdy2) * texH;
454 rho = MAX2(maxU, maxV);
    [all...]
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 238 const float maxV = de::max(v0, v1);
240 const float maxR = maxV+totalErr;
349 const float maxV = de::max(v0, de::max(v1, de::max(v2, v3)));
351 const float maxR = maxV+totalErr;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleTests.cpp     [all...]

Completed in 249 milliseconds