Home
last modified time | relevance | path

Searched refs:emptyValue (Results 1 – 25 of 38) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutAttributes.cpp47 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 …]
DSVGTextLayoutEngine.cpp64 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()
DSVGTextLayoutAttributes.h51 static float emptyValue();
DRenderSVGInlineText.cpp155 return m_attributes.xValues().at(position) != SVGTextLayoutAttributes::emptyValue() in characterStartsNewTextChunk()
156 || m_attributes.yValues().at(position) != SVGTextLayoutAttributes::emptyValue(); in characterStartsNewTextChunk()
DSVGTextLayoutAttributesBuilder.cpp169 if (xFirst == SVGTextLayoutAttributes::emptyValue()) in buildLayoutAttributesForAllCharacters()
173 if (yFirst == SVGTextLayoutAttributes::emptyValue()) in buildLayoutAttributesForAllCharacters()
/external/webkit/Source/JavaScriptCore/wtf/
DHashTraits.h55 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…
DRefPtrHashMap.h266 return MappedTraits::emptyValue(); in get()
276 return MappedTraits::emptyValue(); in inlineGet()
321 return MappedTraits::emptyValue(); in take()
334 return MappedTraits::emptyValue(); in take()
DHashTable.h341 …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());
DHashMap.h279 return MappedTraits::emptyValue(); in get()
311 return MappedTraits::emptyValue(); in take()
/external/webkit/Source/JavaScriptCore/runtime/
DStructureTransitionTable.h64 …static TraitType emptyValue() { return std::make_pair(FirstTraits::emptyValue(), SecondTraits::emp… in emptyValue() function
DSymbolTable.h117 static SymbolTableEntry emptyValue() { return SymbolTableEntry(); } in emptyValue() function
DWeakGCMap.h162 return HashTraits<ExternalType>::emptyValue(); in take()
DJSValue.h372 static EncodedJSValue emptyValue() { return JSValue::encode(JSValue()); } in emptyValue() function
/external/webkit/Source/WebCore/css/
DCSSPropertySourceData.cpp86 DEFINE_STATIC_LOCAL(String, emptyValue, ("e")); in toString()
88 if (!name && value == emptyValue) in toString()
/external/webkit/Source/WebCore/platform/graphics/
DIntPointHash.h37 …static WebCore::IntPoint emptyValue() { return WebCore::IntPoint(0, std::numeric_limits<int>::min(…
DFontCache.cpp233 static const FontPlatformData& emptyValue() in emptyValue() function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerTilerChromium.h148 static TileMapKey emptyValue() { return std::make_pair(-1, -1); } in emptyValue() function
/external/webkit/Source/WebCore/dom/
DQualifiedName.h146 …static WebCore::QualifiedName emptyValue() { return WebCore::QualifiedName(nullAtom, nullAtom, nul…
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DDFA.java364 Integer emptyValue = Utils.integer(-1);
368 I = emptyValue;
375 v = emptyValue;
/external/webkit/Source/WebKit2/UIProcess/
DWebProcessProxy.cpp52 …return key != HashTraits<typename HashMap::KeyType>::emptyValue() && !HashTraits<typename HashMap:… in isGoodKey()
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontPlatformData.cpp164 static const FixedSizeFontDataKey& emptyValue() in emptyValue() function
/external/webkit/Source/WebCore/bindings/js/
DSerializedScriptValue.cpp1414 … DEFINE_STATIC_LOCAL(RefPtr<SerializedScriptValue>, emptyValue, (SerializedScriptValue::create())); in nullValue()
1415 return emptyValue.get(); in nullValue()
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h417 static int emptyValue() { return std::numeric_limits<int>::max(); } in emptyValue() function
DBytecodeGenerator.cpp1109 …if (isnan(number) || number == HashTraits<double>::emptyValue() || HashTraits<double>::isDeletedVa… in emitLoad()
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.mm121 …if (objectID == HashTraits<uint32_t>::emptyValue() || HashTraits<uint32_t>::isDeletedValue(objectI…
186 …if (objectID == HashTraits<uint32_t>::emptyValue() || HashTraits<uint32_t>::isDeletedValue(objectI…

12