/external/webkit/Source/WebCore/css/ |
D | SVGCSSStyleSelector.cpp | 290 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 …]
|
D | CSSStyleSelector.cpp | 3318 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 …]
|
D | CSSGradientValue.cpp | 125 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()
|
D | MediaQueryEvaluator.cpp | 181 …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()
|
D | CSSPrimitiveValue.idl | 52 readonly attribute unsigned short primitiveType;
|
D | CSSFontSelector.cpp | 290 if (item->primitiveType() == CSSPrimitiveValue::CSS_STRING) in addFontFaceRule() 292 else if (item->primitiveType() == CSSPrimitiveValue::CSS_IDENT) { in addFontFaceRule()
|
D | CSSPrimitiveValue.h | 127 unsigned short primitiveType() const { return m_type; } in primitiveType() function
|
D | CSSPrimitiveValue.cpp | 296 unsigned short type = primitiveType(); in computeLengthDouble()
|
/external/easymock/src/org/easymock/internal/ |
D | MethodSerializationWrapper.java | 68 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/ |
D | CstFieldRef.java | 35 public static CstFieldRef forPrimitiveType(Type primitiveType) { in forPrimitiveType() argument 36 return new CstFieldRef(CstType.forBoxedPrimitiveType(primitiveType), in forPrimitiveType()
|
D | CstType.java | 103 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/ |
D | GrInOrderDrawBuffer.h | 116 virtual void onDrawIndexed(GrPrimitiveType primitiveType, 121 virtual void onDrawNonIndexed(GrPrimitiveType primitiveType,
|
D | GrInOrderDrawBuffer.cpp | 188 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()
|
D | GrContext.cpp | 1122 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/ |
D | FieldTest.java | 145 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/ |
D | utilities.h | 64 bool ConvertPrimitiveType(GLenum primitiveType, GLsizei elementCount,
|
D | utilities.cpp | 718 bool ConvertPrimitiveType(GLenum primitiveType, GLsizei elementCount, in ConvertPrimitiveType() argument 721 switch (primitiveType) in ConvertPrimitiveType()
|
D | Context.cpp | 2565 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/ |
D | HTMLConverter.mm | 220 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/ |
D | EditingStyle.cpp | 371 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/ |
D | ProxyBuilder.java | 695 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/ |
D | ClassPath.java | 179 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/ |
D | Java.g | 606 | primitiveType 622 primitiveType 1093 : '(' primitiveType ')' unaryExpression 1116 | primitiveType 1201 | primitiveType
|
/external/skia/include/gpu/ |
D | GrContext.h | 427 GrPrimitiveType primitiveType,
|
/external/webkit/Source/WebCore/svg/ |
D | SVGLength.cpp | 468 switch (value->primitiveType()) { in fromCSSPrimitiveValue()
|