Home
last modified time | relevance | path

Searched defs:getBound (Results 1 – 7 of 7) sorted by relevance

/external/skia/tools/gpu/gl/debug/
DGrTextureObj.h38 bool getBound(GrTextureUnitObj *referee) const { in getBound() function
42 bool getBound() const { in getBound() function
DGrRenderBufferObj.h26 bool getBound() const { return fBound; } in getBound() function
DGrFrameBufferObj.h38 bool getBound() const { return fBound; } in getBound() function
DGrBufferObj.h49 bool getBound() const { return fBound; } in getBound() function
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationKey.java420 public CollationKey getBound(int boundType, int noOfLevels) in getBound() method in CollationKey
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCollationKey.java409 public CollationKey getBound(int boundType, int noOfLevels) in getBound() method in CollationKey
/external/icu/icu4c/source/i18n/
Dcoll.cpp643 int32_t U_EXPORT2 Collator::getBound(const uint8_t *source, in getBound() function in Collator