Searched refs:primitiveType (Results 1 - 25 of 35) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstFieldRef.java32 * @param primitiveType {@code non-null;} the primitive type
35 public static CstFieldRef forPrimitiveType(Type primitiveType) { argument
36 return new CstFieldRef(CstType.forBoxedPrimitiveType(primitiveType),
H A DCstType.java100 * @param primitiveType {@code non-null;} the primitive type
103 public static CstType forBoxedPrimitiveType(Type primitiveType) { argument
104 switch (primitiveType.getBasicType()) {
116 throw new IllegalArgumentException("not primitive: " + primitiveType);
/external/easymock/src/org/easymock/internal/
H A DMethodSerializationWrapper.java68 Class<?> primitiveType = primitiveTypes.get(parameterTypeNames[i]);
69 if (primitiveType != null) {
70 parameterTypes[i] = primitiveType;
/external/webkit/Source/WebCore/css/
H A DSVGCSSStyleSelector.cpp290 int type = primitiveValue->primitiveType();
308 int type = primitiveValue->primitiveType();
326 int type = primitiveValue->primitiveType();
344 int type = primitiveValue->primitiveType();
360 int type = primitiveValue->primitiveType();
376 int type = primitiveValue->primitiveType();
399 int type = primitiveValue->primitiveType();
415 int type = primitiveValue->primitiveType();
431 int type = primitiveValue->primitiveType();
447 int type = primitiveValue->primitiveType();
[all...]
H A DCSSPrimitiveValue.idl52 readonly attribute unsigned short primitiveType;
H A DCSSStyleSelector.cpp3318 int type = primitiveValue->primitiveType();
3855 int type = primitiveValue->primitiveType();
3867 int type = primitiveValue->primitiveType();
4135 int type = primitiveValue->primitiveType();
4231 unsigned short type = primitiveValue->primitiveType();
4286 int type = primitiveValue->primitiveType();
4346 int type = primitiveValue->primitiveType();
4388 if (!primitiveValue || primitiveValue->primitiveType() != CSSPrimitiveValue::CSS_NUMBER)
4397 if (!primitiveValue || primitiveValue->primitiveType() != CSSPrimitiveValue::CSS_NUMBER)
4410 int type = primitiveValue->primitiveType();
[all...]
H A DCSSGradientValue.cpp125 if (stop.m_position->primitiveType() == CSSPrimitiveValue::CSS_PERCENTAGE)
158 int type = stop.m_position->primitiveType();
369 switch (value->primitiveType()) {
417 unsigned short unitType = stop.m_position->primitiveType();
635 if (radius->primitiveType() == CSSPrimitiveValue::CSS_NUMBER) // Can the radius be a percentage?
637 else if (widthOrHeight && radius->primitiveType() == CSSPrimitiveValue::CSS_PERCENTAGE)
756 if (m_shape && m_shape->primitiveType() == CSSPrimitiveValue::CSS_IDENT && m_shape->getIdent() == CSSValueCircle)
762 if (m_sizingBehavior && m_sizingBehavior->primitiveType() == CSSPrimitiveValue::CSS_IDENT) {
H A DMediaQueryEvaluator.cpp181 if (i0->isPrimitiveValue() && static_cast<CSSPrimitiveValue*>(i0)->primitiveType() == CSSPrimitiveValue::CSS_NUMBER
182 && i1->isPrimitiveValue() && static_cast<CSSPrimitiveValue*>(i1)->primitiveType() == CSSPrimitiveValue::CSS_STRING
183 && i2->isPrimitiveValue() && static_cast<CSSPrimitiveValue*>(i2)->primitiveType() == CSSPrimitiveValue::CSS_NUMBER) {
213 && static_cast<CSSPrimitiveValue*>(value)->primitiveType() == CSSPrimitiveValue::CSS_NUMBER) {
H A DCSSPrimitiveValue.h127 unsigned short primitiveType() const { return m_type; } function in class:WebCore::CSSPrimitiveValue
H A DCSSFontSelector.cpp290 if (item->primitiveType() == CSSPrimitiveValue::CSS_STRING)
292 else if (item->primitiveType() == CSSPrimitiveValue::CSS_IDENT) {
H A DCSSPrimitiveValue.cpp296 unsigned short type = primitiveType();
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A Dutilities.h64 bool ConvertPrimitiveType(GLenum primitiveType, GLsizei elementCount,
H A Dutilities.cpp718 bool ConvertPrimitiveType(GLenum primitiveType, GLsizei elementCount, argument
721 switch (primitiveType)
H A DContext.cpp2565 D3DPRIMITIVETYPE primitiveType; local
2568 if(!es2dx::ConvertPrimitiveType(mode, count, &primitiveType, &primitiveCount))
2601 device->DrawPrimitive(primitiveType, 0, primitiveCount);
2624 D3DPRIMITIVETYPE primitiveType; local
2627 if(!es2dx::ConvertPrimitiveType(mode, count, &primitiveType, &primitiveCount))
2668 device->DrawIndexedPrimitive(primitiveType, -(INT)indexInfo.minIndex, indexInfo.minIndex, vertexCount, indexInfo.startIndex, primitiveCount);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
H A DFieldTest.java145 Object getField(char primitiveType, Object o, Field f, argument
149 primitiveType = Character.toUpperCase(primitiveType);
150 switch (primitiveType) {
193 void setField(char primitiveType, Object o, Field f, argument
196 primitiveType = Character.toUpperCase(primitiveType);
197 switch (primitiveType) {
/external/webkit/Source/WebCore/platform/mac/
H A DHTMLConverter.mm220 unsigned short primitiveType = [computedValue primitiveType];
221 if (primitiveType == DOM_CSS_STRING || primitiveType == DOM_CSS_URI || primitiveType == DOM_CSS_IDENT || primitiveType == DOM_CSS_ATTR) {
235 unsigned short primitiveType = [specifiedValue primitiveType];
236 if (primitiveType == DOM_CSS_STRING || primitiveType
[all...]
/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp371 if (primitiveValue->primitiveType() != CSSPrimitiveValue::CSS_PX)
847 if (primitiveColor->primitiveType() == CSSPrimitiveValue::CSS_RGBCOLOR)
1024 return value->primitiveType() >= CSSPrimitiveValue::CSS_PX && value->primitiveType() <= CSSPrimitiveValue::CSS_PC;
/external/skia/src/gpu/
H A DGrDrawTarget.h745 GrPrimitiveType primitiveType() const { return fPrimitiveType; } function in class:GrDrawTarget::DrawInfo
H A DGrGpu.cpp376 if (!this->setupClipAndFlushState(PrimTypeToDrawType(info.primitiveType()))) {
H A DGrContext.cpp862 GrPrimitiveType primitiveType,
919 target->drawIndexed(primitiveType, 0, 0, vertexCount, indexCount);
921 target->drawNonIndexed(primitiveType, 0, vertexCount);
861 drawVertices(const GrPaint& paint, GrPrimitiveType primitiveType, int vertexCount, const GrPoint positions[], const GrPoint texCoords[], const GrColor colors[], const uint16_t indices[], int indexCount) argument
/external/dexmaker/src/main/java/com/google/dexmaker/stock/
H A DProxyBuilder.java706 TypeId<?> primitiveType = TypeId.get(entry.getKey());
708 MethodId<?, ?> valueOfMethod = boxedType.getMethod(boxedType, "valueOf", primitiveType);
709 PRIMITIVE_TYPE_TO_UNBOX_METHOD.put(primitiveType, valueOfMethod);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DClassPath.java162 for (String primitiveType: new String[]{"Z", "B", "S", "C", "I", "J", "F", "D"}) {
163 ClassDef classDef = new PrimitiveClassDef(primitiveType);
164 classDefs.put(primitiveType, classDef);
/external/skia/include/gpu/
H A DGrContext.h422 * @param primitiveType primitives type to draw.
435 GrPrimitiveType primitiveType,
/external/webkit/Source/WebCore/svg/
H A DSVGLength.cpp468 switch (value->primitiveType()) {
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp1613 GrAssert((size_t)info.primitiveType() < GR_ARRAY_COUNT(gPrimitiveType2GLMode));
1621 GL_CALL(DrawElements(gPrimitiveType2GLMode[info.primitiveType()],
1629 GL_CALL(DrawArrays(gPrimitiveType2GLMode[info.primitiveType()], 0, info.vertexCount()));

Completed in 471 milliseconds

12