HomeSort by relevance Sort by last modified time
    Searched full:maxbounds (Results 1 - 11 of 11) sorted by null

  /external/python/cpython2/Mac/Demo/quicktime/
VerySimplePlayer.py 18 # XXXX maxbounds = (40, 40, 1000, 1000)
54 # XXXX MCDoAction(theController, mcActionSetGrowBoxBounds, &maxBounds)
  /external/freetype/src/pcf/
pcf.h 120 PCF_MetricRec maxbounds; member in struct:PCF_AccelRec_
pcfread.c     [all...]
pcfdrivr.c 441 size->metrics.max_advance = accel->maxbounds.characterWidth * 64;
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.hpp 198 std::vector<tcu::Vec4>& maxBounds,
vktYCbCrConversionTests.cpp 604 vector<Vec4> maxBounds;
643 calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, sts, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, config.colorModel, config.colorRange, config.chromaFilter, config.xChromaOffset, config.yChromaOffset, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, minBounds, maxBounds, uvBounds, ijBounds);
712 maxImage.getAccess().setPixel(maxBounds[ndx], x, y);
758 (tcu::boolAny(tcu::lessThan(results[ndx], minBounds[ndx])) || tcu::boolAny(tcu::greaterThan(results[ndx], maxBounds[ndx])));
762 fail = tcu::boolAny(tcu::lessThan(results[ndx], minBounds[ndx])) || tcu::boolAny(tcu::greaterThan(results[ndx], maxBounds[ndx]));
769 log << TestLog::Message << " Max : " << maxBounds[ndx] << TestLog::EndMessage;
770 log << TestLog::Message << " Threshold: " << (maxBounds[ndx] - minBounds[ndx]) << TestLog::EndMessage;
    [all...]
vktYCbCrUtil.cpp     [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 518 int maxBounds = -1;
527 maxBounds = i;
530 if (minBounds < 0 || maxBounds < 0)
532 if (minBounds == maxBounds)
535 // rectPts[minBounds] and rectPts[maxBounds] and perpendicular to the
539 clip->lineTo(IntersectSides(rectPts[maxBounds], slope, endEdgePt));
540 clip->lineTo(IntersectSides(rectPts[maxBounds], slope, startEdgePt));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h 633 xCharInfo maxBounds;
682 xCharInfo maxBounds;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 430 xCharInfo maxBounds;
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemYCbCrConversionTests.cpp 459 void logBoundImages (tcu::TestLog& log, const tcu::UVec2 size, const std::vector<tcu::Vec4>& minBounds, const std::vector<tcu::Vec4>& maxBounds)
469 maxImage.getAccess().setPixel(maxBounds[ndx], x, y);
    [all...]

Completed in 1633 milliseconds