HomeSort by relevance Sort by last modified time
    Searched refs:fRunCount (Results 1 - 9 of 9) sorted by null

  /external/skia/src/core/
SkRegionPriv.h 41 int32_t fRunCount;
73 head->fRunCount = count;
105 writable = Alloc(fRunCount, fYSpanCount, fIntervalCount);
107 fRunCount * sizeof(RunType));
220 SkASSERT(runCount == fRunCount);
SkTextBlob.cpp 202 : fRunCount(runCount)
209 for (int i = 0; i < fRunCount; ++i) {
218 int runCount = fRunCount;
300 , fRemainingRuns(blob->fRunCount) {
356 , fRunCount(0)
427 SkASSERT(!fDeferredBounds || fRunCount > 0);
450 if (0 == fRunCount) {
467 SkASSERT(0 == fRunCount);
537 fRunCount++;
577 SkASSERT((fRunCount > 0) == (NULL != fStorage.get()))
    [all...]
SkRegion.cpp 112 fRunHead = RunHead::Alloc(head.fRunCount,
284 if (!this->isComplex() || fRunHead->fRunCount != count) {
528 return ah->fRunCount == bh->fRunCount &&
530 ah->fRunCount * sizeof(SkRegion::RunType));
579 SkASSERT(sruns - fRunHead->readonly_runs() == fRunHead->fRunCount);
580 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount);
1104 size += fRunHead->fRunCount * sizeof(RunType);
    [all...]
  /external/skia/include/core/
SkTextBlob.h 102 const int fRunCount;
203 int fRunCount;
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 175 le_int32 fRunCount;
664 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
670 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
677 return fRunCount;
  /external/skia/src/gpu/
GrTextBlobCache.cpp 37 cacheBlob->fRunCount = runCount;
GrAtlasTextContext.h 213 int fRunCount;
222 for (int i = 0; i < fRunCount; i++) {
GrAtlasTextContext.cpp     [all...]
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 47 le_int32 fRunCount;
54 : fStyleCount(styleCount), fRunCount(0), fRunLimits(NULL), fStyleIndices(NULL)
104 fRunCount = run;
110 fRunCount = 0;
122 LE_ARRAY_COPY(runLimits, fRunLimits, fRunCount);
126 LE_ARRAY_COPY(styleIndices, fStyleIndices, fRunCount * fStyleCount);
129 return fRunCount;
    [all...]

Completed in 159 milliseconds