Home
last modified time | relevance | path

Searched refs:COPY_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc25 const int32_t ByteArray::COPY_BUFFER_SIZE = 8192; member in sfntly::ByteArray
110 ByteVector b(COPY_BUFFER_SIZE); in CopyTo()
114 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyTo()
131 ByteVector b(COPY_BUFFER_SIZE); in CopyTo()
134 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyTo()
144 ByteVector b(COPY_BUFFER_SIZE); in CopyFrom()
147 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyFrom()
164 ByteVector b(COPY_BUFFER_SIZE); in CopyFrom()
167 int32_t buffer_length = COPY_BUFFER_SIZE; in CopyFrom()
Dbyte_array.h189 static const int32_t COPY_BUFFER_SIZE; variable