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

  /external/chromium_org/third_party/skia/src/core/
SkReader32.h 110 return this->readObjectFromMemory(path);
114 return this->readObjectFromMemory(matrix);
118 return this->readObjectFromMemory(rrect);
122 return this->readObjectFromMemory(rgn);
139 template <typename T> bool readObjectFromMemory(T* obj) {
  /external/skia/include/core/
SkReader32.h 110 return readObjectFromMemory(path);
114 return readObjectFromMemory(matrix);
118 return readObjectFromMemory(rrect);
122 return readObjectFromMemory(rgn);
139 template <typename T> bool readObjectFromMemory(T* obj) {

Completed in 100 milliseconds