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

  /external/pdfium/core/fxge/ge/
cfx_folderfontinfo.cpp 162 size_t readCnt = FXSYS_fread(buffer, 12, 1, pFile);
163 if (readCnt != 1) {
176 readCnt = FXSYS_fread(offsets, 1, face_bytes, pFile);
177 if (readCnt != face_bytes) {
  /external/skia/tests/
ProcessorTest.cpp 133 inline void testingOnly_getIORefCnts(const T* resource, int* refCnt, int* readCnt, int* writeCnt) {
135 *readCnt = resource->fPendingReads;
139 void testingOnly_getIORefCnts(GrTextureProxy* proxy, int* refCnt, int* readCnt, int* writeCnt) {
141 *readCnt = proxy->getPendingReadCnt_TestOnly();
196 int refCnt, readCnt, writeCnt;
198 testingOnly_getIORefCnts(proxy1.get(), &refCnt, &readCnt, &writeCnt);
200 REPORTER_ASSERT(reporter, 1 == readCnt);
204 testingOnly_getIORefCnts(buffer.get(), &refCnt, &readCnt, &writeCnt);
206 REPORTER_ASSERT(reporter, 1 == readCnt);
211 testingOnly_getIORefCnts(proxy2.get(), &refCnt, &readCnt, &writeCnt)
    [all...]

Completed in 210 milliseconds