Searched refs:uvBounds (Results 1 – 10 of 10) sorted by relevance
/external/skia/samplecode/ |
D | SampleTextEffects.cpp | 35 void begin(const SkIRect& uvBounds, SkPath* dst) const override { in begin() argument 39 this->INHERITED::begin(uvBounds, dst); in begin()
|
/external/skqp/samplecode/ |
D | SampleTextEffects.cpp | 35 void begin(const SkIRect& uvBounds, SkPath* dst) const override { in begin() argument 39 this->INHERITED::begin(uvBounds, dst); in begin()
|
/external/skia/include/effects/ |
D | Sk2DPathEffect.h | 24 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const;
|
/external/skqp/include/effects/ |
D | Sk2DPathEffect.h | 24 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const;
|
/external/skqp/src/effects/ |
D | Sk2DPathEffect.cpp | 66 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) const {} in begin() argument
|
/external/skia/src/effects/ |
D | Sk2DPathEffect.cpp | 66 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) const {} in begin() argument
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 645 vector<Vec4> uvBounds; in textureConversionTest() local 685 …econstruction, config.addressModeU, config.addressModeV, minBounds, maxBounds, uvBounds, ijBounds); in textureConversionTest() 690 …onfig.addressModeU, config.addressModeV, minMidpointBounds, maxMidpointBounds, uvBounds, ijBounds); in textureConversionTest() 813 log << TestLog::Message << " UMin : " << uvBounds[ndx][0] << TestLog::EndMessage; in textureConversionTest() 814 log << TestLog::Message << " UMax : " << uvBounds[ndx][1] << TestLog::EndMessage; in textureConversionTest() 815 log << TestLog::Message << " VMin : " << uvBounds[ndx][2] << TestLog::EndMessage; in textureConversionTest() 816 log << TestLog::Message << " VMax : " << uvBounds[ndx][3] << TestLog::EndMessage; in textureConversionTest()
|
D | vktYCbCrUtil.hpp | 203 std::vector<tcu::Vec4>& uvBounds,
|
D | vktYCbCrUtil.cpp | 1797 std::vector<Vec4>& uvBounds, in calculateBounds() argument 1816 uvBounds.resize(sts.size(), Vec4(TCU_INFINITY, -TCU_INFINITY, TCU_INFINITY, -TCU_INFINITY)); in calculateBounds() 1837 uvBounds[ndx][0] = (float)u.lo(); in calculateBounds() 1838 uvBounds[ndx][1] = (float)u.hi(); in calculateBounds() 1840 uvBounds[ndx][2] = (float)v.lo(); in calculateBounds() 1841 uvBounds[ndx][3] = (float)v.hi(); in calculateBounds()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemYCbCrConversionTests.cpp | 1051 std::vector<tcu::Vec4> uvBounds; in generateYCbCrImage() local 1053 …ion, config.addressModeU, config.addressModeV, ycbcrMinBounds, ycbcrMaxBounds, uvBounds, ijBounds); in generateYCbCrImage() 1061 …dressModeU, config.addressModeV, relaxedYcbcrMinBounds, relaxedYcbcrMaxBounds, uvBounds, ijBounds); in generateYCbCrImage()
|