HomeSort by relevance Sort by last modified time
    Searched refs:topLeft (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPerspective.java 48 IFolderLayout topLeft =
50 "topLeft", //NON-NLS-1
54 topLeft.addView("org.eclipse.test.internal.performance.results.ui.ComponentsView"); //NON-NLS-1
55 topLeft.addView("org.eclipse.test.internal.performance.results.ui.BuildsView"); //NON-NLS-1
  /external/webkit/Source/WebCore/platform/graphics/qt/
IntRectQt.cpp 36 : m_location(r.topLeft())
FloatRectQt.cpp 36 : m_location(r.topLeft())
TransparencyLayer.h 54 offset = rect.topLeft();
  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.h 40 Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
41 : m_topLeft(topLeft)
52 const IntSize& topLeft() const { return m_topLeft; }
77 RoundedIntRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight);
105 return a.topLeft() == b.topLeft() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.bottomRight() == b.bottomRight();
RoundedIntRect.cpp 85 m_topLeft = edges.topLeft();
127 RoundedIntRect::RoundedIntRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
129 , m_radii(topLeft, topRight, bottomLeft, bottomRight)
145 return m_radii.topLeft().width() + m_radii.topRight().width() <= m_rect.width()
147 && m_radii.topLeft().height() + m_radii.topRight().height() <= m_rect.height()
TiledBackingStore.cpp 76 Tile::Coordinate topLeft = tileCoordinateForPoint(dirtyRect.location());
79 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) {
80 for (unsigned xCoordinate = topLeft.x(); xCoordinate <= bottomRight.x(); ++xCoordinate) {
135 Tile::Coordinate topLeft = tileCoordinateForPoint(dirtyRect.location());
138 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) {
139 for (unsigned xCoordinate = topLeft.x(); xCoordinate <= bottomRight.x(); ++xCoordinate) {
232 Tile::Coordinate topLeft = tileCoordinateForPoint(coverRect.location());
234 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) {
235 for (unsigned xCoordinate = topLeft.x(); xCoordinate <= bottomRight.x(); ++xCoordinate) {
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLSquareRoot.cpp 114 FloatPoint topLeft(tx + frontWidth * gRadicalTopLeftPointXPos , ty + gRadicalTopLeftPointYPos * maxHeight);
115 FloatPoint leftEnd(tx , topLeft.y() + gRadicalLeftEndYShift * style()->fontSize());
133 root.addLineTo(topLeft);
146 mask.addLineTo(topLeft);
147 mask.addLineTo(FloatPoint(2 * topLeft.x() - leftEnd.x(), 2 * topLeft.y() - leftEnd.y()));
157 line.addLineTo(topLeft);
RenderMathMLRoot.cpp 148 FloatPoint topLeft(start - gRadicalTopLeftPointXPos * frontWidth , ty + gRadicalTopLeftPointYPos * maxHeight);
149 FloatPoint leftEnd(start - frontWidth , topLeft.y() + gRadicalLeftEndYShift * style()->fontSize());
167 root.addLineTo(topLeft);
180 mask.addLineTo(topLeft);
181 mask.addLineTo(FloatPoint(2 * topLeft.x() - leftEnd.x(), 2 * topLeft.y() - leftEnd.y()));
191 line.addLineTo(topLeft);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_param_set.h 55 u32 *topLeft;
h264bsd_slice_group_map.c 73 u32 *topLeft,
212 topLeft top_left[] values
228 u32 *topLeft,
243 ASSERT(topLeft);
255 ASSERT( topLeft[group] <= bottomRight[group] &&
257 yTopLeft = topLeft[group] / picWidth;
258 xTopLeft = topLeft[group] % picWidth;
559 pps->topLeft, pps->bottomRight, picWidth, picHeight);
h264bsd_pic_param_set.c 179 ALLOCATE(pPicParamSet->topLeft,
183 if (pPicParamSet->topLeft == NULL ||
191 pPicParamSet->topLeft[i] = value;
h264bsd_storage.c 244 FREE(pStorage->pps[id]->topLeft);
253 FREE(pStorage->pps[id]->topLeft);
816 ASSERT(pps->topLeft);
820 if (pps->topLeft[i] > pps->bottomRight[i] ||
824 if ( (pps->topLeft[i] % sps->picWidthInMbs) >
  /external/skia/src/ports/
SkFontHost_ascender.cpp 128 aca_Vector topLeft;
134 aca_Rasterize(glyph->getGlyphID(), fHandle, &rec, &topLeft);
151 glyph->fTop = -topLeft.y;
152 glyph->fLeft = topLeft.x;
160 aca_Vector topLeft;
162 aca_Rasterize(glyph.getGlyphID(), fHandle, &rec, &topLeft);
  /external/webkit/Source/WebCore/platform/graphics/filters/
FELighting.cpp 68 inline void FELighting::LightingData::topLeft(int offset, IntPoint& normalVector)
122 int topLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
129 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight);
130 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight);
138 int topLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
143 normalVector.setX(-topLeft + top - (left << 1) + (center << 1) - bottomLeft + bottom);
144 normalVector.setY(-topLeft - (top << 1) + bottomLeft + (bottom << 1));
164 int topLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
167 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1));
168 normalVector.setY(-topLeft - (top << 1) - topRight + left + (center << 1) + right)
    [all...]
FELighting.h 62 inline void topLeft(int offset, IntPoint& normalVector);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 79 ControlPoint topLeft = LayoutPoint.create(mCanvas, mask.x, mask.y).toControl();
82 int x1 = topLeft.x;
83 int y1 = topLeft.y;
MarqueeGesture.java 80 LayoutPoint topLeft = ControlPoint.create(mCanvas, x, y).toLayout();
82 mCanvas.getSelectionManager().selectWithin(topLeft, bottomRight, mInitialSelection);
ViewHierarchy.java 374 * @param topLeft The top left corner of the selection rectangle.
380 LayoutPoint topLeft,
382 Rectangle selectionRectangle = new Rectangle(topLeft.x, topLeft.y, bottomRight.x
383 - topLeft.x, bottomRight.y - topLeft.y);
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.cpp 159 const QPoint topLeft = opt->rect.topLeft();
160 p.painter->translate(topLeft);
167 opt->rect.moveTo(topLeft);
QtMobileWebStyle.cpp 141 QLinearGradient linearGradient(rect.topLeft(), rect.bottomLeft());
190 linearGradient.setFinalStop(rect.topLeft());
225 linearGradient.setStart(rect.topLeft());
230 linearGradient.setStart(rect.topLeft());
231 linearGradient.setFinalStop(QPoint(rect.topLeft().x(),
232 rect.topLeft().y() + /* offset limit for gradient */ 20));
349 linearGradient.setFinalStop(rect.topLeft());
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp 238 TiledDrawingAreaTile::Coordinate topLeft = tileCoordinateForPoint(dirtyRect.location());
245 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) {
246 for (unsigned xCoordinate = topLeft.x(); xCoordinate <= bottomRight.x(); ++xCoordinate) {
336 TiledDrawingAreaTile::Coordinate topLeft = tileCoordinateForPoint(dirtyRect.location());
339 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) {
340 for (unsigned xCoordinate = topLeft.x(); xCoordinate <= bottomRight.x(); ++xCoordinate) {
436 TiledDrawingAreaTile::Coordinate topLeft = tileCoordinateForPoint(visibleRect.location());
438 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) {
439 for (unsigned xCoordinate = topLeft.x(); xCoordinate <= bottomRight.x(); ++xCoordinate) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java 89 public void drawString(String string, Point topLeft) {
90 mDrawn.add("drawString(" + string + "," + topLeft + ")");
  /sdk/rule_api/src/com/android/ide/common/api/
IGraphics.java 121 * @param topLeft the top left corner of the text.
123 void drawString(@NonNull String string, @NonNull Point topLeft);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.h 128 void fillRoundedRect(const IntRect& rect, const IntSize& topLeft,
132 fillRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight, color);
134 virtual void fillRoundedRect(const IntRect& rect, const IntSize& topLeft,

Completed in 487 milliseconds

1 2 3 4