HomeSort by relevance Sort by last modified time
    Searched full:templatesize (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
ShadowBlur.cpp 430 IntSize ShadowBlur::templateSize(const RoundedIntRect::Radii& radii) const
459 IntSize templateSize = this->templateSize(radii);
461 if (templateSize.width() > shadowedRect.width() || templateSize.height() > shadowedRect.height()
462 || (templateSize.width() * templateSize.height() > m_sourceRect.width() * m_sourceRect.height())) {
467 drawRectShadowWithTiling(graphicsContext, shadowedRect, radii, templateSize);
485 IntSize templateSize = this->templateSize(holeRadii)
    [all...]
ShadowBlur.h 67 IntSize templateSize(const RoundedIntRect::Radii&) const;
75 void drawLayerPieces(GraphicsContext*, const FloatRect& shadowBounds, const RoundedIntRect::Radii&, float roundedRadius, const IntSize& templateSize, ShadowDirection);
77 void blurShadowBuffer(const IntSize& templateSize);
78 void blurAndColorShadowBuffer(const IntSize& templateSize);
  /dalvik/vm/compiler/
Compiler.cpp 196 int templateSize = (intptr_t) dmvCompilerTemplateEnd -
200 templateSize);
207 templateSize = (templateSize + 4095) & ~4095;
210 gDvmJit.templateSize = templateSize;
211 gDvmJit.codeCacheByteUsed = templateSize;
215 (intptr_t) gDvmJit.codeCache + templateSize, 0);
230 gDvmJit.templateSize = (stream - streamStart);
331 dvmCompilerCacheClear((char *) gDvmJit.codeCache + gDvmJit.templateSize,
    [all...]
Utility.cpp 245 gDvmJit.templateSize,
246 gDvmJit.codeCacheByteUsed - gDvmJit.templateSize);
  /dalvik/vm/
Globals.h 850 unsigned int templateSize;
  /external/webkit/Source/WebCore/
ChangeLog-2011-02-16     [all...]
ChangeLog     [all...]

Completed in 2631 milliseconds