Searched refs:writeFunctionPtr (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkWriteBuffer.h61 void writeFunctionPtr(void* ptr) { fWriter.writePtr(ptr); } function in class:SkWriteBuffer
/external/skia/include/core/
H A DSkWriteBuffer.h61 void writeFunctionPtr(void* ptr) { fWriter.writePtr(ptr); } function in class:SkWriteBuffer
/external/chromium_org/third_party/skia/src/core/
H A DSkWriteBuffer.cpp278 this->writeFunctionPtr(NULL);
309 this->writeFunctionPtr((void*)factory);
/external/skia/src/core/
H A DSkWriteBuffer.cpp278 this->writeFunctionPtr(NULL);
309 this->writeFunctionPtr((void*)factory);
/external/chromium_org/third_party/skia/tests/
H A DImageFilterTest.cpp66 buffer.writeFunctionPtr(fReporter);
/external/skia/tests/
H A DImageFilterTest.cpp66 buffer.writeFunctionPtr(fReporter);

Completed in 68 milliseconds