OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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