Searched refs:fStart (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsfwdchit.cpp29 fStart = new UChar[fLen];
30 if(fStart == NULL) {
33 fEnd = fStart+fLen;
34 fCurrent = fStart;
36 s.extract(0, fLen, fStart);
49 fStart = new UChar[fLen];
50 if(fStart == NULL) {
53 uprv_memcpy(fStart, s, fLen);
54 fEnd = fStart+fLen;
55 fCurrent = fStart;
[all...]
H A Dsfwdchit.h71 UChar *fStart, *fEnd, *fCurrent; member in class:SimpleFwdCharIterator
/external/icu/icu4c/source/test/intltest/
H A Dsfwdchit.cpp29 fStart = new UChar[fLen];
30 if(fStart == NULL) {
33 fEnd = fStart+fLen;
34 fCurrent = fStart;
36 s.extract(0, fLen, fStart);
49 fStart = new UChar[fLen];
50 if(fStart == NULL) {
53 uprv_memcpy(fStart, s, fLen);
54 fEnd = fStart+fLen;
55 fCurrent = fStart;
[all...]
H A Dsfwdchit.h71 UChar *fStart, *fEnd, *fCurrent; member in class:SimpleFwdCharIterator
/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) {
118 const void* getAlias() const { return (const void*)fStart; }
119 const void* getAliasRAW() const { LE_DEBUG_TR("getAliasRAW()"); return (const void*)fStart; }
120 le_bool isEmpty() const { return fStart
201 const le_uint8 *fStart; // keep as 8 bit internally, for pointer math member in class:LETableReference
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRecordReplaceDraw.h26 // All the operations between fStart and fStop (inclusive) will be replaced with
29 unsigned fStart; member in struct:GrReplacements::ReplacementInfo
H A DGrRecordReplaceDraw.cpp29 SkASSERT(fReplacements[0].fStart < fReplacements[0].fStop);
32 SkASSERT(fReplacements[i].fStart < fReplacements[i].fStop);
33 SkASSERT(fReplacements[i - 1].fStop < fReplacements[i].fStart);
43 if (start == fReplacements[i].fStart) {
46 } else if (start < fReplacements[i].fStart) {
H A DGrLayerCache.h56 , fStart(start)
70 fStart == other.fStart &&
77 int start() const { return fStart; }
86 const int fStart; member in struct:GrCachedLayer::Key
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.h64 return SkSign32(fStart - fEnd);
70 return fStart;
129 int fStart; member in class:SkOpAngle
H A DSkOpAngle.cpp71 lh.fSegment->t(lh.fStart), lh.fSegment->t(lh.fEnd),
72 fSegment->debugID(), debugID(), fSectorStart, fSectorEnd, fSegment->t(fStart),
75 rh.fSegment->t(rh.fStart), rh.fSegment->t(rh.fEnd));
91 lh.fSegment->t(lh.fStart), lh.fSegment->t(lh.fEnd),
92 fSegment->debugID(), debugID(), fSectorStart, fSectorEnd, fSegment->t(fStart),
95 rh.fSegment->t(rh.fStart), rh.fSegment->t(rh.fEnd));
183 int lineStart = fStart < fEnd ? 0 : 1;
293 int step = fStart < fEnd ? 1 : -1;
417 double tStart = segment.t(index ? rh.fStart : fStart);
[all...]
/external/skia/src/pathops/
H A DSkOpAngle.h64 return SkSign32(fStart - fEnd);
70 return fStart;
129 int fStart; member in class:SkOpAngle
H A DSkOpAngle.cpp71 lh.fSegment->t(lh.fStart), lh.fSegment->t(lh.fEnd),
72 fSegment->debugID(), debugID(), fSectorStart, fSectorEnd, fSegment->t(fStart),
75 rh.fSegment->t(rh.fStart), rh.fSegment->t(rh.fEnd));
91 lh.fSegment->t(lh.fStart), lh.fSegment->t(lh.fEnd),
92 fSegment->debugID(), debugID(), fSectorStart, fSectorEnd, fSegment->t(fStart),
95 rh.fSegment->t(rh.fStart), rh.fSegment->t(rh.fEnd));
183 int lineStart = fStart < fEnd ? 0 : 1;
296 int step = fStart < fEnd ? 1 : -1;
420 double tStart = segment.t(index ? rh.fStart : fStart);
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfConfig.h85 const unsigned char* fStart; member in struct:SkPdfInputStream
/external/skia/experimental/PdfViewer/
H A DSkPdfConfig.h85 const unsigned char* fStart; member in struct:SkPdfInputStream
/external/chromium_org/third_party/skia/dm/
H A DDMTask.cpp34 fStart = SkTime::GetMSecs();
38 fReporter->printStatus(this->name(), SkTime::GetMSecs() - fStart);
H A DDMTask.h46 SkMSec fStart; member in class:DM::Task
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateBase.h37 SkMSec getStart() const { return fStart; }
64 SkMSec fStart; // corrected time when this apply was enabled member in class:SkAnimateBase
/external/skia/dm/
H A DDMTask.cpp39 fStart = SkTime::GetMSecs();
43 fReporter->printStatus(this->name(), SkTime::GetMSecs() - fStart);
H A DDMTask.h45 SkMSec fStart; member in class:DM::Task
/external/skia/src/animator/
H A DSkAnimateBase.h37 SkMSec getStart() const { return fStart; }
64 SkMSec fStart; // corrected time when this apply was enabled member in class:SkAnimateBase
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkLinearGradient.h47 const SkPoint fStart; member in class:SkLinearGradient
H A DSkLinearGradient.cpp57 , fStart(pts[0])
66 , fStart(buffer.readPoint())
85 buffer.writePoint(fStart);
289 info->fPoint[0] = fStart;
607 str->appendf("start: (%f, %f)", fStart.fX, fStart.fY);
/external/skia/src/effects/gradients/
H A DSkLinearGradient.h46 const SkPoint fStart; member in class:SkLinearGradient
H A DSkLinearGradient.cpp58 , fStart(pts[0])
65 , fStart(buffer.readPoint())
71 buffer.writePoint(fStart);
275 info->fPoint[0] = fStart;
593 str->appendf("start: (%f, %f)", fStart.fX, fStart.fY);
/external/skia/src/core/
H A DSkPicturePlayback.h333 fStart = start;
341 // All the operations between fStart and fStop (inclusive) will be replaced with
345 size_t fStart; member in struct:SkPicturePlayback::PlaybackReplacements::ReplacementInfo
378 SkASSERT(fStart == 0 && fStop == 0);
383 size_t fStart; member in class:SkPicturePlayback

Completed in 5122 milliseconds

12