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

  /external/skia/legacy/src/animator/
SkDrawBitmap.cpp 134 SkImage::SkImage() : fDirty(true), fUriBase(NULL) {
145 ((SkImage*) copy)->fUriBase = ((SkImage*) this)->fUriBase;
178 fUriBase = maker.fPrefix.c_str();
192 //SkStream* stream = SkStream::GetURIStream(fUriBase, src.c_str());
SkDrawBitmap.h 70 const char* fUriBase;
  /external/skia/src/animator/
SkDrawBitmap.cpp 134 SkImageBaseBitmap::SkImageBaseBitmap() : fDirty(true), fUriBase(NULL) {
145 ((SkImageBaseBitmap*) copy)->fUriBase = ((SkImageBaseBitmap*) this)->fUriBase;
178 fUriBase = maker.fPrefix.c_str();
192 //SkStream* stream = SkStream::GetURIStream(fUriBase, src.c_str());
SkDrawBitmap.h 70 const char* fUriBase;

Completed in 308 milliseconds