Searched refs:setContext (Results 26 - 50 of 72) sorted by relevance

123

/external/skia/src/core/
H A DSkShader.cpp47 bool SkShader::setContext(const SkBitmap& device, function in class:SkShader
220 fFlags = 0; // computed in setContext
246 bool SkColorShader::setContext(const SkBitmap& device, const SkPaint& paint, function in class:SkColorShader
248 if (!this->INHERITED::setContext(device, paint, matrix)) {
339 bool SkEmptyShader::setContext(const SkBitmap&, const SkPaint&, function in class:SkEmptyShader
343 SkDEBUGFAIL("should never get called, since setContext() returned false");
347 SkDEBUGFAIL("should never get called, since setContext() returned false");
351 SkDEBUGFAIL("should never get called, since setContext() returned false");
H A DSkBitmapProcShader.cpp32 fFlags = 0; // computed in setContext
41 fFlags = 0; // computed in setContext
77 bool SkBitmapProcShader::setContext(const SkBitmap& device, function in class:SkBitmapProcShader
81 if (!this->INHERITED::setContext(device, paint, matrix)) {
H A DSkBitmapShaderTemplate.h33 virtual bool setContext(const SkBitmap& device, const SkPaint& paint, const SkMatrix& matrix) function in class:NOFILTER_BITMAP_SHADER_CLASS
35 if (!this->INHERITED::setContext(device, paint, matrix))
H A DSkBlitter.cpp579 virtual bool setContext(const SkBitmap& device, const SkPaint& paint,
581 if (!this->INHERITED::setContext(device, paint, matrix)) {
585 if (!fProxy->setContext(device, paint, matrix)) {
932 * setContext
935 * The endContext() call is made by the blitter (assuming setContext did
938 if (shader && !shader->setContext(device, *paint, matrix)) {
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient.h56 virtual bool setContext(const SkBitmap& device,
H A DSkGradientShaderPriv.h94 virtual bool setContext(const SkBitmap&, const SkPaint&, const SkMatrix&) SK_OVERRIDE;
159 SkColor* fOrigColors; // original colors, before modulation by paint in setContext
H A DSkLinearGradient.cpp89 bool SkLinearGradient::setContext(const SkBitmap& device, const SkPaint& paint, function in class:SkLinearGradient
91 if (!this->INHERITED::setContext(device, paint, matrix)) {
H A DSkTwoPointRadialGradient.cpp295 bool SkTwoPointRadialGradient::setContext( const SkBitmap& device,
303 if (!this->INHERITED::setContext(device, paint, matrix)) {
/external/webkit/Source/WebCore/bindings/v8/
H A DV8DOMWindowShell.h69 void setContext(v8::Handle<v8::Context>);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DWebGLLayerChromium.cpp94 void WebGLLayerChromium::setContext(const GraphicsContext3D* context) function in class:WebCore::WebGLLayerChromium
/external/skia/legacy/include/core/
H A DSkShader.h75 /** set (after setContext) if the spans only vary in X (const in Y).
119 virtual bool setContext(const SkBitmap& device, const SkPaint& paint,
291 // These can be called by your subclass after setContext() has been called
/external/skia/legacy/src/core/
H A DSkBitmapProcShader.cpp31 fFlags = 0; // computed in setContext
39 fFlags = 0; // computed in setContext
88 bool SkBitmapProcShader::setContext(const SkBitmap& device, function in class:SkBitmapProcShader
92 if (!this->INHERITED::setContext(device, paint, matrix)) {
H A DSkBitmapShaderTemplate.h33 virtual bool setContext(const SkBitmap& device, const SkPaint& paint, const SkMatrix& matrix) function in class:NOFILTER_BITMAP_SHADER_CLASS
35 if (!this->INHERITED::setContext(device, paint, matrix))
H A DSkBlitter.cpp571 virtual bool setContext(const SkBitmap& device, const SkPaint& paint,
574 return fProxy->setContext(device, paint, matrix);
577 return this->INHERITED::setContext(device, paint, matrix);
902 if (shader && !shader->setContext(device, paint, matrix)) {
/external/skia/src/gpu/
H A DGrGpu.h60 void setContext(GrContext* context) { function in class:GrGpu
63 fClipMaskManager.setContext(context);
H A DGrClipMaskCache.h178 void setContext(GrContext* context) { function in class:GrClipMaskCache
/external/skia/include/core/
H A DSkShader.h99 /** set (after setContext) if the spans only vary in X (const in Y).
143 * setContext.
145 * Subclasses should be sure to call their INHERITED::setContext() if they
148 virtual bool setContext(const SkBitmap& device, const SkPaint& paint,
152 * Assuming setContext returned true, endContext() will be called when
153 * the draw using the shader has completed. It is an error for setContext
322 * setContext. Instead we pass the paint here in case the shader needs paint info.
353 // These can be called by your subclass after setContext() has been called
/external/clang/include/clang/Analysis/Support/
H A DBlkExprDeclBitVector.h180 void setContext(ASTContext &c) { ctx = &c; } function in class:clang::StmtDeclBitVector_Types::AnalysisDataTy
/external/replicaisland/src/com/replica/replicaisland/
H A DGameRenderer.java324 public void setContext(Context newContext) { method in class:GameRenderer
H A DKeyboardConfigDialogPreference.java207 public void setContext(Context context) { method in class:KeyboardConfigDialogPreference
H A DGame.java331 mRenderer.setContext(context);
462 mRenderer.setContext(context);
/external/skia/tests/
H A DClipCacheTest.cpp125 cache.setContext(context);
/external/skia/legacy/src/effects/
H A DSkGradientShader.cpp132 virtual bool setContext(const SkBitmap&, const SkPaint&, const SkMatrix&) SK_OVERRIDE;
207 SkColor* fOrigColors; // original colors, before modulation by paint in setContext
427 bool Gradient_Shader::setContext(const SkBitmap& device, function in class:Gradient_Shader
430 if (!this->INHERITED::setContext(device, paint, matrix)) {
845 virtual bool setContext(const SkBitmap&, const SkPaint&, const SkMatrix&) SK_OVERRIDE;
880 bool Linear_Gradient::setContext(const SkBitmap& device, const SkPaint& paint,
882 if (!this->INHERITED::setContext(device, paint, matrix)) {
2040 virtual bool setContext(const SkBitmap& device,
2043 if (!this->INHERITED::setContext(device, paint, matrix)) {
/external/icu4c/i18n/unicode/
H A Dsmpdtfmt.h788 virtual void setContext(UDisplayContext value, UErrorCode& status);
/external/webkit/Source/WebCore/platform/text/
H A DBidiResolver.h169 void setContext(PassRefPtr<BidiContext> c) { m_status.context = c; } function in class:WebCore::BidiResolver
388 setContext(toContext);
514 stateAtEnd.setContext(c->copyStackRemovingUnicodeEmbeddingContexts());

Completed in 409 milliseconds

123