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

  /external/skia/legacy/src/core/
SkRegionPriv.h 23 int32_t fRunCount;
34 head->fRunCount = count;
65 writable = Alloc(fRunCount);
67 fRunCount * sizeof(RunType));
SkRegion.cpp 288 if (!fRunHead->isComplex() || fRunHead->fRunCount != count)
410 *count = fRunHead->fRunCount;
480 return ah->fRunCount == bh->fRunCount &&
482 ah->fRunCount * sizeof(SkRegion::RunType));
501 tmp.allocateRuns(fRunHead->fRunCount);
530 SkASSERT(sruns - fRunHead->readonly_runs() == fRunHead->fRunCount);
531 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount);
998 size += fRunHead->fRunCount * sizeof(RunType);
1011 buffer.write32(isRect ? 0 : fRunHead->fRunCount);
    [all...]
  /external/skia/src/core/
SkRegionPriv.h 41 int32_t fRunCount;
70 head->fRunCount = count;
102 writable = Alloc(fRunCount, fYSpanCount, fIntervalCount);
104 fRunCount * sizeof(RunType));
217 SkASSERT(runCount == fRunCount);
SkRegion.cpp 112 fRunHead = RunHead::Alloc(head.fRunCount,
280 if (!this->isComplex() || fRunHead->fRunCount != count) {
524 return ah->fRunCount == bh->fRunCount &&
526 ah->fRunCount * sizeof(SkRegion::RunType));
575 SkASSERT(sruns - fRunHead->readonly_runs() == fRunHead->fRunCount);
576 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount);
1100 size += fRunHead->fRunCount * sizeof(RunType);
    [all...]
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 168 le_int32 fRunCount;
657 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
663 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
670 return fRunCount;
  /external/icu4c/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 302 milliseconds