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

  /external/chromium_org/third_party/skia/src/effects/
SkArithmeticMode.cpp 275 GrTexture* backgroundTexture() const { return fBackgroundAccess.getTexture(); }
290 GrTextureAccess fBackgroundAccess;
305 fBackgroundAccess.reset(background);
306 this->addTextureAccess(&fBackgroundAccess);
  /external/skia/src/effects/
SkArithmeticMode.cpp 275 GrTexture* backgroundTexture() const { return fBackgroundAccess.getTexture(); }
290 GrTextureAccess fBackgroundAccess;
305 fBackgroundAccess.reset(background);
306 this->addTextureAccess(&fBackgroundAccess);
  /external/chromium_org/third_party/skia/src/core/
SkXfermode.cpp 924 const GrTextureAccess& backgroundAccess() const { return fBackgroundAccess; }
    [all...]
  /external/skia/src/core/
SkXfermode.cpp 924 const GrTextureAccess& backgroundAccess() const { return fBackgroundAccess; }
    [all...]

Completed in 462 milliseconds