HomeSort by relevance Sort by last modified time
    Searched refs:IndexOutOfBoundException (Results 1 - 10 of 10) sorted by null

  /external/sfntly/cpp/src/sfntly/port/
exception_type.h 48 class IndexOutOfBoundException : public Exception {
50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {}
51 explicit IndexOutOfBoundException(const char* message) throw()
53 IndexOutOfBoundException(const char* message, int32_t index) throw() {
62 virtual ~IndexOutOfBoundException() throw() {}
memory_output_stream.cc 41 throw IndexOutOfBoundException();
52 throw IndexOutOfBoundException();
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_metrics_table.cc 37 throw IndexOutOfBoundException();
49 throw IndexOutOfBoundException();
61 throw IndexOutOfBoundException();
cmap_table.cc 63 throw IndexOutOfBoundException("Requested CMap index is out of bounds.");
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
font_output_stream.cc 52 throw IndexOutOfBoundException();
67 throw IndexOutOfBoundException();
byte_array.cc 63 throw IndexOutOfBoundException(
85 throw IndexOutOfBoundException(
readable_font_data.cc 64 throw IndexOutOfBoundException(
75 throw IndexOutOfBoundException(
  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.cc 29 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/bitmap/
index_sub_table.cc 89 throw IndexOutOfBoundException("Glyph ID is outside of the allowed range.");
eblc_table.cc 39 throw IndexOutOfBoundException(

Completed in 94 milliseconds