Searched defs:hasBounds (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLETableReference.h147 le_bool hasBounds() const { return fLength!=LE_UINTPTR_MAX; } function in class:LETableReference
155 if(hasBounds()) {
171 (hasBounds() && (atPtr > fStart+fLength))) {

Completed in 30 milliseconds