/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatRoundedRect.h | 43 Radii(const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight) 47 , m_bottomRight(bottomRight) 58 const FloatSize& bottomRight() const { return m_bottomRight; } 77 FloatRoundedRect(const FloatRect&, const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight); 106 return FloatRect(m_rect.maxX() - m_radii.bottomRight().width(), m_rect.maxY() - m_radii.bottomRight().height(), m_radii.bottomRight().width(), m_radii.bottomRight().height()); 118 return a.topLeft() == b.topLeft() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.bottomRight() == b.bottomRight(); [all...] |
RoundedRect.cpp | 114 m_bottomRight = edges.bottomRight(); 148 RoundedRect::RoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) 150 , m_radii(topLeft, topRight, bottomLeft, bottomRight) 159 int maxX = m_rect.maxX() - max(m_radii.topRight().width(), m_radii.bottomRight().width()); 160 int maxY = m_rect.maxY() - max(m_radii.bottomLeft().height(), m_radii.bottomRight().height()); 177 && m_radii.bottomLeft().width() + m_radii.bottomRight().width() <= m_rect.width() 179 && m_radii.topRight().height() + m_radii.bottomRight().height() <= m_rect.height(); 184 int maxRadiusWidth = std::max(m_radii.topLeft().width() + m_radii.topRight().width(), m_radii.bottomLeft().width() + m_radii.bottomRight().width()); 185 int maxRadiusHeight = std::max(m_radii.topLeft().height() + m_radii.bottomLeft().height(), m_radii.topRight().height() + m_radii.bottomRight().height()); 235 const IntSize& bottomRight = m_radii.bottomRight() [all...] |
RoundedRect.h | 43 Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) 47 , m_bottomRight(bottomRight) 58 const IntSize& bottomRight() const { return m_bottomRight; } 80 RoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight); 116 return a.topLeft() == b.topLeft() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.bottomRight() == b.bottomRight();
|
FloatRoundedRect.cpp | 48 FloatRoundedRect::FloatRoundedRect(const FloatRect& rect, const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight) 50 , m_radii(topLeft, topRight, bottomLeft, bottomRight)
|
FloatRoundedRectTest.cpp | 61 << ::testing::PrintToString(radii.bottomRight()) << ", " 93 EXPECT_EQ(FloatSize(), r.radii().bottomRight()); 129 EXPECT_EQ(cornerRadii, r.radii().bottomRight());
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_pic_param_set.h | 56 u32 *bottomRight;
|
h264bsd_slice_group_map.c | 74 u32 *bottomRight, 213 bottomRight bottom_right[] values 229 u32 *bottomRight, 244 ASSERT(bottomRight); 255 ASSERT( topLeft[group] <= bottomRight[group] && 256 bottomRight[group] < picSize ); 259 yBottomRight = bottomRight[group] / picWidth; 260 xBottomRight = bottomRight[group] % picWidth; 559 pps->topLeft, pps->bottomRight, picWidth, picHeight);
|
h264bsd_storage.c | 245 FREE(pStorage->pps[id]->bottomRight); 254 FREE(pStorage->pps[id]->bottomRight); 817 ASSERT(pps->bottomRight); 820 if (pps->topLeft[i] > pps->bottomRight[i] || 821 pps->bottomRight[i] >= picSize) 825 (pps->bottomRight[i] % sps->picWidthInMbs) )
|
h264bsd_pic_param_set.c | 181 ALLOCATE(pPicParamSet->bottomRight, 184 pPicParamSet->bottomRight == NULL) 195 pPicParamSet->bottomRight[i] = value;
|
h264bsd_decoder.c | 292 FREE(picParamSet.bottomRight); 560 FREE(pStorage->pps[i]->bottomRight);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
IncludeOverlay.java | 80 ControlPoint bottomRight = LayoutPoint.create(mCanvas, mask.x + mask.width, 84 int x2 = bottomRight.x; 85 int y2 = bottomRight.y;
|
MarqueeGesture.java | 81 LayoutPoint bottomRight = ControlPoint.create(mCanvas, x + w, y + h).toLayout(); 82 mCanvas.getSelectionManager().selectWithin(topLeft, bottomRight, mInitialSelection);
|
ViewHierarchy.java | 387 * @param bottomRight The bottom right corner of the selection rectangle. 393 LayoutPoint bottomRight) { 394 Rectangle selectionRectangle = new Rectangle(topLeft.x, topLeft.y, bottomRight.x 395 - topLeft.x, bottomRight.y - topLeft.y);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
Quad.java | 171 public PointF bottomRight() { 191 PointF bottomRight = rotatePoint(bottomRight(), center, cosa, sina); 193 return new Quad(topLeft, topRight, bottomLeft, bottomRight); 319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { 323 mBottomRight = bottomRight;
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
StatsFilter.java | 85 quad.bottomRight().x, quad.bottomRight().y, mStats);
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
HorizontalGravityTest.java | 48 mBottomRight = activity.findViewById(R.id.bottomRight);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FELighting.cpp | 71 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); 72 normalVector.setX(-(center << 1) + (right << 1) - bottom + bottomRight); 73 normalVector.setY(-(center << 1) - right + (bottom << 1) + bottomRight); 84 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); 85 normalVector.setX(-(left << 1) + (right << 1) - bottomLeft + bottomRight); 86 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight); 109 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); 110 normalVector.setX(-top + topRight - (center << 1) + (right << 1) - bottom + bottomRight); 111 normalVector.setY(-(top << 1) - topRight + (bottom << 1) + bottomRight); 125 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)) [all...] |
FELighting.h | 75 inline void bottomRight(int offset, IntPoint& normalVector);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
StatusPanel.java | 165 FormData bottomRight = new FormData(); 166 bottomRight.bottom = new FormAttachment(100, 0); 167 bottomRight.right = new FormAttachment(100, 0); 168 mYPosLabel.setLayoutData(bottomRight);
|
/external/eigen/test/ |
geo_alignedbox.cpp | 116 Vector2f bottomRight; bottomRight << M[0], m[1]; 118 VERIFY_IS_APPROX( bottomRight, box.corner( BoxType::BottomRight ) );
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
BorderData.h | 112 const LengthSize& bottomRight() const { return m_bottomRight; }
|
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/ |
HoloSpiralRS.java | 196 Float3 bottomRight = new Float3(1.0f, -1.0f, 0.0f); 207 fullQuad.set_position(3, bottomRight, false);
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
TerrainPatch.java | 356 TerrainPatch bottomRight,
414 if (bottomRight != null) {
415 // setInBuffer(bottomRight.getMesh(), 0, normal, tangent, binormal);
[all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSGradientValue.cpp | [all...] |
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
RenderDeviceJme.java | 345 Color topLeft, Color topRight, Color bottomRight, Color bottomLeft) {
354 buf.putInt(convertColor(bottomRight));
|