HomeSort by relevance Sort by last modified time
    Searched refs:fImpl (Results 1 - 6 of 6) sorted by null

  /external/skia/src/core/
SkRefDict.cpp 26 SkRefDict::SkRefDict() : fImpl(NULL) {}
37 Impl* rec = fImpl;
52 Impl* rec = fImpl;
67 fImpl = rec->fNext;
82 rec->fNext = fImpl;
83 fImpl = rec;
87 Impl* rec = fImpl;
94 fImpl = NULL;
SkCanvas.cpp     [all...]
  /external/skia/src/ports/
SkXMLPullParser_expat.cpp 151 fImpl = new Impl;
156 fImpl->fData.fParser = p;
157 fImpl->fData.fCurr = &fCurr;
161 XML_SetUserData(p, &fImpl->fData);
164 fImpl->fBufferLen = len;
165 fImpl->fBuffer = sk_malloc_throw(len);
167 size_t len2 = fStream->read(fImpl->fBuffer, len);
173 sk_free(fImpl->fBuffer);
174 XML_ParserFree(fImpl->fData.fParser);
175 delete fImpl;
    [all...]
  /external/skia/include/core/
SkRefDict.h 58 Impl* fImpl;
SkCanvas.h     [all...]
  /external/skia/include/xml/
SkXMLParser.h 159 Impl* fImpl;

Completed in 461 milliseconds