Home
last modified time | relevance | path

Searched refs:bounded (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DFontInputStream.java91 private boolean bounded; field in FontInputStream
103 * Constructor for a bounded font input stream.
111 this.bounded = true; in FontInputStream()
116 if (this.bounded && this.position >= this.length) { in read()
128 if (this.bounded && this.position >= this.length) { in read()
131 int bytesToRead = bounded ? (int) Math.min(len, this.length - this.position) : len; in read()
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp49 SkTSpanBounded* bounded = heap->make<SkTSpanBounded>(); in addBounded() local
50 bounded->fBounded = span; in addBounded()
51 bounded->fNext = fBounded; in addBounded()
52 fBounded = bounded; in addBounded()
154 SkTSpanBounded* bounded = fBounded; in findOppSpan() local
155 while (bounded) { in findOppSpan()
156 SkTSpan* test = bounded->fBounded; in findOppSpan()
160 bounded = bounded->fNext; in findOppSpan()
342 SkTSpanBounded* bounded in oppT() local
355 SkTSpanBounded* bounded = fBounded; removeAllBounded() local
368 SkTSpanBounded* bounded = fBounded; removeBounded() local
383 SkTSpanBounded* bounded = fBounded; removeBounded() local
425 SkTSpanBounded* bounded = work->fBounded; splitAt() local
1346 SkTSpan* bounded = testBounded->fBounded; removeAllBut() local
1440 SkTSpanBounded* bounded = span->fBounded; removeSpans() local
[all...]
/third_party/mesa3d/src/util/tests/
H A Dfast_idiv_by_const_test.cpp265 random_udiv_add_sat_test(unsigned bits, bool bounded) in random_udiv_add_sat_test() argument
273 unsigned n_bits = bounded ? util_logbase2_64(MAX2(n, 1)) + 1 : bits; in random_udiv_add_sat_test()
282 random_udiv_mul_add_test(unsigned bits, bool bounded) in random_udiv_mul_add_test() argument
290 unsigned n_bits = bounded ? util_logbase2_64(MAX2(n, 1)) + 1: bits; in random_udiv_mul_add_test()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralRules.java1136 public final boolean bounded; field in PluralRules.FixedDecimalSamples
1142 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) { in FixedDecimalSamples() argument
1146 this.bounded = bounded; in FixedDecimalSamples()
1238 if (!bounded) { in toString()
1906 return mySamples == null ? true : mySamples.bounded; in isLimited()
2410 * The keyword is valid but not bounded; there indefinitely many matching values.
/third_party/skia/tests/
H A DPathOpsDebug.cpp1235 const SkTSpan* bounded = debugSpan(id); in dumpBounded() local
1236 if (!bounded) { in dumpBounded()
1240 const SkTSpan* test = bounded->debugOpp()->fHead; in dumpBounded()
1242 if (test->findOppSpan(bounded)) { in dumpBounded()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java1165 public final boolean bounded; field in PluralRules.DecimalQuantitySamples
1171 private DecimalQuantitySamples(SampleType sampleType, Set<DecimalQuantitySamplesRange> samples, boolean bounded) { in DecimalQuantitySamples() argument
1175 this.bounded = bounded; in DecimalQuantitySamples()
1320 if (!bounded) { in toString()
1987 return mySamples == null ? true : mySamples.bounded; in isLimited()
2612 * The keyword is valid but not bounded; there indefinitely many matching values.
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRulesTest.java209 assertEquals("bounded; " + title, isBounded, samples.bounded); in checkNewSamples()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRulesTest.java309 assertEquals("bounded; " + title, isBounded, samples.bounded); in checkNewSamples()

Completed in 18 milliseconds