OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foregroundtex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/effects/
SkXfermodeImageFilter.cpp
116
GrTexture*
foregroundTex
= foreground.getTexture();
117
GrContext* context =
foregroundTex
->getContext();
137
SkMatrix foregroundMatrix = GrEffect::MakeDivByTextureWHMatrix(
foregroundTex
);
146
paint.addColorTextureEffect(
foregroundTex
, foregroundMatrix);
157
foregroundPaint.addColorTextureEffect(
foregroundTex
, foregroundMatrix);
/external/skia/src/effects/
SkXfermodeImageFilter.cpp
116
GrTexture*
foregroundTex
= foreground.getTexture();
117
GrContext* context =
foregroundTex
->getContext();
137
SkMatrix foregroundMatrix = GrEffect::MakeDivByTextureWHMatrix(
foregroundTex
);
146
paint.addColorTextureEffect(
foregroundTex
, foregroundMatrix);
157
foregroundPaint.addColorTextureEffect(
foregroundTex
, foregroundMatrix);
Completed in 153 milliseconds