HomeSort by relevance Sort by last modified time
    Searched full:topright (Results 26 - 50 of 93) sorted by null

12 3 4

  /packages/services/Car/evs/app/
RenderTopView.cpp 306 const android::vec3 topRight(right, top, 0.0f);
311 topRight[X], topRight[Y], topRight[Z],
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ScreenDecorations.java 222 View topRight = mOverlay.findViewById(R.id.right);
228 updateView(topRight, Gravity.TOP | Gravity.RIGHT, 90);
233 updateView(topRight, Gravity.BOTTOM | Gravity.LEFT, 270);
238 updateView(topRight, Gravity.BOTTOM | Gravity.RIGHT, 180);
243 updateView(topRight, Gravity.TOP | Gravity.RIGHT, 90);
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
StyledCornersBitmapDrawable.java 480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) {
482 || mTopRightCornerStyle != topRight
487 mTopRightCornerStyle = topRight;
  /external/libavc/encoder/
ih264e_intra_modes_eval.h 53 * Calculates the availability of the left, top, topright and topleft macroblocks.
76 * Calculates the availability of the left, top, topright and topleft subblock
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 274 final int topRight = selectorRight;
290 canvas.clipRect(topLeft, topTop, topRight, topBottom);
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 189 Vec2 topRight;
216 const Vec2& topRight = s_basicCoords[cellNdx].topRight;
218 computeQuadTexCoord2D(dst, bottomLeft, topRight);
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 180 Vec2 topRight;
207 const Vec2& topRight = s_basicCoords[cellNdx].topRight;
209 computeQuadTexCoord2D(dst, bottomLeft, topRight);
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 102 tcu::Vec2 topRight;
105 Case (const tcu::Vec2& bl, const tcu::Vec2& tr) : bottomLeft(bl), topRight(tr) {}
327 computeQuadTexCoord2D(texCoord, m_cases[m_caseNdx].bottomLeft, m_cases[m_caseNdx].topRight);
347 log << TestLog::Message << "Note: lookup coordinates: bottom-left " << m_cases[m_caseNdx].bottomLeft << ", top-right " << m_cases[m_caseNdx].topRight << TestLog::EndMessage;
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 140 tcu::Vec2 topRight;
151 , topRight (topRight_)
357 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
365 computeQuadTexCoordCubeArray(texCoord, face, curCase.bottomLeft, curCase.topRight, curCase.layerRange);
  /external/eigen/test/
geo_alignedbox.cpp 131 VERIFY_IS_APPROX( M, box.corner( BoxType::TopRight ) );
  /external/libhevc/common/arm/
ihevc_intra_ref_substitution_a9q.c 265 /* as each bit in nbr flags corresponds to 8 pels for bot_left, left, top and topright but 1 pel for topleft */
332 /* as each bit in nbr flags corresponds to 4 pels for bot_left, left, top and topright but 1 pel for topleft */
616 /* as each bit in nbr flags corresponds to 8 pels for bot_left, left, top and topright but 1 pel for topleft */
759 /* as each bit in nbr flags corresponds to 8 pels for bot_left, left, top and topright but 1 pel for topleft */
  /external/pdfium/xfa/fxfa/parser/
cxfa_rectangle.cpp 125 cp2 = rtWidget.TopRight();
135 cp1 = rtWidget.TopRight();
499 cp2 = rtWidget.TopRight();
517 cp1 = rtWidget.TopRight();
xfa_basic_data_enum.cpp 138 {0x67bef031, L"topRight", XFA_AttributeEnum::TopRight},
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 421 quad.topRight().x, quad.topRight().y,
469 quad.topRight().x, quad.topRight().y,
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 99 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight)
104 dst[2] = bottomLeft.x(); dst[3] = topRight.y();
105 dst[4] = topRight.x(); dst[5] = bottomLeft.y();
106 dst[6] = topRight.x(); dst[7] = topRight.y();
109 void computeQuadTexCoord2DArray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight)
114 dst[3] = bottomLeft.x(); dst[ 4] = topRight.y(); dst[ 5] = (float)layerNdx;
115 dst[6] = topRight.x(); dst[ 7] = bottomLeft.y(); dst[ 8] = (float)layerNdx;
116 dst[9] = topRight.x(); dst[10] = topRight.y(); dst[11] = (float)layerNdx
    [all...]
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 52 TopLeft=2, TopRight=3,
142 * BottomLeft, BottomRight, TopLeft, TopRight.
  /external/eigen/doc/
A05_PortingFrom2To3.dox 52 matrix.corner(TopRight,r,c)
56 matrix.corner<r,c>(TopRight)
  /external/libavc/decoder/
ih264d_thread_parse_decode.c 107 /* N-Mb MVTop/TopRight Data ( To Int MV Top Scratch Buffers) */
189 /* N-Mb MVTop/TopRight Data ( To Int MV Top Scratch Buffers) */
ih264d_mvpred.c 442 /* Processing : The neighbours A(Left),B(Top),C(TopRight) are calculated */
677 /* Processing : The neighbours A(Left),B(Top),C(TopRight) are calculated */
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
PixelCopyTest.java 732 public static void assertBitmapQuadColor(Bitmap bitmap, int topLeft, int topRight,
738 assertEquals("Top right", topRight, getPixelFloatPos(bitmap, .75f, .25f));
743 private void assertBitmapQuadColor(Bitmap bitmap, int topLeft, int topRight,
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp 358 tcu::Vec2 topRight;
368 , topRight (topRight_)
564 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
572 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 225 TopRight,
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 229 float topRight = (float) Math.sqrt(xCeilingSq + yFloorSq);
232 float sum = topLeft + topRight + btmLeft + btmRight;
240 value = topRight / sum;
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
rasterizer.cpp 619 POS topRight{scissor.xmax, scissor.ymin};
625 ComputeEdgeData(bottomRight, topRight, rastEdges[5]);
626 ComputeEdgeData(topRight, topLeft, rastEdges[6]);
660 POS topRight{scissor.xmax, scissor.ymin};
666 ComputeEdgeData(bottomRight, topRight, rastEdges[5]);
667 ComputeEdgeData(topRight, topLeft, rastEdges[6]);
    [all...]

Completed in 1185 milliseconds

12 3 4