HomeSort by relevance Sort by last modified time
    Searched refs:fLength (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/icu/icu4c/source/tools/genrb/
ustr.c 37 s->fLength = s->fCapacity = 0;
46 s->fLength = s->fCapacity = 0;
77 s->fLength = s->fCapacity = 0;
89 if(dst->fCapacity < src->fLength) {
90 ustr_resize(dst, ALLOCATION(src->fLength), status);
97 u_memcpy(dst->fChars, src->fChars, src->fLength);
98 dst->fLength = src->fLength;
99 dst->fChars[dst->fLength] = 0x0000;
116 s->fLength = len
    [all...]
ustr.h 56 int32_t fLength;
  /external/skia/src/pdf/
SkJpegInfo.cpp 18 , fLength(0) {}
24 fLength = 0;
28 if (!this->readBigendianUint16(&fLength) || fLength < 2) {
31 fLength -= 2; // Length includes itself for some reason.
32 if (fOffset + fLength > fSize) {
36 fOffset += fLength;
45 uint16_t length() { return fLength; }
60 uint16_t fLength;
  /external/skia/src/core/
SkDescriptor.h 32 fLength = sizeof(SkDescriptor);
36 uint32_t getLength() const { return fLength; }
43 Entry* entry = (Entry*)((char*)this + fLength);
51 fLength = SkToU32(fLength + sizeof(Entry) + length);
82 std::unique_ptr<SkDescriptor> desc = SkDescriptor::Alloc(fLength);
83 memcpy(desc.get(), this, fLength);
89 // SkASSERT(a.fChecksum != b.fChecksum || memcmp(&a, &b, a.fLength) == 0);
97 const uint32_t* stop = (const uint32_t*)((const char*)aa + fLength);
119 uint32_t fLength; // must be secon
    [all...]
SkString.cpp 233 rec->fLength = SkToU32(len);
253 SkASSERT(0 == gEmptyRec.fLength);
258 SkASSERT(fRec->fLength > 0);
260 SkASSERT(0 == fRec->data()[fRec->fLength]);
300 if (fRec->fLength) {
319 return fRec->fLength == len && !memcmp(fRec->data(), text, len);
353 if (fRec->fLength) {
366 if (fRec->fLength) {
368 Rec* rec = AllocRec(fRec->data(), fRec->fLength);
390 } else if (1 == fRec->fRefCnt && len <= fRec->fLength) {
    [all...]
SkLinearBitmapPipeline_core.h 61 , fLength(length)
67 return std::tie(fStart, fLength, fCount);
73 SkScalar length() const { return fLength; }
136 fLength -= lengthToStart;
145 fLength = 0.0f;
150 SkScalar fLength;
SkConvolver.h 128 int fLength;
SkConvolver.cpp 147 instance.fLength = filterSize;
160 *specifiedFilterlength = filter.fLength;
SkFontStream.cpp 37 uint32_t fLength;
182 size_t realLength = SkEndian_SwapBE32(header.fDir[i].fLength);
SkTSearch.cpp 87 fLength = len;
  /external/skia/src/gpu/
GrSKSLPrettyPrint.cpp 33 fLength = lengths[i];
36 while (fLength > fIndex) {
109 for (size_t j = 0; token[j] && fLength > i; i++, j++) {
122 while (fLength > fIndex) {
138 while (fLength > fIndex) {
185 size_t fIndex, fLength;
GrTRecorder.h 120 block->fLength = length;
148 int fLength; // Length in units of TAlign of the block.
212 while (fTailBlock->fBack + totalLength > fTailBlock->fLength) {
214 fTailBlock = MemBlock::Alloc(SkTMax(2 * fTailBlock->fLength, totalLength), fTailBlock);
343 if (fTailBlock->fBack <= fTailBlock->fLength / 2) {
  /external/skia/src/utils/
SkBase64.h 34 size_t fLength;
SkBase64.cpp 28 SkBase64::SkBase64() : fLength((size_t) -1), fData(nullptr) {
103 fLength = dst - dstStart;
160 fData = new char[fLength]; // should use sk_malloc/sk_free
SkFrontBufferedStream.cpp 27 size_t getLength() const override { return fLength; }
34 const size_t fLength;
74 , fLength(stream->getLength() - stream->getPosition())
SkCurveMeasure.h 69 SkScalar fLength = -1.0f;
SkCurveMeasure.cpp 183 fLength = (fPts[1] - fPts[0]).length();
205 if (-1.0f == fLength) {
206 fLength = fIntegrator.computeLength(1.0f);
208 return fLength;
  /external/skia/include/private/
SkTSearch.h 132 size_t length() const { return fLength; }
136 size_t fLength;
  /external/pdfium/xfa/fwl/
cfwl_scrollbar.cpp 167 FX_FLOAT fLength = IsVertical() ? m_rtClient.height : m_rtClient.width;
168 if (fLength < m_fButtonLen * 2) {
169 m_fButtonLen = fLength / 2;
212 FX_FLOAT fLength = IsVertical() ? rtClient.height : rtClient.width;
214 fLength -= fSize * 2.0f;
215 if (fLength < fSize)
216 fLength = 0.0f;
218 FX_FLOAT fThumbSize = fLength * fLength / (fRange + fLength);
    [all...]
  /external/dng_sdk/source/
dng_stream.h 63 uint64 fLength;
174 fLength = DoGetLength ();
180 return fLength;
302 fLength = Max_uint64 (Length (), fPosition);
  /external/skia/tests/
GrTRecorderTest.cpp 183 SubclassExtraData(int length) : fLength(length) {
185 for (int i = 0; i < fLength; ++i) {
195 for (int i = 0; i < fLength; ++i) {
202 int fLength;
PointTest.cpp 125 SkScalar fLength;
132 test_length(reporter, gRec[i].fX, gRec[i].fY, gRec[i].fLength);
  /external/icu/icu4c/source/common/
rbbidata.cpp 191 if (fHeader->fLength != other.fHeader->fLength) {
194 if (uprv_memcmp(fHeader, other.fHeader, fHeader->fLength) == 0) {
279 RBBIDebugPrintf(" total length of data = %d\n", fHeader->fLength);
356 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader))
366 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength);
rbbidata.h 70 uint32_t fLength; /* Total length in bytes of this RBBI Data, */
  /external/skia/include/core/
SkPathMeasure.h 89 SkScalar fLength; // relative to the current contour

Completed in 341 milliseconds

1 2 3 4