Home
last modified time | relevance | path

Searched defs:bounded (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp49 SkTSpanBounded* bounded = heap->make<SkTSpanBounded>(); in addBounded() local
154 SkTSpanBounded* bounded = fBounded; in findOppSpan() local
342 SkTSpanBounded* bounded = fBounded; in oppT() local
355 SkTSpanBounded* bounded = fBounded; in removeAllBounded() local
368 SkTSpanBounded* bounded = fBounded; in removeBounded() local
383 SkTSpanBounded* bounded = fBounded; in removeBounded() local
425 SkTSpanBounded* bounded = work->fBounded; in splitAt() local
1346 SkTSpan* bounded = testBounded->fBounded; in removeAllBut() local
1440 SkTSpanBounded* bounded = span->fBounded; in removeSpans() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontInputStream.java91 private boolean bounded; field in FontInputStream
/third_party/mesa3d/src/util/tests/
Dfast_idiv_by_const_test.cpp265 random_udiv_add_sat_test(unsigned bits, bool bounded) in random_udiv_add_sat_test()
282 random_udiv_mul_add_test(unsigned bits, bool bounded) in random_udiv_mul_add_test()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralRules.java1136 public final boolean bounded; field in PluralRules.FixedDecimalSamples
1142 …ivate FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) { in FixedDecimalSamples()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java1165 public final boolean bounded; field in PluralRules.DecimalQuantitySamples
1171 …QuantitySamples(SampleType sampleType, Set<DecimalQuantitySamplesRange> samples, boolean bounded) { in DecimalQuantitySamples()
/third_party/skia/tests/
DPathOpsDebug.cpp1235 const SkTSpan* bounded = debugSpan(id); in dumpBounded() local