Home | History | Annotate | Download | only in pdf

Lines Matching refs:getMemoryBase

136     // able to use skip(), rewind(), or getMemoryBase().  read()ing through
147 src = (const uint8_t*)staticStream->getMemoryBase();
148 if (srcStream->getMemoryBase() != NULL) {
149 memcpy((void *)src, srcStream->getMemoryBase(), srcLen);