HomeSort by relevance Sort by last modified time
    Searched refs:topLeft (Results 51 - 75 of 97) sorted by null

1 23 4

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_decoder.c 291 FREE(picParamSet.topLeft);
559 FREE(pStorage->pps[i]->topLeft);
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 281 final int topLeft = 0;
299 canvas.clipRect(topLeft, topTop, topRight, topBottom);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp     [all...]
GraphicsContext.h 265 void fillRoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color&);
Path.cpp 388 addRoundedRect(r.rect(), r.radii().topLeft(), r.radii().topRight(), r.radii().bottomLeft(), r.radii().bottomRight());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 134 LayoutPoint adjustedLocation = accumulatedOffset + roundedLayoutPoint(topLeft());
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 674 void SkOpContour::topSortableSegment(const SkPoint& topLeft, SkPoint* bestXY,
691 if (testXY.fY < topLeft.fY) {
694 if (testXY.fY == topLeft.fY && testXY.fX < topLeft.fX) {
SkOpContour.h 287 void topSortableSegment(const SkPoint& topLeft, SkPoint* bestXY, SkOpSegment** topStart);
  /external/skia/src/pathops/
SkOpContour.cpp 662 void SkOpContour::topSortableSegment(const SkPoint& topLeft, SkPoint* bestXY,
679 if (testXY.fY < topLeft.fY) {
682 if (testXY.fY == topLeft.fY && testXY.fX < topLeft.fX) {
SkOpContour.h 287 void topSortableSegment(const SkPoint& topLeft, SkPoint* bestXY, SkOpSegment** topStart);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 420 setSourceCoords(new float[] { quad.topLeft().x, quad.topLeft().y,
468 setTargetCoords(new float[] { quad.topLeft().x, quad.topLeft().y,
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h 699 * copied and topLeft is the position of the rect in src. The rectangle is clipped to src's
703 * @param topLeft the point in src that will be copied to the top-left of dst. If NULL,
706 void copyTexture(GrTexture* src, GrRenderTarget* dst, const SkIPoint* topLeft = NULL);
    [all...]
  /external/skia/include/gpu/
GrContext.h 689 * copied and topLeft is the position of the rect in src. The rectangle is clipped to src's
693 * @param topLeft the point in src that will be copied to the top-left of dst. If NULL,
696 void copyTexture(GrTexture* src, GrRenderTarget* dst, const SkIPoint* topLeft = NULL);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 570 * @param topLeft The top left corner defining the selection rectangle.
576 public void selectWithin(LayoutPoint topLeft, LayoutPoint bottomRight,
582 Collection<CanvasViewInfo> viewInfos = viewHierarchy.findWithin(topLeft, bottomRight);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp     [all...]
  /external/skia/src/gpu/
GrContext.cpp     [all...]
  /external/zxing/core/
core.jar 
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.cc 355 my_painter->drawImage(rect.topLeft(), *my_image, rect);
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]

Completed in 781 milliseconds

1 23 4