HomeSort by relevance Sort by last modified time
    Searched full:destsize (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/third_party/icu/source/common/
ubidiwrt.c 63 UChar *dest, int32_t destSize,
71 if(destSize<length) {
85 if(destSize<srcLength) {
98 int32_t remaining=destSize;
113 return destSize-remaining;
118 return destSize-remaining;
122 int32_t remaining=destSize;
143 return destSize-remaining;
156 UChar *dest, int32_t destSize,
189 if(destSize<srcLength)
    [all...]
ushape.cpp 604 *Function : This function calculates the destSize to be used in preflighting
605 * when the destSize is equal to 0
606 * It is used also to calculate the new destsize in case the
612 int32_t destSize,uint32_t options) {
618 destSize = sourceLength;
634 destSize--;
640 destSize--;
650 destSize++;
655 return destSize;
669 int32_t /*destSize*/, uint32_t /*options*/
    [all...]
  /external/icu/icu4c/source/common/
ubidiwrt.c 63 UChar *dest, int32_t destSize,
71 if(destSize<length) {
85 if(destSize<srcLength) {
98 int32_t remaining=destSize;
113 return destSize-remaining;
118 return destSize-remaining;
122 int32_t remaining=destSize;
143 return destSize-remaining;
156 UChar *dest, int32_t destSize,
189 if(destSize<srcLength)
    [all...]
ushape.cpp 628 *Function : This function calculates the destSize to be used in preflighting
629 * when the destSize is equal to 0
630 * It is used also to calculate the new destsize in case the
636 int32_t destSize,uint32_t options) {
642 destSize = sourceLength;
658 destSize--;
664 destSize--;
674 destSize++;
679 return destSize;
693 int32_t /*destSize*/, uint32_t /*options*/
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
PixelTransfer11.cpp 116 void PixelTransfer11::setBufferToTextureCopyParams(const gl::Box &destArea, const gl::Extents &destSize, GLenum internalFormat,
121 float texelCenterX = 0.5f / static_cast<float>(destSize.width - 1);
122 float texelCenterY = 0.5f / static_cast<float>(destSize.height - 1);
132 parametersOut->PositionOffset[0] = texelCenterX + (destArea.x / float(destSize.width)) * 2.0f - 1.0f;
133 parametersOut->PositionOffset[1] = texelCenterY + ((destSize.height - destArea.y - 1) / float(destSize.height)) * 2.0f - 1.0f;
134 parametersOut->PositionScale[0] = 2.0f / static_cast<float>(destSize.width);
135 parametersOut->PositionScale[1] = -2.0f / static_cast<float>(destSize.height);
141 gl::Extents destSize = destRenderTarget->getExtents();
143 if (destArea.x < 0 || destArea.x + destArea.width > destSize.width |
    [all...]
Blit11.h 37 ID3D11RenderTargetView *dest, const gl::Box &destArea, const gl::Extents &destSize,
41 ID3D11Resource *dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize,
45 ID3D11DepthStencilView *dest, const gl::Box &destArea, const gl::Extents &destSize,
49 ID3D11Resource *dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize,
63 ID3D11Resource *dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize,
69 const gl::Box &destArea, const gl::Extents &destSize,
Blit11.cpp 110 const gl::Box &destArea, const gl::Extents &destSize,
114 *x1 = (destArea.x / float(destSize.width)) * 2.0f - 1.0f;
115 *y1 = ((destSize.height - destArea.y - destArea.height) / float(destSize.height)) * 2.0f - 1.0f;
116 *x2 = ((destArea.x + destArea.width) / float(destSize.width)) * 2.0f - 1.0f;
117 *y2 = ((destSize.height - destArea.y) / float(destSize.height)) * 2.0f - 1.0f;
126 const gl::Box &destArea, const gl::Extents &destSize,
131 GenerateVertexCoords(sourceArea, sourceSize, destArea, destSize, &x1, &y1, &x2, &y2, &u1, &v1, &u2, &v2);
146 const gl::Box &destArea, const gl::Extents &destSize,
    [all...]
PixelTransfer11.h 65 static void setBufferToTextureCopyParams(const gl::Box &destArea, const gl::Extents &destSize, GLenum internalFormat,
  /external/lzma/C/
Lzma2Enc.c 310 static SRes MtCallbackImp_Code(void *pp, unsigned index, Byte *dest, size_t *destSize,
319 size_t destLim = *destSize;
320 *destSize = 0;
331 size_t packSize = destLim - *destSize;
332 res = Lzma2EncInt_EncodeSubblock(p, dest + *destSize, &packSize, NULL);
335 *destSize += packSize;
343 if (MtProgress_Set(&mainEncoder->mtCoder.mtProgress, index, p->srcPos, *destSize) != SZ_OK)
355 if (*destSize == destLim)
357 dest[(*destSize)++] = 0;
MtCoder.h 69 SRes (*Code)(void *p, unsigned index, Byte *dest, size_t *destSize,
MtCoder.c 204 size_t destSize = p->outBufSize;
212 p->outBuf, &destSize, p->inBuf, size, *stop));
220 if (p->mtCoder->outStream->Write(p->mtCoder->outStream, p->outBuf, destSize) != destSize)
  /external/chromium_org/third_party/angle/src/compiler/translator/
VariablePacker.h 33 bool searchColumn(int column, int numRows, int* destRow, int* destSize);
VariablePacker.cpp 100 bool VariablePacker::searchColumn(int column, int numRows, int* destRow, int* destSize)
145 if (destSize) {
146 *destSize = smallestGoodSize;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
yvals.h 83 #define _CRT_SECURE_MEMCPY(dest,destsize,source,count) ::memcpy((dest),(source),(count))
84 #define _CRT_SECURE_MEMMOVE(dest,destsize,source,count) ::memmove((dest),(source),(count))
85 #define _CRT_SECURE_WMEMCPY(dest,destsize,source,count) ::wmemcpy((dest),(source),(count))
86 #define _CRT_SECURE_WMEMMOVE(dest,destsize,source,count) ::wmemmove((dest),(source),(count))
comip.h 225 int destSize = MultiByteToWideChar(CP_ACP,0,clsidStringA,size,NULL,0);
226 if(destSize==0) return HRESULT_FROM_WIN32(GetLastError());
228 clsidStringW = static_cast<LPWSTR>(_malloca(destSize*sizeof(WCHAR)));
230 if(MultiByteToWideChar(CP_ACP,0,clsidStringA,size,clsidStringW,destSize)==0) {
261 int destSize = MultiByteToWideChar(CP_ACP,0,clsidStringA,size,NULL,0);
264 clsidStringW = static_cast<LPWSTR>(_alloca(destSize*sizeof(WCHAR)));
269 if(MultiByteToWideChar(CP_ACP,0,clsidStringA,size,clsidStringW,destSize)==0) return HRESULT_FROM_WIN32(GetLastError());
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
arch.h 152 unsigned char *buf, size_t destsize,
159 unsigned char *buf, size_t destsize, size_t valsize,
342 * \param destsize destination size (in bytes)
349 unsigned char *buf, size_t destsize,
359 * \param destsize destination size (in bytes)
369 unsigned char *buf, size_t destsize,
468 #define yasm_arch_floatnum_tobytes(arch, flt, buf, destsize, valsize, shift, \
471 (arch, flt, buf, destsize, valsize, shift, warn)
472 #define yasm_arch_intnum_tobytes(arch, intn, buf, destsize, valsize, shift, \
475 (arch, intn, buf, destsize, valsize, shift, bc, warn
    [all...]
floatnum.h 100 * \param destsize destination size (in bytes)
110 size_t destsize, size_t valsize, size_t shift,
coretype.h 262 * \param destsize destination size (in bytes)
274 (yasm_value *value, /*@out@*/ unsigned char *buf, unsigned int destsize,
284 * \param destsize destination size (in bytes)
296 unsigned int destsize, unsigned int valsize, int warn, void *d);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 82 unsigned int destsize, unsigned long offset,
92 switch (yasm_value_output_basic(value, buf, destsize, bc, warn,
106 reloc->size = destsize;
123 return yasm_arch_intnum_tobytes(info->arch, intn, buf, destsize,
133 retval = yasm_arch_intnum_tobytes(info->arch, intn, buf, destsize,
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscaper.java 125 int destSize = dest.length;
145 if (destSize < sizeNeeded) {
146 destSize = sizeNeeded + (slen - index) + DEST_PAD;
147 dest = growBuffer(dest, destIndex, destSize);
168 if (destSize < sizeNeeded) {
  /external/chromium_org/chrome/browser/resources/chromeos/
user_images_grid.js 500 * @param {{width: number, height: number}} destSize Capture size.
503 captureFrame_: function(video, ctx, destSize) {
506 if (width < destSize.width || height < destSize.height) {
511 if (width / destSize.width > height / destSize.height) {
514 src.width = height * destSize.width / destSize.height;
518 src.height = width * destSize.height / destSize.width
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3barch.h 62 size_t destsize, size_t valsize, int shift, const yasm_bytecode *bc,
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 501 unsigned DestSize = DestTy->getScalarType()->getPrimitiveSizeInBits();
504 if ((Ran->Rand() & 1) && VSize == DestSize) {
512 if (VSize > DestSize) {
516 assert(VSize < DestSize && "Different int types with the same size?");
546 if (VSize > DestSize) {
549 } else if (VSize < DestSize) {
553 // If VSize == DestSize, then the two types must be fp128 and ppc_fp128,
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c 733 int32_t destSize = srcSize*2;
746 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING,&ec);
749 }else if(destSize!=srcSize){
750 log_err("Pre-flighting did not give expected size: Expected: %d. Got: %d \n",srcSize,destSize);
754 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING,&ec);
755 u16ToPseudo(destSize,dest,chars);
756 if(destSize!=srcSize){
757 log_err("ubidi_writeReordered() destSize and srcSize do not match\n");
768 int32_t destSize = srcSize*2
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 735 int32_t destSize = srcSize*2;
748 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING,&ec);
751 }else if(destSize!=srcSize){
752 log_err("Pre-flighting did not give expected size: Expected: %d. Got: %d \n",srcSize,destSize);
756 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING,&ec);
757 u16ToPseudo(destSize,dest,chars);
758 if(destSize!=srcSize){
759 log_err("ubidi_writeReordered() destSize and srcSize do not match\n");
770 int32_t destSize = srcSize*2
    [all...]

Completed in 3163 milliseconds

1 2 3