Searched refs:fImpl (Results 1 – 6 of 6) sorted by relevance
143 fImpl = new Impl; in onInit()148 fImpl->fData.fParser = p; in onInit()149 fImpl->fData.fCurr = &fCurr; in onInit()153 XML_SetUserData(p, &fImpl->fData); in onInit()156 fImpl->fBufferLen = len; in onInit()157 fImpl->fBuffer = sk_malloc_throw(len); in onInit()159 size_t len2 = fStream->read(fImpl->fBuffer, len); in onInit()165 sk_free(fImpl->fBuffer); in onExit()166 XML_ParserFree(fImpl->fData.fParser); in onExit()167 delete fImpl; in onExit()[all …]
19 SkRefDict::SkRefDict() : fImpl(NULL) {} in SkRefDict()30 Impl* rec = fImpl; in find()45 Impl* rec = fImpl; in set()60 fImpl = rec->fNext; in set()75 rec->fNext = fImpl; in set()76 fImpl = rec; in set()80 Impl* rec = fImpl; in removeAll()87 fImpl = NULL; in removeAll()
1949 fImpl = new (fStorage) SkDrawIter(canvas, skipEmptyClips); in LayerIter()1950 fDone = !fImpl->next(); in LayerIter()1954 fImpl->~SkDrawIter(); in ~LayerIter()1958 fDone = !fImpl->next(); in next()1962 return fImpl->getDevice(); in device()1966 return fImpl->getMatrix(); in matrix()1970 const SkPaint* paint = fImpl->getPaint(); in paint()1977 const SkRegion& SkCanvas::LayerIter::clip() const { return fImpl->getClip(); } in clip()1978 int SkCanvas::LayerIter::x() const { return fImpl->getX(); } in x()1979 int SkCanvas::LayerIter::y() const { return fImpl->getY(); } in y()
51 Impl* fImpl; variable
932 class SkDrawIter* fImpl; // this points at fStorage variable
151 Impl* fImpl;