Searched refs:fRunCount (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/core/ |
D | SkTextBlob.cpp | 206 : fRunCount(runCount) in SkTextBlob() 213 for (int i = 0; i < fRunCount; ++i) { in ~SkTextBlob() 222 int runCount = fRunCount; in flatten() 304 , fRemainingRuns(blob->fRunCount) { in SkTextBlobRunIterator() 360 , fRunCount(0) in SkTextBlobBuilder() 467 SkASSERT(!fDeferredBounds || fRunCount > 0); in updateDeferredBounds() 490 if (0 == fRunCount) { in reserve() 507 SkASSERT(0 == fRunCount); in mergeRun() 577 fRunCount++; in allocInternal() 617 SkASSERT((fRunCount > 0) == (nullptr != fStorage.get())); in build() [all …]
|
D | SkRegionPriv.h | 41 int32_t fRunCount; member 73 head->fRunCount = count; in Alloc() 105 writable = Alloc(fRunCount, fYSpanCount, fIntervalCount); in ensureWritable() 107 fRunCount * sizeof(RunType)); in ensureWritable() 220 SkASSERT(runCount == fRunCount); in computeRunBounds()
|
D | SkRegion.cpp | 112 fRunHead = RunHead::Alloc(head.fRunCount, in allocateRuns() 284 if (!this->isComplex() || fRunHead->fRunCount != count) { in setRuns() 528 return ah->fRunCount == bh->fRunCount && in operator ==() 530 ah->fRunCount * sizeof(SkRegion::RunType)); in operator ==() 579 SkASSERT(sruns - fRunHead->readonly_runs() == fRunHead->fRunCount); in translate() 580 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount); in translate() 1104 size += fRunHead->fRunCount * sizeof(RunType); in writeToMemory() 1117 buffer.write32(isRect ? 0 : fRunHead->fRunCount); in writeToMemory() 1124 fRunHead->fRunCount * sizeof(RunType)); in writeToMemory() 1240 SkASSERT(fRunHead->fRunCount > kRectRegionRuns); in validate() [all …]
|
/external/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 47 le_int32 fRunCount; member in StyleRuns 54 : fStyleCount(styleCount), fRunCount(0), fRunLimits(NULL), fStyleIndices(NULL) in StyleRuns() 104 fRunCount = run; in StyleRuns() 110 fRunCount = 0; in ~StyleRuns() 122 LE_ARRAY_COPY(runLimits, fRunLimits, fRunCount); in getRuns() 126 LE_ARRAY_COPY(styleIndices, fStyleIndices, fRunCount * fStyleCount); in getRuns() 129 return fRunCount; in getRuns() 1164 for (i = 0; i < fRunCount; i += 1) { in ~Line() 1200 const VisualRun *lastRun = getVisualRun(fRunCount - 1); in getWidth() 1214 if (runIndex < 0 || runIndex >= fRunCount) { in getVisualRun() [all …]
|
/external/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 175 le_int32 fRunCount; variable 664 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL) in Line() 670 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL) in Line() 677 return fRunCount; in countRuns()
|
/external/skia/include/core/ |
D | SkTextBlob.h | 75 const int fRunCount; variable 176 int fRunCount; variable
|
/external/skia/src/gpu/text/ |
D | GrAtlasTextBlob.h | 111 int runCount() const { return fRunCount; } in runCount() 114 SkASSERT(currRun < fRunCount); in push_back_run() 269 for (int i = 0; i < fRunCount; i++) { in ~GrAtlasTextBlob() 324 for (int i = 0; i < fRunCount; i++) { in setupViewMatrix() 552 int fRunCount; variable
|
D | GrAtlasTextBlob.cpp | 46 cacheBlob->fRunCount = runCount; in Create() 448 for (int run = 0; run < fRunCount; run++) { in flushThrowaway() 496 SkASSERT_RELEASE(l.fRunCount == r.fRunCount); in AssertEqual() 497 for (int i = 0; i < l.fRunCount; i++) { in AssertEqual()
|