Searched refs:opType (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
D | TransformOperation.h | 71 OperationType opType = getOperationType(); in is3DOperation() local 72 return opType == SCALE_Z || in is3DOperation() 73 opType == SCALE_3D || in is3DOperation() 74 opType == TRANSLATE_Z || in is3DOperation() 75 opType == TRANSLATE_3D || in is3DOperation() 76 opType == ROTATE_X || in is3DOperation() 77 opType == ROTATE_Y || in is3DOperation() 78 opType == ROTATE_3D || in is3DOperation() 79 opType == MATRIX_3D || in is3DOperation() 80 opType == PERSPECTIVE; in is3DOperation()
|
/external/icu4c/i18n/ |
D | regexcmp.cpp | 1912 int32_t opType = URX_TYPE(op); in insertOp() local 1914 if ((opType == URX_JMP || in insertOp() 1915 opType == URX_JMPX || in insertOp() 1916 opType == URX_STATE_SAVE || in insertOp() 1917 opType == URX_CTR_LOOP || in insertOp() 1918 opType == URX_CTR_LOOP_NG || in insertOp() 1919 opType == URX_JMP_SAV || in insertOp() 1920 opType == URX_JMP_SAV_X || in insertOp() 1921 opType == URX_RELOC_OPRND) && opValue > where) { in insertOp() 1925 op = URX_BUILD(opType, opValue); in insertOp() [all …]
|
D | rematch.cpp | 2757 int32_t opType; // the opcode in MatchAt() local 2825 opType = URX_TYPE(op); in MatchAt() 2837 switch (opType) { in MatchAt() 2876 opType = URX_TYPE(op); in MatchAt() 2878 U_ASSERT(opType == URX_STRING_LEN); in MatchAt() 3817 opType = URX_TYPE(op); in MatchAt() 3819 U_ASSERT(opType == URX_STRING_LEN); in MatchAt() 4249 int32_t opType; // the opcode in MatchChunkAt() local 4319 opType = URX_TYPE(op); in MatchChunkAt() 4331 switch (opType) { in MatchChunkAt() [all …]
|
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/ |
D | MeshLoader.java | 243 …String matName, String usesharedvertices, String use32bitIndices, String opType) throws SAXExcepti… in startSubMesh() argument 245 if (opType == null || opType.equals("triangle_list")) { in startSubMesh() 251 } else if (opType.equals("line_list")) { in startSubMesh() 254 throw new SAXException("Unsupported operation type: " + opType); in startSubMesh()
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITArithmetic32_64.cpp | 839 void JIT::emitAdd32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType) in emitAdd32Constant() argument 855 if (!opType.definitelyIsNumber()) in emitAdd32Constant() 884 ResultType opType = op == op1 ? types.first() : types.second(); in emitSlow_op_add() local 885 if (!opType.definitelyIsNumber()) in emitSlow_op_add() 948 void JIT::emitSub32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType) in emitSub32Constant() argument 964 if (!opType.definitelyIsNumber()) in emitSub32Constant()
|
D | JIT.h | 339 void emitAdd32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType); 340 void emitSub32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType);
|