Home | History | Annotate | Download | only in layout

Lines Matching refs:LEReferenceTo

352 class LEReferenceTo : public LETableReference {
360 inline LEReferenceTo(const LETableReference &parent, LEErrorCode &success, const void* atPtr)
368 inline LEReferenceTo(const LETableReference &parent, LEErrorCode &success, const void* atPtr, size_t offset)
373 inline LEReferenceTo(const LETableReference &parent, LEErrorCode &success, size_t offset)
378 inline LEReferenceTo(const LETableReference &parent, LEErrorCode &success)
383 inline LEReferenceTo(const LEFontInstance *font, LETag tableTag, LEErrorCode &success)
388 inline LEReferenceTo(const le_uint8 *data, size_t length = LE_UINTPTR_MAX) : LETableReference(data, length) {}
389 inline LEReferenceTo(const T *data, size_t length = LE_UINTPTR_MAX) : LETableReference((const le_uint8*)data, length) {}
390 inline LEReferenceTo() : LETableReference(NULL) {}
392 inline LEReferenceTo<T>& operator=(const T* other) {
397 LEReferenceTo<T> &reparent(const LETableReference &base) {