/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGTextLayoutAttributes.cpp | 47 xValues.fill(SVGTextLayoutAttributes::emptyValue(), length); in fillWithEmptyValues() 48 yValues.fill(SVGTextLayoutAttributes::emptyValue(), length); in fillWithEmptyValues() 49 dxValues.fill(SVGTextLayoutAttributes::emptyValue(), length); in fillWithEmptyValues() 50 dyValues.fill(SVGTextLayoutAttributes::emptyValue(), length); in fillWithEmptyValues() 51 rotateValues.fill(SVGTextLayoutAttributes::emptyValue(), length); in fillWithEmptyValues() 56 xValues.append(SVGTextLayoutAttributes::emptyValue()); in appendEmptyValues() 57 yValues.append(SVGTextLayoutAttributes::emptyValue()); in appendEmptyValues() 58 dxValues.append(SVGTextLayoutAttributes::emptyValue()); in appendEmptyValues() 59 dyValues.append(SVGTextLayoutAttributes::emptyValue()); in appendEmptyValues() 60 rotateValues.append(SVGTextLayoutAttributes::emptyValue()); in appendEmptyValues() [all …]
|
D | SVGTextLayoutEngine.cpp | 64 if (x == SVGTextLayoutAttributes::emptyValue()) in updateCharacerPositionIfNeeded() 67 if (y == SVGTextLayoutAttributes::emptyValue()) in updateCharacerPositionIfNeeded() 95 if (dxCurrent != SVGTextLayoutAttributes::emptyValue()) in updateRelativePositionAdjustmentsIfNeeded() 102 if (dyCurrent != SVGTextLayoutAttributes::emptyValue()) in updateRelativePositionAdjustmentsIfNeeded() 500 if (newAngle != SVGTextLayoutAttributes::emptyValue()) in layoutTextOnLineOrPath() 530 if (y != SVGTextLayoutAttributes::emptyValue()) in layoutTextOnLineOrPath() 541 if (x != SVGTextLayoutAttributes::emptyValue()) in layoutTextOnLineOrPath()
|
D | SVGTextLayoutAttributes.h | 51 static float emptyValue();
|
D | RenderSVGInlineText.cpp | 155 return m_attributes.xValues().at(position) != SVGTextLayoutAttributes::emptyValue() in characterStartsNewTextChunk() 156 || m_attributes.yValues().at(position) != SVGTextLayoutAttributes::emptyValue(); in characterStartsNewTextChunk()
|
D | SVGTextLayoutAttributesBuilder.cpp | 169 if (xFirst == SVGTextLayoutAttributes::emptyValue()) in buildLayoutAttributesForAllCharacters() 173 if (yFirst == SVGTextLayoutAttributes::emptyValue()) in buildLayoutAttributesForAllCharacters()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | HashTraits.h | 55 static T emptyValue() { return T(); } 62 static T emptyValue() { return std::numeric_limits<T>::infinity(); } 74 static T emptyValue() { return std::numeric_limits<T>::max(); } 104 …static TraitType emptyValue() { return make_pair(FirstTraits::emptyValue(), SecondTraits::emptyVal…
|
D | RefPtrHashMap.h | 266 return MappedTraits::emptyValue(); in get() 276 return MappedTraits::emptyValue(); in inlineGet() 321 return MappedTraits::emptyValue(); in take() 334 return MappedTraits::emptyValue(); in take()
|
D | HashTable.h | 341 …mptyBucket(const ValueType& value) { return Extractor::extract(value) == KeyTraits::emptyValue(); } 387 … static void initializeBucket(ValueType& bucket) { new (&bucket) ValueType(Traits::emptyValue()); } 467 ASSERT(!HashTranslator::equal(KeyTraits::emptyValue(), key)); 468 ValueType deletedValue = Traits::emptyValue(); 472 new (&deletedValue) ValueType(Traits::emptyValue());
|
D | HashMap.h | 279 return MappedTraits::emptyValue(); in get() 311 return MappedTraits::emptyValue(); in take()
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | StructureTransitionTable.h | 64 …static TraitType emptyValue() { return std::make_pair(FirstTraits::emptyValue(), SecondTraits::emp… in emptyValue() function
|
D | SymbolTable.h | 117 static SymbolTableEntry emptyValue() { return SymbolTableEntry(); } in emptyValue() function
|
D | WeakGCMap.h | 162 return HashTraits<ExternalType>::emptyValue(); in take()
|
D | JSValue.h | 372 static EncodedJSValue emptyValue() { return JSValue::encode(JSValue()); } in emptyValue() function
|
/external/webkit/Source/WebCore/css/ |
D | CSSPropertySourceData.cpp | 86 DEFINE_STATIC_LOCAL(String, emptyValue, ("e")); in toString() 88 if (!name && value == emptyValue) in toString()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | IntPointHash.h | 37 …static WebCore::IntPoint emptyValue() { return WebCore::IntPoint(0, std::numeric_limits<int>::min(…
|
D | FontCache.cpp | 233 static const FontPlatformData& emptyValue() in emptyValue() function
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | LayerTilerChromium.h | 148 static TileMapKey emptyValue() { return std::make_pair(-1, -1); } in emptyValue() function
|
/external/webkit/Source/WebCore/dom/ |
D | QualifiedName.h | 146 …static WebCore::QualifiedName emptyValue() { return WebCore::QualifiedName(nullAtom, nullAtom, nul…
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | DFA.java | 364 Integer emptyValue = Utils.integer(-1); 368 I = emptyValue; 375 v = emptyValue;
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebProcessProxy.cpp | 52 …return key != HashTraits<typename HashMap::KeyType>::emptyValue() && !HashTraits<typename HashMap:… in isGoodKey()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontPlatformData.cpp | 164 static const FixedSizeFontDataKey& emptyValue() in emptyValue() function
|
/external/webkit/Source/WebCore/bindings/js/ |
D | SerializedScriptValue.cpp | 1414 … DEFINE_STATIC_LOCAL(RefPtr<SerializedScriptValue>, emptyValue, (SerializedScriptValue::create())); in nullValue() 1415 return emptyValue.get(); in nullValue()
|
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
D | BytecodeGenerator.h | 417 static int emptyValue() { return std::numeric_limits<int>::max(); } in emptyValue() function
|
D | BytecodeGenerator.cpp | 1109 …if (isnan(number) || number == HashTraits<double>::emptyValue() || HashTraits<double>::isDeletedVa… in emitLoad()
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | NetscapePluginInstanceProxy.mm | 121 …if (objectID == HashTraits<uint32_t>::emptyValue() || HashTraits<uint32_t>::isDeletedValue(objectI… 186 …if (objectID == HashTraits<uint32_t>::emptyValue() || HashTraits<uint32_t>::isDeletedValue(objectI…
|