Home
last modified time | relevance | path

Searched refs:primitiveType (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/css/
DSVGCSSStyleSelector.cpp290 int type = primitiveValue->primitiveType(); in applySVGProperty()
308 int type = primitiveValue->primitiveType(); in applySVGProperty()
326 int type = primitiveValue->primitiveType(); in applySVGProperty()
344 int type = primitiveValue->primitiveType(); in applySVGProperty()
360 int type = primitiveValue->primitiveType(); in applySVGProperty()
376 int type = primitiveValue->primitiveType(); in applySVGProperty()
399 int type = primitiveValue->primitiveType(); in applySVGProperty()
415 int type = primitiveValue->primitiveType(); in applySVGProperty()
431 int type = primitiveValue->primitiveType(); in applySVGProperty()
447 int type = primitiveValue->primitiveType(); in applySVGProperty()
[all …]
DCSSStyleSelector.cpp3318 int type = primitiveValue->primitiveType(); in convertToLength()
3855 int type = primitiveValue->primitiveType(); in applyProperty()
3867 int type = primitiveValue->primitiveType(); in applyProperty()
4135 int type = primitiveValue->primitiveType(); in applyProperty()
4231 unsigned short type = primitiveValue->primitiveType(); in applyProperty()
4286 int type = primitiveValue->primitiveType(); in applyProperty()
4346 int type = primitiveValue->primitiveType(); in applyProperty()
4388 if (!primitiveValue || primitiveValue->primitiveType() != CSSPrimitiveValue::CSS_NUMBER) in applyProperty()
4397 if (!primitiveValue || primitiveValue->primitiveType() != CSSPrimitiveValue::CSS_NUMBER) in applyProperty()
4410 int type = primitiveValue->primitiveType(); in applyProperty()
[all …]
DCSSGradientValue.cpp125 if (stop.m_position->primitiveType() == CSSPrimitiveValue::CSS_PERCENTAGE) in addStops()
158 int type = stop.m_position->primitiveType(); in addStops()
369 switch (value->primitiveType()) { in positionFromValue()
417 unsigned short unitType = stop.m_position->primitiveType(); in isCacheable()
635 … if (radius->primitiveType() == CSSPrimitiveValue::CSS_NUMBER) // Can the radius be a percentage? in resolveRadius()
637 else if (widthOrHeight && radius->primitiveType() == CSSPrimitiveValue::CSS_PERCENTAGE) in resolveRadius()
756 …if (m_shape && m_shape->primitiveType() == CSSPrimitiveValue::CSS_IDENT && m_shape->getIdent() == … in createGradient()
762 if (m_sizingBehavior && m_sizingBehavior->primitiveType() == CSSPrimitiveValue::CSS_IDENT) { in createGradient()
DMediaQueryEvaluator.cpp181 …if (i0->isPrimitiveValue() && static_cast<CSSPrimitiveValue*>(i0)->primitiveType() == CSSPrimitive… in parseAspectRatio()
182 …&& i1->isPrimitiveValue() && static_cast<CSSPrimitiveValue*>(i1)->primitiveType() == CSSPrimitiveV… in parseAspectRatio()
183 …&& i2->isPrimitiveValue() && static_cast<CSSPrimitiveValue*>(i2)->primitiveType() == CSSPrimitiveV… in parseAspectRatio()
213 … && static_cast<CSSPrimitiveValue*>(value)->primitiveType() == CSSPrimitiveValue::CSS_NUMBER) { in numberValue()
DCSSPrimitiveValue.idl52 readonly attribute unsigned short primitiveType;
DCSSFontSelector.cpp290 if (item->primitiveType() == CSSPrimitiveValue::CSS_STRING) in addFontFaceRule()
292 else if (item->primitiveType() == CSSPrimitiveValue::CSS_IDENT) { in addFontFaceRule()
DCSSPrimitiveValue.h127 unsigned short primitiveType() const { return m_type; } in primitiveType() function
DCSSPrimitiveValue.cpp296 unsigned short type = primitiveType(); in computeLengthDouble()
/external/easymock/src/org/easymock/internal/
DMethodSerializationWrapper.java68 Class<?> primitiveType = primitiveTypes.get(parameterTypeNames[i]); in getMethod() local
69 if (primitiveType != null) { in getMethod()
70 parameterTypes[i] = primitiveType; in getMethod()
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstFieldRef.java35 public static CstFieldRef forPrimitiveType(Type primitiveType) { in forPrimitiveType() argument
36 return new CstFieldRef(CstType.forBoxedPrimitiveType(primitiveType), in forPrimitiveType()
DCstType.java103 public static CstType forBoxedPrimitiveType(Type primitiveType) { in forBoxedPrimitiveType() argument
104 switch (primitiveType.getBasicType()) { in forBoxedPrimitiveType()
116 throw new IllegalArgumentException("not primitive: " + primitiveType); in forBoxedPrimitiveType()
/external/skia/src/gpu/
DGrInOrderDrawBuffer.h116 virtual void onDrawIndexed(GrPrimitiveType primitiveType,
121 virtual void onDrawNonIndexed(GrPrimitiveType primitiveType,
DGrInOrderDrawBuffer.cpp188 void GrInOrderDrawBuffer::onDrawIndexed(GrPrimitiveType primitiveType, in onDrawIndexed() argument
203 draw.fPrimitiveType = primitiveType; in onDrawIndexed()
258 void GrInOrderDrawBuffer::onDrawNonIndexed(GrPrimitiveType primitiveType, in onDrawNonIndexed() argument
270 draw.fPrimitiveType = primitiveType; in onDrawNonIndexed()
DGrContext.cpp1122 GrPrimitiveType primitiveType, in drawVertices() argument
1181 target->drawIndexed(primitiveType, 0, 0, vertexCount, indexCount); in drawVertices()
1183 target->drawNonIndexed(primitiveType, 0, vertexCount); in drawVertices()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
DFieldTest.java145 Object getField(char primitiveType, Object o, Field f, in getField() argument
149 primitiveType = Character.toUpperCase(primitiveType); in getField()
150 switch (primitiveType) { in getField()
193 void setField(char primitiveType, Object o, Field f, in setField() argument
196 primitiveType = Character.toUpperCase(primitiveType); in setField()
197 switch (primitiveType) { in setField()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Dutilities.h64 bool ConvertPrimitiveType(GLenum primitiveType, GLsizei elementCount,
Dutilities.cpp718 bool ConvertPrimitiveType(GLenum primitiveType, GLsizei elementCount, in ConvertPrimitiveType() argument
721 switch (primitiveType) in ConvertPrimitiveType()
DContext.cpp2565 D3DPRIMITIVETYPE primitiveType; in drawArrays() local
2568 if(!es2dx::ConvertPrimitiveType(mode, count, &primitiveType, &primitiveCount)) in drawArrays()
2601 device->DrawPrimitive(primitiveType, 0, primitiveCount); in drawArrays()
2624 D3DPRIMITIVETYPE primitiveType; in drawElements() local
2627 if(!es2dx::ConvertPrimitiveType(mode, count, &primitiveType, &primitiveCount)) in drawElements()
2668 …device->DrawIndexedPrimitive(primitiveType, -(INT)indexInfo.minIndex, indexInfo.minIndex, vertexCo… in drawElements()
/external/webkit/Source/WebCore/platform/mac/
DHTMLConverter.mm220 unsigned short primitiveType = [computedValue primitiveType];
221 …if (primitiveType == DOM_CSS_STRING || primitiveType == DOM_CSS_URI || primitiveType == DOM_CSS_ID…
235 unsigned short primitiveType = [specifiedValue primitiveType];
236 …if (primitiveType == DOM_CSS_STRING || primitiveType == DOM_CSS_URI || primitiveType == DOM_CSS_ID…
358 switch ([primitiveValue primitiveType]) {
558 …putedValue cssValueType] == DOM_CSS_PRIMITIVE_VALUE && [computedValue primitiveType] == DOM_CSS_RG…
567 … if (valueType == DOM_CSS_PRIMITIVE_VALUE && [specifiedValue primitiveType] == DOM_CSS_RGBCOLOR) {
/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp371 if (primitiveValue->primitiveType() != CSSPrimitiveValue::CSS_PX) in extractFontSizeDelta()
847 if (primitiveColor->primitiveType() == CSSPrimitiveValue::CSS_RGBCOLOR) in getRGBAFontColor()
1024 …return value->primitiveType() >= CSSPrimitiveValue::CSS_PX && value->primitiveType() <= CSSPrimiti… in isCSSValueLength()
/external/dexmaker/src/main/java/com/google/dexmaker/stock/
DProxyBuilder.java695 TypeId<?> primitiveType = TypeId.get(entry.getKey());
697 MethodId<?, ?> valueOfMethod = boxedType.getMethod(boxedType, "valueOf", primitiveType);
698 PRIMITIVE_TYPE_TO_UNBOX_METHOD.put(primitiveType, valueOfMethod); in PRIMITIVE_TYPE_TO_UNBOX_METHOD.put() argument
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DClassPath.java179 for (String primitiveType: new String[]{"Z", "B", "S", "C", "I", "J", "F", "D"}) { in initClassPath()
180 ClassDef classDef = new PrimitiveClassDef(primitiveType); in initClassPath()
181 classDefs.put(primitiveType, classDef); in initClassPath()
/external/doclava/src/com/google/doclava/parser/
DJava.g606 | primitiveType
622 primitiveType
1093 : '(' primitiveType ')' unaryExpression
1116 | primitiveType
1201 | primitiveType
/external/skia/include/gpu/
DGrContext.h427 GrPrimitiveType primitiveType,
/external/webkit/Source/WebCore/svg/
DSVGLength.cpp468 switch (value->primitiveType()) { in fromCSSPrimitiveValue()

12