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

  /build/make/tools/libhost/
CopyFile.c 495 int srcLen, dstLen, nameLen;
509 dstLen = strlen(dst);
516 dstFile = malloc(dstLen +1 + nameLen +1);
517 memcpy(dstFile, dst, dstLen);
518 dstFile[dstLen] = FSSEP;
519 memcpy(dstFile + dstLen+1, ent->d_name, nameLen +1);
  /external/icu/icu4c/source/test/perf/convperf/
convperf.h 159 UINT dstLen;
166 dstLen = UPRV_LENGTHOF(dest);
197 int winSize =MultiByteToWideChar(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen);
211 UINT dstLen;
220 dstLen = UPRV_LENGTHOF(dest);
252 int winSize = WideCharToMultiByte(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen,NULL, pUsedDefaultChar);
280 UINT dstLen;
315 dstLen = UPRV_LENGTHOF(dst);
320 HRESULT err= pConvToUni->DoConversionToUnicode(src,&srcLen,dst, &dstLen);
336 UINT dstLen;
    [all...]
  /external/skia/src/core/
SkLatticeIter.cpp 82 float dstLen = dstEnd - dstStart;
84 if (srcFixed <= dstLen) {
87 scale = (dstLen - ((float) srcFixed)) / ((float) srcScalable);
90 scale = dstLen / ((float) srcFixed);
99 if (srcFixed <= dstLen) {
  /external/skqp/src/core/
SkLatticeIter.cpp 83 float dstLen = dstEnd - dstStart;
85 if (srcFixed <= dstLen) {
88 scale = (dstLen - ((float) srcFixed)) / ((float) srcScalable);
91 scale = dstLen / ((float) srcFixed);
100 if (srcFixed <= dstLen) {
  /external/dng_sdk/source/
dng_read_image.cpp     [all...]

Completed in 151 milliseconds