Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DByteArray.java36 private int storageLength; field in ByteArray
47 protected ByteArray(int filledLength, int storageLength, boolean growable) { in ByteArray()
59 protected ByteArray(int filledLength, int storageLength) { in ByteArray()