HomeSort by relevance Sort by last modified time
    Searched full:topleft (Results 51 - 75 of 119) sorted by null

1 23 4 5

  /cts/tests/tests/view/src/android/view/cts/
PixelCopyTest.java 732 public static void assertBitmapQuadColor(Bitmap bitmap, int topLeft, int topRight,
735 assertEquals("Top left " + Integer.toHexString(topLeft) + ", actual= "
737 topLeft, getPixelFloatPos(bitmap, .25f, .25f));
743 private void assertBitmapQuadColor(Bitmap bitmap, int topLeft, int topRight,
    [all...]
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 52 TopLeft=2, TopRight=3,
142 * BottomLeft, BottomRight, TopLeft, TopRight.
  /external/eigen/doc/
A05_PortingFrom2To3.dox 51 matrix.corner(TopLeft,r,c)
55 matrix.corner<r,c>(TopLeft)
  /external/libavc/encoder/
ih264e_intra_modes_eval.c 105 * Calculates the availability of the left, top, topright and topleft macroblocks.
209 * Calculates the availability of the left, top, topright and topleft subblock
249 u1_neighbor_avail = ps_ngbr_avbl->u1_mb_d; /* current mb topleft availability */
362 /* pointer to neighbors left, top, topleft */
413 /* topleft pels */
584 /* topleft pels */
842 /* topleft pels */
    [all...]
  /external/opencv/cvaux/src/
decomppoly.cpp 614 (*subdiv) -> topleft.x = ( float )cont -> rect.x;
615 (*subdiv) -> topleft.y = ( float )cont -> rect.y;
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_enum.cpp 140 {0x6aea98be, L"topLeft", XFA_AttributeEnum::TopLeft},
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 227 TopLeft,
cxfa_ffwidget.cpp 88 rtImage.TopLeft(),
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 228 float topLeft = (float) Math.sqrt(xFloorSq + yFloorSq);
232 float sum = topLeft + topRight + btmLeft + btmRight;
234 float value = topLeft / sum;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 418 public void drawString(@NonNull String string, @NonNull Point topLeft) {
419 drawString(string, topLeft.x, topLeft.y);
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/mesa3d/src/gallium/drivers/swr/rasterizer/core/
rasterizer.cpp 617 POS topLeft{scissor.xmin, scissor.ymin};
623 ComputeEdgeData(topLeft, bottomLeft, rastEdges[3]);
626 ComputeEdgeData(topRight, topLeft, rastEdges[6]);
658 POS topLeft{scissor.xmin, scissor.ymin};
664 ComputeEdgeData(topLeft, bottomLeft, rastEdges[3]);
667 ComputeEdgeData(topRight, topLeft, rastEdges[6]);
    [all...]
  /external/libavc/decoder/
ih264d_mb_utils.c 150 /* copy the parameters of topleft Mb */
440 /* copy the parameters of topleft Mb */
    [all...]
  /external/opencv/cv/include/
cvtypes.h 167 CvPoint2D32f topleft; \
  /external/pdfium/xfa/fwl/theme/
cfwl_checkboxtp.cpp 101 path.AddLine(pRtSign->TopLeft(), CFX_PointF(fRight, fBottom));
cfwl_monthcalendartp.cpp 210 path.MoveTo(rtWeekSep.TopLeft());
  /external/libopus/doc/
customdoxygen.css 440 -moz-border-radius-topleft: 8px;
685 -moz-border-radius-topleft: 4px;
  /cts/tests/tests/graphics/src/android/graphics/cts/
RectTest.java 499 String unDefinedFormat = "TOPLEFT";
  /external/swiftshader/third_party/LLVM/docs/
doxygen.css 401 -moz-border-radius-topleft: 0.5em;
  /external/libhevc/common/
ihevc_chroma_intra_pred_filters.c 296 /* as each bit in nbr flags corresponds to 8 pels for bot_left, left, top and topright but 1 pel for topleft */
363 /* as each bit in nbr flags corresponds to 4 pels for bot_left, left, top and topright but 1 pel for topleft */
    [all...]
ihevc_intra_pred_filters.c 418 /* as each bit in nbr flags corresponds to 8 pels for bot_left, left, top and topright but 1 pel for topleft */
562 /* as each bit in nbr flags corresponds to 8 pels for bot_left, left, top and topright but 1 pel for topleft */
    [all...]
  /external/libjpeg-turbo/doc/html/
doxygen.css 549 -moz-border-radius-topleft: 4px;
819 -moz-border-radius-topleft: 4px;
  /external/libnl/doc/
libnl.css 540 -moz-border-radius-topleft: 4px;
796 -moz-border-radius-topleft: 4px;
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java     [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 257 enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight };

Completed in 1486 milliseconds

1 23 4 5