Searched defs:fLength (Results 1 - 25 of 50) sorted by relevance

12

/external/icu/icu4c/source/tools/genrb/
H A Dustr.h54 int32_t fLength; member in struct:UString
/external/skia/src/utils/
H A DSkBase64.h34 size_t fLength; member in struct:SkBase64
H A DSkFrontBufferedStream.cpp27 size_t getLength() const override { return fLength; }
34 const size_t fLength; member in class:FrontBufferedStream
74 , fLength(stream->getLength() - stream->getPosition())
/external/skia/src/animator/
H A DSkDrawPath.h44 mutable SkScalar fLength; member in class:SkDrawPath
/external/skia/include/core/
H A DSkPathMeasure.h89 SkScalar fLength; // relative to the current contour member in class:SkPathMeasure
H A DSkString.h132 bool isEmpty() const { return 0 == fRec->fLength; }
133 size_t size() const { return (size_t) fRec->fLength; }
243 uint32_t fLength; // logically size_t, but we want it to stay 32bits member in struct:SkString::Rec
/external/skia/src/pdf/
H A DSkJpegInfo.cpp18 , 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; member in class:__anon17005::JpegSegment
/external/pdfium/xfa/src/fwl/src/core/include/
H A Dfwl_gridimp.h17 CFWL_GridLength() : fLength(0), eUnit(FWL_GRIDUNIT_Fixed) {}
19 : fLength(fValue), eUnit(e) {}
20 FX_FLOAT fLength; member in class:CFWL_GridLength
48 m_Size[FWL_GRIDSIZE_Width].fLength = 0;
50 m_Size[FWL_GRIDSIZE_Height].fLength = 0;
52 m_Size[FWL_GRIDSIZE_MinWidth].fLength = 0;
54 m_Size[FWL_GRIDSIZE_MaxWidth].fLength = 0;
56 m_Size[FWL_GRIDSIZE_MinHeight].fLength = 0;
58 m_Size[FWL_GRIDSIZE_MaxHeight].fLength = 0;
/external/skia/include/private/
H A DSkTSearch.h132 size_t length() const { return fLength; }
136 size_t fLength; member in class:SkAutoAsciiToLC
/external/skia/src/gpu/gl/builders/
H A DGrGLSLPrettyPrint.cpp36 fLength = lengths[i];
39 while (fLength > fIndex) {
110 for (size_t j = 0; token[j] && fLength > i; i++, j++) {
123 while (fLength > fIndex) {
139 while (fLength > fIndex) {
186 size_t fIndex, fLength; member in class:GrGLSLPrettyPrint::GLSLPrettyPrint
/external/skia/tests/
H A DPoint3Test.cpp118 SkScalar fLength; member in struct:__anon17086
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);
H A DPointTest.cpp126 SkScalar fLength; member in struct:__anon17087
133 test_length(reporter, gRec[i].fX, gRec[i].fY, gRec[i].fLength);
H A DGrTRecorderTest.cpp183 SubclassExtraData(int length) : fLength(length) {
185 for (int i = 0; i < fLength; ++i) {
195 for (int i = 0; i < fLength; ++i) {
202 int fLength; member in class:SubclassExtraData
/external/dng_sdk/source/
H A Ddng_stream.h63 uint64 fLength; member in class:dng_stream
174 fLength = DoGetLength ();
180 return fLength;
302 fLength = Max_uint64 (Length (), fPosition);
/external/icu/icu4c/source/common/
H A Drbbidata.h68 uint32_t fLength; /* Total length in bytes of this RBBI Data, */ member in struct:RBBIDataHeader
/external/icu/icu4c/source/i18n/
H A Duspoof_impl.h270 int32_t fLength; // Total lenght in bytes of this spoof data, member in struct:SpoofDataHeader
/external/icu/icu4c/source/test/intltest/
H A Dstrtest.cpp341 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {}
347 fLength += n;
350 int32_t length() { return fLength; }
353 int32_t fLength; member in class:SimpleByteSink
/external/skia/src/core/
H A DSkConvolver.h128 int fLength; member in struct:SkConvolutionFilter1D::FilterInstance
H A DSkDescriptor.h34 fLength = sizeof(SkDescriptor);
38 uint32_t getLength() const { return fLength; }
45 Entry* entry = (Entry*)((char*)this + fLength);
53 fLength = SkToU32(fLength + sizeof(Entry) + length);
84 SkDescriptor* desc = SkDescriptor::Alloc(fLength);
85 memcpy(desc, this, fLength);
91 // SkASSERT(a.fChecksum != b.fChecksum || memcmp(&a, &b, a.fLength) == 0);
99 const uint32_t* stop = (const uint32_t*)((const char*)aa + fLength);
120 uint32_t fLength; // mus member in class:SkDescriptor
[all...]
H A DSkFontStream.cpp36 uint32_t fLength; member in struct:SkSFNTDirEntry
181 size_t realLength = SkEndian_SwapBE32(header.fDir[i].fLength);
/external/skia/src/gpu/
H A DGrTRecorder.h120 block->fLength = length;
148 int fLength; // Length in units of TAlign of the block. member in struct:GrTRecorder::MemBlock
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/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBBIDataWrapper.java108 int fLength; // Total length in bytes of this RBBI Data, field in class:RBBIDataWrapper.RBBIDataHeader
184 This.fHeader.fLength = bytes.getInt();
218 if (This.fHeader.fFTable < pos || This.fHeader.fFTable > This.fHeader.fLength) {
/external/icu/icu4c/source/layout/
H A DLETableReference.h56 fFont(font), fTag(tableTag), fParent(NULL), fStart(NULL),fLength(LE_UINTPTR_MAX) {
61 LETableReference(const LETableReference &parent, LEErrorCode &success) : fFont(parent.fFont), fTag(parent.fTag), fParent(&parent), fStart(parent.fStart), fLength(parent.fLength) {
69 fFont(NULL), fTag(kQuestionmarkTableTag), fParent(NULL), fStart(data), fLength(length) {
73 fFont(NULL), fTag(kQuestionmarkTableTag), fParent(NULL), fStart(NULL), fLength(0) {
90 fStart((parent.fStart)+offset), fLength(length) {
95 } else if(offset >= fParent->fLength) {
100 if(fLength == LE_UINTPTR_MAX &&
101 fParent->fLength != LE_UINTPTR_MAX) {
102 fLength
202 size_t fLength; member in class:LETableReference
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBIDataWrapper.java107 int fLength; // Total length in bytes of this RBBI Data, field in class:RBBIDataWrapper.RBBIDataHeader
183 This.fHeader.fLength = bytes.getInt();
217 if (This.fHeader.fFTable < pos || This.fHeader.fFTable > This.fHeader.fLength) {
/external/pdfium/core/src/fxge/apple/
H A Dapple_int.h254 uint32_t fLength; member in struct:final::TableEntry

Completed in 1706 milliseconds

12