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

  /external/skia/src/core/
SkRegionPriv.h 46 int32_t fRunCount;
80 head->fRunCount = count;
116 writable = Alloc(fRunCount, fYSpanCount, fIntervalCount);
118 fRunCount * sizeof(RunType));
231 SkASSERT(runCount == fRunCount);
  /external/skia/include/core/
SkTextBlob.h 242 int fRunCount;
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 177 le_int32 fRunCount;
666 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
672 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
679 return fRunCount;
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 49 le_int32 fRunCount;
56 : fStyleCount(styleCount), fRunCount(0), fRunLimits(NULL), fStyleIndices(NULL)
106 fRunCount = run;
112 fRunCount = 0;
124 LE_ARRAY_COPY(runLimits, fRunLimits, fRunCount);
128 LE_ARRAY_COPY(styleIndices, fStyleIndices, fRunCount * fStyleCount);
131 return fRunCount;
    [all...]
  /external/skia/src/gpu/text/
GrAtlasTextBlob.h 117 int runCount() const { return fRunCount; }
120 SkASSERT(currRun < fRunCount);
266 for (int i = 0; i < fRunCount; i++) {
319 for (int i = 0; i < fRunCount; i++) {
544 int fRunCount;

Completed in 57 milliseconds