OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
191
int
templateSize
= (intptr_t) dmvCompilerTemplateEnd -
195
templateSize
);
202
templateSize
= (
templateSize
+ 4095) & ~4095;
205
gDvmJit.
templateSize
=
templateSize
;
206
gDvmJit.codeCacheByteUsed =
templateSize
;
210
(intptr_t) gDvmJit.codeCache +
templateSize
, 0);
316
memset((char *) gDvmJit.codeCache + gDvmJit.
templateSize
,
318
gDvmJit.codeCacheByteUsed - gDvmJit.
templateSize
);
[
all
...]
Utility.cpp
245
gDvmJit.
templateSize
,
246
gDvmJit.codeCacheByteUsed - gDvmJit.
templateSize
);
/dalvik/vm/
Globals.h
843
unsigned int
templateSize
;
/external/webkit/Source/WebCore/
ChangeLog-2011-02-16
[
all
...]
ChangeLog
[
all
...]
Completed in 448 milliseconds