Searched refs:fixedSize (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DStyleGeneratedImage.cpp48 IntSize fixedSize = m_imageGeneratorValue->fixedSize(renderer); local
50 return fixedSize;
52 LayoutUnit width = fixedSize.width() * multiplier;
53 LayoutUnit height = fixedSize.height() * multiplier;
56 if (fixedSize.width() > 0)
59 if (fixedSize.height() > 0)
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSImageGeneratorValue.cpp137 IntSize CSSImageGeneratorValue::fixedSize(const RenderObject* renderer) function in class:WebCore::CSSImageGeneratorValue
141 return static_cast<CSSCanvasValue*>(this)->fixedSize(renderer);
143 return static_cast<CSSCrossfadeValue*>(this)->fixedSize(renderer);
145 return static_cast<CSSLinearGradientValue*>(this)->fixedSize(renderer);
147 return static_cast<CSSRadialGradientValue*>(this)->fixedSize(renderer);
H A DCSSCanvasValue.h45 IntSize fixedSize(const RenderObject*);
H A DCSSCrossfadeValue.h57 IntSize fixedSize(const RenderObject*);
H A DCSSImageGeneratorValue.h53 IntSize fixedSize(const RenderObject*);
H A DCSSCanvasValue.cpp71 IntSize CSSCanvasValue::fixedSize(const RenderObject* renderer) function in class:WebCore::CSSCanvasValue
H A DCSSCrossfadeValue.cpp112 IntSize CSSCrossfadeValue::fixedSize(const RenderObject* renderer) function in class:WebCore::CSSCrossfadeValue
189 m_generatedImage = CrossfadeGeneratedImage::create(fromImage, toImage, m_percentageValue->getFloatValue(), fixedSize(renderer), size);
H A DCSSGradientValue.h85 IntSize fixedSize(const RenderObject*) const { return IntSize(); } function in class:WebCore::CSSGradientValue
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dcdbuilder.h62 const size_t fixedSize(const uint32_t version); // calculate fixed size of the CodeDirectory
H A Dcdbuilder.cpp116 const size_t CodeDirectory::Builder::fixedSize(const uint32_t version) function in class:Security::CodeSigning::CodeDirectory::Builder
141 size_t offset = fixedSize(version);
205 size_t offset = fixedSize(mDir->version);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dcdbuilder.h62 const size_t fixedSize(const uint32_t version); // calculate fixed size of the CodeDirectory
H A Dcdbuilder.cpp116 const size_t CodeDirectory::Builder::fixedSize(const uint32_t version) function in class:Security::CodeSigning::CodeDirectory::Builder
141 size_t offset = fixedSize(version);
205 size_t offset = fixedSize(mDir->version);

Completed in 87 milliseconds