Searched refs:IndexOutOfBoundException (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h48 class IndexOutOfBoundException : public Exception { class in namespace:sfntly
50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {} function in class:sfntly::IndexOutOfBoundException
51 explicit IndexOutOfBoundException(const char* message) throw() function in class:sfntly::IndexOutOfBoundException
53 IndexOutOfBoundException(const char* message, int32_t index) throw() { function in class:sfntly::IndexOutOfBoundException
62 virtual ~IndexOutOfBoundException() throw() {}
H A Dmemory_output_stream.cc41 throw IndexOutOfBoundException();
52 throw IndexOutOfBoundException();
/external/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h48 class IndexOutOfBoundException : public Exception { class in namespace:sfntly
50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {} function in class:sfntly::IndexOutOfBoundException
51 explicit IndexOutOfBoundException(const char* message) throw() function in class:sfntly::IndexOutOfBoundException
53 IndexOutOfBoundException(const char* message, int32_t index) throw() { function in class:sfntly::IndexOutOfBoundException
62 virtual ~IndexOutOfBoundException() throw() {}
H A Dmemory_output_stream.cc41 throw IndexOutOfBoundException();
52 throw IndexOutOfBoundException();
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_metrics_table.cc37 throw IndexOutOfBoundException();
49 throw IndexOutOfBoundException();
61 throw IndexOutOfBoundException();
H A Dcmap_table.cc63 throw IndexOutOfBoundException("Requested CMap index is out of bounds.");
1206 throw IndexOutOfBoundException(
/external/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_metrics_table.cc37 throw IndexOutOfBoundException();
49 throw IndexOutOfBoundException();
61 throw IndexOutOfBoundException();
H A Dcmap_table.cc63 throw IndexOutOfBoundException("Requested CMap index is out of bounds.");
1206 throw IndexOutOfBoundException(
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dfont_output_stream.cc52 throw IndexOutOfBoundException();
67 throw IndexOutOfBoundException();
H A Dbyte_array.cc63 throw IndexOutOfBoundException(
85 throw IndexOutOfBoundException(
H A Dreadable_font_data.cc64 throw IndexOutOfBoundException(
75 throw IndexOutOfBoundException(
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_output_stream.cc52 throw IndexOutOfBoundException();
67 throw IndexOutOfBoundException();
H A Dbyte_array.cc63 throw IndexOutOfBoundException(
85 throw IndexOutOfBoundException(
H A Dreadable_font_data.cc64 throw IndexOutOfBoundException(
75 throw IndexOutOfBoundException(
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.cc29 throw IndexOutOfBoundException("Glyph ID is out of bounds.");
39 throw IndexOutOfBoundException("Glyph ID is out of bounds.");
53 throw IndexOutOfBoundException();
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.cc29 throw IndexOutOfBoundException("Glyph ID is out of bounds.");
39 throw IndexOutOfBoundException("Glyph ID is out of bounds.");
53 throw IndexOutOfBoundException();
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table.cc89 throw IndexOutOfBoundException("Glyph ID is outside of the allowed range.");
H A Deblc_table.cc39 throw IndexOutOfBoundException(
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table.cc89 throw IndexOutOfBoundException("Glyph ID is outside of the allowed range.");
H A Deblc_table.cc39 throw IndexOutOfBoundException(

Completed in 528 milliseconds