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

  /external/chromium_org/third_party/ots/test/
perf.cc 50 static const size_t kPadLen = 20 * 1024;
51 uint8_t *result = new uint8_t[st.st_size + kPadLen];
64 ots::MemoryStream output(result, st.st_size + kPadLen);
side-by-side.cc 267 static const size_t kPadLen = 20 * 1024;
268 uint8_t *trans_font = new uint8_t[orig_len + kPadLen];
269 ots::MemoryStream output(trans_font, orig_len + kPadLen);

Completed in 5964 milliseconds