HomeSort by relevance Sort by last modified time
    Searched full:lefttype (Results 1 - 9 of 9) sorted by null

  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
transform-handler.js 185 var leftType = left[i].t;
190 var leftFunctionData = transformFunctions[leftType];
194 if (isMatrixOrPerspective(leftType, rightType)) {
202 } else if (leftType == rightType) {
203 type = leftType;
204 } else if (leftFunctionData[2] && rightFunctionData[2] && typeTo2D(leftType) == typeTo2D(rightType)) {
205 type = typeTo2D(leftType);
208 } else if (leftFunctionData[1] && rightFunctionData[1] && typeTo3D(leftType) == typeTo3D(rightType)) {
209 type = typeTo3D(leftType);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ArabicShaping.java 63 * leftType is shaping code of char to logical left of range
67 public static void shape(char[] chars, int leftType, int rightType, ClassTable isolClassTable) {
119 if (rightShapes && rightCauses && (leftType & MASK_SHAPE_RIGHT) != 0) {
CanonGSUBBuilder.java 38 int leftType = ArabicShaping.VALUE_NONE;
50 leftType = ArabicShaping.VALUE_RIGHT;
55 leftType = ArabicShaping.VALUE_RIGHT;
64 ArabicShaping.shape(chars, leftType, rightType, isolClassTable);
  /external/icu/icu4c/source/layout/
ArabicShaping.cpp 143 ShapeType rightType = ST_NOSHAPE_NONE, leftType = ST_NOSHAPE_NONE;
156 leftType = getShapeType(chars[i]);
158 if (leftType != ST_TRANSPARENT) {
207 if (rightShapes && rightCauses && (leftType & MASK_SHAPE_RIGHT) != 0) {
  /hardware/qcom/display/msm8994/liboverlay/
overlay.cpp 296 utils::eMdpPipeType leftType = PipeBook::getPipeType(pipe1Index);
306 if(leftType == rightType) {
322 return (leftType == OV_MDP_PIPE_DMA or rightType == OV_MDP_PIPE_VG);
326 if(leftType == rightType) {
328 return (pipe2Id == PipeBook::pipeMinID[leftType]);
330 return (leftType == OV_MDP_PIPE_DMA or rightType == OV_MDP_PIPE_VG);
334 if(leftType == rightType) {
336 return (pipe1Id == PipeBook::pipeMaxID[leftType]);
338 return (leftType == OV_MDP_PIPE_DMA or rightType == OV_MDP_PIPE_VG);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 307 milliseconds