Home
last modified time | relevance | path

Searched refs:styleCount (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp41 StyleRuns(const RunArray *styleRunArrays[], le_int32 styleCount);
55 StyleRuns::StyleRuns(const RunArray *styleRunArrays[], le_int32 styleCount) in StyleRuns() argument
56 : fStyleCount(styleCount), fRunCount(0), fRunLimits(NULL), fStyleIndices(NULL) in StyleRuns()
60 le_int32 *currentRun = LE_NEW_ARRAY(le_int32, styleCount); in StyleRuns()
62 for (int i = 0; i < styleCount; i += 1) { in StyleRuns()
66 maxRunCount -= styleCount - 1; in StyleRuns()
69 fStyleIndices = LE_NEW_ARRAY(le_int32, maxRunCount * styleCount); in StyleRuns()
71 for (style = 0; style < styleCount; style += 1) { in StyleRuns()
88 for (style = 0; style < styleCount; style += 1) { in StyleRuns()
95 for (style = 0; style < styleCount; style += 1) { in StyleRuns()
[all …]
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResStringPool.java198 if (mHeader.styleCount == 0) { in setTo()
255 if (mHeader.styleCount > 0) { in setTo()
463 if (mError == NO_ERROR && idx < mHeader.styleCount) { in styleAt()
543 int styleCount() { in styleCount() method in ResStringPool
544 return mError == NO_ERROR ? mHeader.styleCount : 0; in styleCount()
DResStringPoolHeader.java30 int styleCount; field in ResStringPoolHeader
DResourceTypes.java471 final int styleCount; field in ResourceTypes.ResStringPool_header
495 this.styleCount = buf.getInt(offset + ResChunk_header.SIZEOF + 4); in ResStringPool_header()
/external/skia/fuzz/
DFuzzCanvas.cpp473 int styleCount = family->count(); in make_fuzz_typeface() local
474 fuzz->nextRange(&j, 0, styleCount - 1); in make_fuzz_typeface()
/external/skqp/fuzz/
DFuzzCanvas.cpp473 int styleCount = family->count(); in make_fuzz_typeface() local
474 fuzz->nextRange(&j, 0, styleCount - 1); in make_fuzz_typeface()