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

  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateGeneralTests.cpp 130 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
136 if ((yCoord >= -1.0f && yCoord <= 0.0f && xCoord >= -1.0f && xCoord <= 0.0f) ||
137 (yCoord > 0.0f && yCoord <= 1.0f && xCoord > 0.0f && xCoord < 1.0f))
240 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
246 if ((yCoord >= -1.0f && yCoord <= 0.0f && xCoord >= -1.0f && xCoord <= 0.0f) ||
247 (yCoord > 0.0f && yCoord <= 1.0f && xCoord > 0.0f && xCoord < 1.0f)
    [all...]
vktDynamicStateVPTests.cpp 165 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
171 if (xCoord >= 0.0f && xCoord <= 1.0f && yCoord >= 0.0f && yCoord <= 1.0f)
212 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
218 if (xCoord >= -0.5f && xCoord <= 0.0f && yCoord >= -0.5f && yCoord <= 0.0f)
357 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
363 if (xCoord >= -0.5f && xCoord <= 0.5f && yCoord >= -0.5f && yCoord <= 0.5f)
vktDynamicStateCBTests.cpp 139 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
145 if ((yCoord >= -1.0f && yCoord <= 1.0f && xCoord >= -1.0f && xCoord <= 1.0f))
vktDynamicStateRSTests.cpp 465 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
471 if (xCoord >= -0.5f && xCoord <= 0.5f && yCoord >= -0.5f && yCoord <= 0.5f)
571 float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
577 if (xCoord >= -0.5f && xCoord <= 0.5f && yCoord >= -0.5f && yCoord <= 0.5f)
677 float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
684 if (xCoord >= -1.0f && xCoord <= 1.0f && yCoord >= -lineHalfWidth && yCoord <= lineHalfWidth)
vktDynamicStateDSTests.cpp 503 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
509 if (xCoord >= 0.0f && xCoord <= 1.0f && yCoord >= -1.0f && yCoord <= 1.0f)
653 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
659 if (xCoord >= -1.0f && xCoord <= 1.0f && yCoord >= -1.0f && yCoord <= 1.0f)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndexedTest.cpp 201 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
207 if ((yCoord >= refCoords.bottom &&
208 yCoord <= refCoords.top &&
324 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
330 if ((yCoord >= refInstancedCoords.bottom &&
331 yCoord <= refInstancedCoords.top &&
vktDrawSimpleTest.cpp 180 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
186 if ((yCoord >= refCoords.bottom &&
187 yCoord <= refCoords.top &&
288 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
294 if ((yCoord >= refInstancedCoords.bottom &&
295 yCoord <= refInstancedCoords.top &&
vktDrawIndirectTest.cpp 439 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
445 if ((yCoord >= refCoords.bottom &&
446 yCoord <= refCoords.top &&
707 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f;
713 if ((yCoord >= refInstancedCoords.bottom &&
714 yCoord <= refInstancedCoords.top &&
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
AmPmCirclesView.java 127 public int getIsTouchingAmOrPm(float xCoord, float yCoord) {
132 int squaredYDistance = (int) ((yCoord - mAmPmYCenter)*(yCoord - mAmPmYCenter));
  /external/opencv/cvaux/src/
enmin.cpp 122 int yCoord = xCoord + label;
124 if( yCoord >= width )
125 yCoord = width;
126 if( yCoord < 0 )
127 yCoord = 0;
129 r = leftLine[ 3 * xCoord ] - rightLine[ 3 * yCoord ];
130 g = leftLine[ 3 * xCoord + 1 ] - rightLine[ 3 * yCoord + 1 ];
131 b = leftLine[ 3 * xCoord + 2 ] - rightLine[ 3 * yCoord + 2 ];
    [all...]
  /external/skia/src/effects/gradients/
SkGradientShader.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 821 milliseconds