/external/skia/src/core/ |
H A D | SkShader.cpp | 47 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 D | SkBitmapProcShader.cpp | 32 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 D | SkBitmapShaderTemplate.h | 33 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 D | SkBlitter.cpp | 579 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 D | SkTwoPointConicalGradient.h | 56 virtual bool setContext(const SkBitmap& device,
|
H A D | SkGradientShaderPriv.h | 94 virtual bool setContext(const SkBitmap&, const SkPaint&, const SkMatrix&) SK_OVERRIDE; 159 SkColor* fOrigColors; // original colors, before modulation by paint in setContext
|
H A D | SkLinearGradient.cpp | 89 bool SkLinearGradient::setContext(const SkBitmap& device, const SkPaint& paint, function in class:SkLinearGradient 91 if (!this->INHERITED::setContext(device, paint, matrix)) {
|
H A D | SkTwoPointRadialGradient.cpp | 295 bool SkTwoPointRadialGradient::setContext( const SkBitmap& device, 303 if (!this->INHERITED::setContext(device, paint, matrix)) {
|
/external/webkit/Source/WebCore/bindings/v8/ |
H A D | V8DOMWindowShell.h | 69 void setContext(v8::Handle<v8::Context>);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
H A D | WebGLLayerChromium.cpp | 94 void WebGLLayerChromium::setContext(const GraphicsContext3D* context) function in class:WebCore::WebGLLayerChromium
|
/external/skia/legacy/include/core/ |
H A D | SkShader.h | 75 /** 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 D | SkBitmapProcShader.cpp | 31 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 D | SkBitmapShaderTemplate.h | 33 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 D | SkBlitter.cpp | 571 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 D | GrGpu.h | 60 void setContext(GrContext* context) { function in class:GrGpu 63 fClipMaskManager.setContext(context);
|
H A D | GrClipMaskCache.h | 178 void setContext(GrContext* context) { function in class:GrClipMaskCache
|
/external/skia/include/core/ |
H A D | SkShader.h | 99 /** 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 D | BlkExprDeclBitVector.h | 180 void setContext(ASTContext &c) { ctx = &c; } function in class:clang::StmtDeclBitVector_Types::AnalysisDataTy
|
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | GameRenderer.java | 324 public void setContext(Context newContext) { method in class:GameRenderer
|
H A D | KeyboardConfigDialogPreference.java | 207 public void setContext(Context context) { method in class:KeyboardConfigDialogPreference
|
H A D | Game.java | 331 mRenderer.setContext(context); 462 mRenderer.setContext(context);
|
/external/skia/tests/ |
H A D | ClipCacheTest.cpp | 125 cache.setContext(context);
|
/external/skia/legacy/src/effects/ |
H A D | SkGradientShader.cpp | 132 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 D | smpdtfmt.h | 788 virtual void setContext(UDisplayContext value, UErrorCode& status);
|
/external/webkit/Source/WebCore/platform/text/ |
H A D | BidiResolver.h | 169 void setContext(PassRefPtr<BidiContext> c) { m_status.context = c; } function in class:WebCore::BidiResolver 388 setContext(toContext); 514 stateAtEnd.setContext(c->copyStackRemovingUnicodeEmbeddingContexts());
|