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

  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 834 const tcu::Vector<deInt64,2> widthOffset = (isXMajor ? tcu::Vector<deInt64,2>(0, -1) : tcu::Vector<deInt64,2>(-1, 0)) * (toSubpixelCoord(lineWidthPixels - 1) / 2);
836 const deInt64 x0 = toSubpixelCoord(v0.x()) + widthOffset.x();
837 const deInt64 y0 = toSubpixelCoord(v0.y()) + widthOffset.y();
838 const deInt64 x1 = toSubpixelCoord(v1.x()) + widthOffset.x();
839 const deInt64 y1 = toSubpixelCoord(v1.y()) + widthOffset.y();
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 860 final float widthOffset = mSquareWidth / 2f;
863 invalidate((int) (startX - widthOffset), (int) (startY - heightOffset),
864 (int) (startX + widthOffset), (int) (startY + heightOffset));
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 79 milliseconds