HomeSort by relevance Sort by last modified time
    Searched refs:fLength (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /external/skia/include/core/
SkPathMeasure.h 89 SkScalar fLength; // relative to the current contour
SkString.h 133 bool isEmpty() const { return 0 == fRec->fLength; }
134 size_t size() const { return (size_t) fRec->fLength; }
243 : fLength(len), fRefCnt(refCnt), fBeginningOfData(0)
246 uint32_t fLength; // logically size_t, but we want it to stay 32bits
  /external/skia/src/core/
SkTSearch.cpp 87 fLength = len;
SkPathMeasure.cpp 401 fLength = distance;
476 fLength = -1; // signal we need to compute it
484 fLength = -1; // signal we need to compute it
497 fLength = -1; // signal we need to compute it
512 if (fLength < 0) {
515 if (SkScalarIsNaN(fLength)) {
516 fLength = 0;
518 SkASSERT(fLength >= 0);
519 return fLength;
688 fLength = -1; // now signal that we should build the next set of segment
    [all...]
SkColorSpace_ICC.cpp 200 uint32_t fLength;
205 fLength = read_big_endian_u32(src + 8);
211 return_if_false(safe_add(fOffset, fLength, &tagEnd),
    [all...]
  /external/skqp/include/core/
SkPathMeasure.h 89 SkScalar fLength; // relative to the current contour
SkString.h 133 bool isEmpty() const { return 0 == fRec->fLength; }
134 size_t size() const { return (size_t) fRec->fLength; }
245 : fLength(len), fRefCnt(refCnt), fBeginningOfData(0)
248 uint32_t fLength; // logically size_t, but we want it to stay 32bits
  /external/skqp/src/core/
SkTSearch.cpp 87 fLength = len;
SkPathMeasure.cpp 401 fLength = distance;
476 fLength = -1; // signal we need to compute it
484 fLength = -1; // signal we need to compute it
497 fLength = -1; // signal we need to compute it
512 if (fLength < 0) {
515 if (SkScalarIsNaN(fLength)) {
516 fLength = 0;
518 SkASSERT(fLength >= 0);
519 return fLength;
687 fLength = -1
    [all...]
SkColorSpace_ICC.cpp 200 uint32_t fLength;
205 fLength = read_big_endian_u32(src + 8);
211 return_if_false(safe_add(fOffset, fLength, &tagEnd),
    [all...]
  /external/skia/tests/
Point3Test.cpp 118 SkScalar fLength;
127 test_length(reporter, gRec[i].fX, gRec[i].fY, gRec[i].fZ, gRec[i].fLength);
128 test_normalize(reporter, gRec[i].fX, gRec[i].fY, gRec[i].fZ, gRec[i].fLength);
  /external/skqp/tests/
Point3Test.cpp 118 SkScalar fLength;
127 test_length(reporter, gRec[i].fX, gRec[i].fY, gRec[i].fZ, gRec[i].fLength);
128 test_normalize(reporter, gRec[i].fX, gRec[i].fY, gRec[i].fZ, gRec[i].fLength);
  /external/dng_sdk/source/
dng_stream.cpp 34 , fLength (0)
58 , fLength (count)
146 if (fBufferStart == 0 && fHaveLength && fBufferEnd == fLength)
372 fLength = length;
444 fLength = Max_uint64 (Length (), fPosition);
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 440 capacity = src->fLength;
443 count = getCount(src->fChars,src->fLength, UPC_NOTE, status);
449 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status);
497 int32_t capacity = src->fLength + 1;
511 src->fLength = removeCmtText(src->fChars, src->fLength, status);
512 descLen = getDescription(src->fChars,src->fLength, &desc, capacity, status);
513 transLen = getTranslate(src->fChars,src->fLength, &trans, capacity, status);
585 if (res->fComment.fLength > 0) {
885 while(i <res->fLength){
    [all...]
read.c 153 if (!lastStringWasQuoted && token->fLength > 0) {
214 if (token->fLength > 0) {
  /external/icu/icu4c/source/i18n/
number_patternmodifier.h 223 int32_t fLength;
uspoof_impl.cpp 595 if (length < fRawData->fLength) {
722 fRawData->fLength = fMemLimit;
729 int32_t dataSize = fRawData->fLength;
739 return fRawData->fLength;
861 ds->readUInt32(spoofDH->fLength) < sizeof(SpoofDataHeader))
871 int32_t spoofDataLength = ds->readUInt32(spoofDH->fLength);
926 // int32_t fLength and all the rest // Swap the rest, all is 32 bit stuff.
934 // swap starting at fLength
935 ds->swapArray32(ds, &spoofDH->fLength, sizeof(SpoofDataHeader)-8 /* minus magic and fFormatVersion[4] */, &outputDH->fLength, status)
    [all...]
uspoof_impl.h 299 int32_t fLength; // Total lenght in bytes of this spoof data,
number_patternmodifier.cpp 313 fLength = patternInfo->length(fFlags) + (prependSign ? 1 : 0);
323 return fLength;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp 725 float fLength = 0;
734 if(fLength > fMaxLength)
735 fMaxLength = fLength;
737 fLength = 0;
743 fLength += m_uiSpaceWidth;
751 fLength += m_pCharMatrics[uiIdx].nAdv + fKernOffset; // Add on this characters width
755 fMaxLength = fLength;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIDataWrapper.java 109 int fLength; // Total length in bytes of this RBBI Data,
169 This.fHeader.fLength = bytes.getInt();
200 if (This.fHeader.fFTable < pos || This.fHeader.fFTable > This.fHeader.fLength) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIDataWrapper.java 108 int fLength; // Total length in bytes of this RBBI Data,
168 This.fHeader.fLength = bytes.getInt();
199 if (This.fHeader.fFTable < pos || This.fHeader.fFTable > This.fHeader.fLength) {
  /external/icu/icu4c/source/test/intltest/
strtest.cpp 352 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {}
358 fLength += n;
361 int32_t length() { return fLength; }
364 int32_t fLength;
  /external/skia/src/ports/
SkFontMgr_win_dw.cpp 646 , fLength(length)
659 if (fLength <= textPosition) {
665 *textLength = fLength - textPosition;
674 if (textPosition < 1 || fLength <= textPosition) {
735 UINT32 fLength;
    [all...]
  /external/skqp/src/ports/
SkFontMgr_win_dw.cpp 646 , fLength(length)
659 if (fLength <= textPosition) {
665 *textLength = fLength - textPosition;
674 if (textPosition < 1 || fLength <= textPosition) {
735 UINT32 fLength;
    [all...]

Completed in 1526 milliseconds

1 23 4 5 6