Searched refs:emptyValue (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextLayoutAttributes.h53 static float emptyValue();
69 : x(SVGTextLayoutAttributes::emptyValue())
70 , y(SVGTextLayoutAttributes::emptyValue())
71 , dx(SVGTextLayoutAttributes::emptyValue())
72 , dy(SVGTextLayoutAttributes::emptyValue())
73 , rotate(SVGTextLayoutAttributes::emptyValue())
H A DSVGTextLayoutAttributes.cpp41 float SVGTextLayoutAttributes::emptyValue() function in class:WebCore::SVGTextLayoutAttributes
49 if (value == SVGTextLayoutAttributes::emptyValue()) {
H A DSVGTextLayoutAttributesBuilder.cpp153 if (data.x == SVGTextLayoutAttributes::emptyValue())
155 if (data.y == SVGTextLayoutAttributes::emptyValue())
197 float lastRotation = SVGTextLayoutAttributes::emptyValue();
220 if (lastRotation == SVGTextLayoutAttributes::emptyValue())
H A DSVGTextLayoutEngine.cpp66 if (x == SVGTextLayoutAttributes::emptyValue())
69 if (y == SVGTextLayoutAttributes::emptyValue())
91 if (dx == SVGTextLayoutAttributes::emptyValue() && dy == SVGTextLayoutAttributes::emptyValue())
94 if (dx == SVGTextLayoutAttributes::emptyValue())
96 if (dy == SVGTextLayoutAttributes::emptyValue())
493 float angle = data.rotate == SVGTextLayoutAttributes::emptyValue() ? 0 : data.rotate;
521 if (y != SVGTextLayoutAttributes::emptyValue())
532 if (x != SVGTextLayoutAttributes::emptyValue())
H A DRenderSVGInlineText.cpp161 return it->value.x != SVGTextLayoutAttributes::emptyValue() || it->value.y != SVGTextLayoutAttributes::emptyValue();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DIntPointHash.h37 static WebCore::IntPoint emptyValue() { return WebCore::IntPoint(0, std::numeric_limits<int>::min()); } function in struct:WTF::HashTraits
H A DFontGenericFamilies.h39 static int emptyValue() { return -2; } function in struct:WebCore::UScriptCodeHashTraits
H A DFontCache.cpp269 static const FontPlatformData& emptyValue() function in struct:WebCore::FontDataCacheKeyTraits
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DTileIndexHash.h42 static TileIndex emptyValue() { return TileIndex(); } function in struct:WTF::HashTraits
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DCopiedBlock.h117 JSValue emptyValue;
120 *currentValue = emptyValue;
H A DWeakInlines.h162 static EmptyValueType emptyValue() { return nullptr; } function in struct:WTF::HashTraits
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerTileIndex.h80 static WebCore::TileIndex emptyValue() { return WebCore::TileIndex(); } function in struct:WTF::HashTraits
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DQualifiedName.h158 static WebCore::QualifiedName emptyValue() { return WebCore::nullQName(); } function in struct:WTF::HashTraits
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DIdentifier.h245 static int emptyValue() { return std::numeric_limits<int>::max(); } function in struct:JSC::IdentifierMapIndexHashTraits
H A DJSCJSValue.h400 static EncodedJSValue emptyValue() { return JSValue::encode(JSValue()); } function in struct:JSC::EncodedJSValueHashTraits
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DFontPlatformData.cpp159 static const FixedSizeFontDataKey& emptyValue() function in struct:WebCore::FixedSizeFontDataKeyTraits
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm123 if (objectID == HashTraits<uint32_t>::emptyValue() || HashTraits<uint32_t>::isDeletedValue(objectID))
188 if (objectID == HashTraits<uint32_t>::emptyValue() || HashTraits<uint32_t>::isDeletedValue(objectID)) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.cpp407 return opcode != HashTraits<Opcode>::emptyValue()
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderFlexibleBox.cpp47 static int emptyValue() { return std::numeric_limits<int>::min(); } function in struct:WebCore::RenderFlexibleBox::OrderHashTraits
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp1123 if (std::isnan(number) || number == HashTraits<double>::emptyValue() || HashTraits<double>::isDeletedValue(number))

Completed in 156 milliseconds