Searched defs:indirectSize (Results 1 - 2 of 2) sorted by last modified time

/external/skia/tests/
H A DPDFPrimitivesTest.cpp97 size_t indirectSize = obj->getOutputSize(&catalog, true); local
99 indirectSize == directSize + headerLen + footerLen);
103 REPORTER_ASSERT(reporter, indirectSize == buffer.getOffset());
/external/chromium_org/third_party/skia/tests/
H A DPDFPrimitivesTest.cpp98 size_t indirectSize = obj->getOutputSize(&catalog, true); local
100 indirectSize == directSize + headerLen + footerLen);
104 REPORTER_ASSERT(reporter, indirectSize == buffer.getOffset());

Completed in 86 milliseconds