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

  /external/chromium_org/third_party/skia/tests/
PDFPrimitivesTest.cpp 80 size_t directSize = obj->getOutputSize(&catalog, false);
81 REPORTER_ASSERT(reporter, directSize == expectedSize);
85 REPORTER_ASSERT(reporter, directSize == buffer.getOffset());
87 directSize));
100 indirectSize == directSize + headerLen + footerLen);
107 directSize));
108 REPORTER_ASSERT(reporter, stream_equals(buffer, headerLen + directSize,
  /external/skia/tests/
PDFPrimitivesTest.cpp 79 size_t directSize = obj->getOutputSize(&catalog, false);
80 REPORTER_ASSERT(reporter, directSize == expectedSize);
84 REPORTER_ASSERT(reporter, directSize == buffer.getOffset());
86 directSize));
99 indirectSize == directSize + headerLen + footerLen);
106 directSize));
107 REPORTER_ASSERT(reporter, stream_equals(buffer, headerLen + directSize,

Completed in 638 milliseconds