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

  /external/chromium_org/third_party/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,
289 if (!this->isComplex() || fRunHead->fRunCount != count) {
533 return ah->fRunCount == bh->fRunCount &&
535 ah->fRunCount * sizeof(SkRegion::RunType));
584 SkASSERT(sruns - fRunHead->readonly_runs() == fRunHead->fRunCount);
585 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount);
1109 size += fRunHead->fRunCount * sizeof(RunType);
    [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,
289 if (!this->isComplex() || fRunHead->fRunCount != count) {
533 return ah->fRunCount == bh->fRunCount &&
535 ah->fRunCount * sizeof(SkRegion::RunType));
584 SkASSERT(sruns - fRunHead->readonly_runs() == fRunHead->fRunCount);
585 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount);
1109 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 102 milliseconds