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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 368 int rightHandSide = scaledImageWidth + PREVIEW_HGAP;
372 int x = rightHandSide;
395 x = rightHandSide;
407 rightHandSide = 0;
411 x = rightHandSide = 0;
424 rightHandSide = 0;
428 x = rightHandSide = 0;
483 int rightHandSide = scaledImageWidth + PREVIEW_HGAP;
487 long availableArea = rightHandSide * bottomBorder +
509 int rightHandSide = scaledImageWidth + PREVIEW_HGAP
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 319 // rightHandSide is the right hand side of the equation.
320 Vector4 rightHandSide;
321 rightHandSide[0] = localMatrix[0][3];
322 rightHandSide[1] = localMatrix[1][3];
323 rightHandSide[2] = localMatrix[2][3];
324 rightHandSide[3] = localMatrix[3][3];
327 // rightHandSide by the inverse. (This is the easiest way, not
334 v4MulPointByMatrix(rightHandSide, transposedInversePerspectiveMatrix, perspectivePoint);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 536 milliseconds