/external/chromium_org/third_party/skia/src/effects/ |
SkStippleMaskFilter.cpp | 26 size_t dstSize = dst->computeImageSize(); 27 if (0 == dstSize) { 31 dst->fImage = SkMask::AllocImage(dstSize);
|
SkBlurMask.cpp | 536 size_t dstSize = dst->computeImageSize(); 537 if (0 == dstSize) { 544 uint8_t* dp = SkMask::AllocImage(dstSize); 548 SkAutoTMalloc<uint8_t> tmpBuffer(dstSize); 777 size_t dstSize = dst->computeImageSize(); 778 if (0 == dstSize) { 782 uint8_t* dp = SkMask::AllocImage(dstSize); 897 size_t dstSize = dst->computeImageSize(); 898 if (0 == dstSize) { 907 uint8_t* dstPixels = SkMask::AllocImage(dstSize); [all...] |
/external/skia/src/effects/ |
SkStippleMaskFilter.cpp | 26 size_t dstSize = dst->computeImageSize(); 27 if (0 == dstSize) { 31 dst->fImage = SkMask::AllocImage(dstSize);
|
SkBlurMask.cpp | 536 size_t dstSize = dst->computeImageSize(); 537 if (0 == dstSize) { 544 uint8_t* dp = SkMask::AllocImage(dstSize); 548 SkAutoTMalloc<uint8_t> tmpBuffer(dstSize); 777 size_t dstSize = dst->computeImageSize(); 778 if (0 == dstSize) { 782 uint8_t* dp = SkMask::AllocImage(dstSize); 897 size_t dstSize = dst->computeImageSize(); 898 if (0 == dstSize) { 907 uint8_t* dstPixels = SkMask::AllocImage(dstSize); [all...] |
/external/chromium_org/third_party/skia/tests/ |
PackBitsTest.cpp | 36 size_t dstSize = SkPackBits::Pack16(gTests[i].fSrc, 39 int srcCount = SkPackBits::Unpack16(dst, dstSize, src); 51 size_t dstSize = SkPackBits::Pack16(src, size, dst); 53 REPORTER_ASSERT(reporter, maxSize >= dstSize); 55 size_t srcCount = SkPackBits::Unpack16(dst, dstSize, src2); 88 size_t dstSize = SkPackBits::Pack8(gTests[i].fSrc, 90 REPORTER_ASSERT(reporter, dstSize <= maxSize); 92 int srcCount = SkPackBits::Unpack8(dst, dstSize, src); 105 size_t dstSize = SkPackBits::Pack8(src, size, dst); 107 REPORTER_ASSERT(reporter, maxSize >= dstSize); [all...] |
/external/skia/tests/ |
PackBitsTest.cpp | 36 size_t dstSize = SkPackBits::Pack16(gTests[i].fSrc, 39 int srcCount = SkPackBits::Unpack16(dst, dstSize, src); 51 size_t dstSize = SkPackBits::Pack16(src, size, dst); 53 REPORTER_ASSERT(reporter, maxSize >= dstSize); 55 size_t srcCount = SkPackBits::Unpack16(dst, dstSize, src2); 88 size_t dstSize = SkPackBits::Pack8(gTests[i].fSrc, 90 REPORTER_ASSERT(reporter, dstSize <= maxSize); 92 int srcCount = SkPackBits::Unpack8(dst, dstSize, src); 105 size_t dstSize = SkPackBits::Pack8(src, size, dst); 107 REPORTER_ASSERT(reporter, maxSize >= dstSize); [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapProcState_procs.h | 91 #define DSTSIZE 32 103 #define DSTSIZE 32 122 #define DSTSIZE 32 138 #define DSTSIZE 32 153 #define DSTSIZE 32 167 #define DSTSIZE 32 184 #define DSTSIZE 32 200 #define DSTSIZE 32 219 #define DSTSIZE 32 244 #define DSTSIZE 1 [all...] |
SkBitmapProcState_sample.h | 10 #if DSTSIZE==32 12 #elif DSTSIZE==16 15 #error "need DSTSIZE to be 32 or 16" 18 #if (DSTSIZE == 32) 20 #elif (DSTSIZE == 16) 23 #error "unsupported DSTSIZE" 228 #undef DSTSIZE
|
/external/skia/src/core/ |
SkBitmapProcState_procs.h | 91 #define DSTSIZE 32 103 #define DSTSIZE 32 122 #define DSTSIZE 32 138 #define DSTSIZE 32 153 #define DSTSIZE 32 167 #define DSTSIZE 32 184 #define DSTSIZE 32 200 #define DSTSIZE 32 219 #define DSTSIZE 32 244 #define DSTSIZE 1 [all...] |
SkBitmapProcState_sample.h | 10 #if DSTSIZE==32 12 #elif DSTSIZE==16 15 #error "need DSTSIZE to be 32 or 16" 18 #if (DSTSIZE == 32) 20 #elif (DSTSIZE == 16) 23 #error "unsupported DSTSIZE" 228 #undef DSTSIZE
|
/frameworks/base/media/jni/ |
android_media_MediaMuxer.cpp | 86 jlong dstSize; 103 dstSize = env->GetArrayLength(byteArray); 105 dstSize = env->GetDirectBufferCapacity(byteBuf); 108 if (dstSize < (offset + size)) { 109 ALOGE("writeSampleData saw wrong dstSize %lld, size %d, offset %d", 110 dstSize, size, offset);
|
/external/chromium_org/third_party/icu/source/common/ |
unistr_cnv.cpp | 132 uint32_t dstSize) const { 133 return extract(start, length, target, dstSize, 0); 143 uint32_t dstSize, 147 if(/*dstSize < 0 || */(dstSize > 0 && target == 0)) { 154 // We need to cast dstSize to int32_t for all subsequent code. 156 // Also, dstSize==0xffffffff means "unlimited" but if we use target+dstSize 160 if(dstSize < 0x7fffffff) { 162 capacity = (int32_t)dstSize; [all...] |
/external/icu/icu4c/source/common/ |
unistr_cnv.cpp | 132 uint32_t dstSize) const { 133 return extract(start, length, target, dstSize, 0); 143 uint32_t dstSize, 147 if(/*dstSize < 0 || */(dstSize > 0 && target == 0)) { 154 // We need to cast dstSize to int32_t for all subsequent code. 156 // Also, dstSize==0xffffffff means "unlimited" but if we use target+dstSize 160 if(dstSize < 0x7fffffff) { 162 capacity = (int32_t)dstSize; [all...] |
/frameworks/av/media/libstagefright/include/ |
SoftVideoEncoderOMXComponent.h | 49 uint8_t *dst, size_t dstSize, const uint8_t *src, size_t srcSize,
|
/external/qemu/android/ |
opengles.c | 203 static void extractBaseString(char* dst, const char* src, size_t dstSize) 209 strncpy_safe(dst, src, dstSize); 219 if (end - begin + 1 > dstSize) { 220 end = begin + dstSize - 1;
|
/external/deqp/modules/gles3/functional/ |
es3fBufferCopyTests.cpp | 57 int dstSize, 68 , m_dstSize (dstSize) 286 int dstSize; 292 // srcSize dstSize srcOffs dstOffs copySize 311 dstTarget, cases[ndx].dstSize, hint,
|
es3fVertexTextureTests.cpp | 499 float calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const; 640 float Vertex2DTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const 644 const Vec2 sizeRatio = texScale*srcSize / dstSize; 805 float calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const; [all...] |
es3fFramebufferBlitTests.cpp | 58 BlitRectCase (Context& context, const char* name, const char* desc, deUint32 filter, const IVec2& srcSize, const IVec4& srcRect, const IVec2& dstSize, const IVec4& dstRect, int cellSize = 8) 63 , m_dstSize (dstSize) 167 BlitNearestFilterConsistencyCase (Context& context, const char* name, const char* desc, const IVec2& srcSize, const IVec4& srcRect, const IVec2& dstSize, const IVec4& dstRect); 172 BlitNearestFilterConsistencyCase::BlitNearestFilterConsistencyCase (Context& context, const char* name, const char* desc, const IVec2& srcSize, const IVec4& srcRect, const IVec2& dstSize, const IVec4& dstRect) 173 : BlitRectCase(context, name, desc, GL_NEAREST, srcSize, srcRect, dstSize, dstRect, 1) 459 BlitDepthStencilCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 srcBuffers, const IVec2& srcSize, const IVec4& srcRect, deUint32 dstBuffers, const IVec2& dstSize, const IVec4& dstRect, deUint32 copyBuffers) 466 , m_dstSize (dstSize) [all...] |
/external/deqp/modules/glshared/ |
glsLongStressCase.hpp | 114 template <typename T, int SrcSize, int DstSize> 115 static inline void vecToArr (const tcu::Vector<T, SrcSize>& src, T (&dst)[DstSize]) 117 DE_STATIC_ASSERT(DstSize >= SrcSize); 122 template <int ValRows, int ValCols, int DstSize> 123 static inline void matToArr (const tcu::Matrix<float, ValRows, ValCols>& src, float (&dst)[DstSize]) 125 DE_STATIC_ASSERT(DstSize >= ValRows*ValCols);
|
glsTextureTestUtil.cpp | 239 static float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, deInt32 srcSize, const tcu::Vec3& sq) 243 float dx = (float)dstSize.x(); 244 float dy = (float)dstSize.y(); 277 static float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec2& srcSize, const tcu::Vec3& sq, const tcu::Vec3& tq) 283 float dx = (float)dstSize.x(); 284 float dy = (float)dstSize.y(); 318 static float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec3& srcSize, const tcu::Vec3& sq, const tcu::Vec3& tq, const tcu::Vec3& rq) 326 float dx = (float)dstSize.x(); 327 float dy = (float)dstSize.y(); 437 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
3dfx_regs.h | 55 #define DSTSIZE (0x00100000 + 0x68)
|
SDL_fb3dfx.c | 82 tdfx_out32(DSTSIZE, rect->w | (rect->h << 16)); 156 tdfx_out32(DSTSIZE, dstrect->w | (dstrect->h << 16));
|
/bionic/libc/dns/nameser/ |
ns_samedomain.c | 170 ns_makecanon(const char *src, char *dst, size_t dstsize) { 173 if (n + sizeof "." > dstsize) { /* Note: sizeof == 2 */
|
/external/opencv/cv/src/ |
cvutils.cpp | 484 CvSize srcsize, dstsize; local 506 dstsize = cvGetMatSize(dst); 517 dst->data.ptr, dststep, dstsize, 523 dst->data.ptr, dststep, dstsize, 531 dst->data.ptr, dststep, dstsize,
|
/frameworks/av/media/libstagefright/omx/ |
SoftVideoEncoderOMXComponent.cpp | 173 uint8_t *dst, size_t dstSize, 233 if (dstSize < neededSize) { 234 ALOGE("destination buffer is too small (%zu vs %zu)", dstSize, neededSize);
|