HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 1876 - 1900 of 4231) sorted by null

<<71727374757677787980>>

  /frameworks/rs/scriptc/
rs_graphics.rsh 394 * Any of left, right, top, bottom could be NULL
397 rsgMeasureText(const char *, int *left, int *right, int *top, int *bottom);
402 rsgMeasureText(rs_allocation, int *left, int *right, int *top, int *bottom);
rs_matrix.rsh 35 * right argument. E.g. to create a transformation matrix that applies the
238 * \warning Prior to version 21, storing the result back into right matrix is not supported and
245 * @param rhs The right matrix of the product.
270 * @param rhs The right matrix of the product.
343 * identified by the six clipping planes <em>left, right, bottom, top,
354 * @param right
361 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
367 * identified by the six clipping planes <em>left, right, bottom, top,
375 * @param right
382 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far)
    [all...]
  /frameworks/support/v7/cardview/api21/android/support/v7/widget/
RoundRectDrawable.java 78 mBoundsF.set(bounds.left, bounds.top, bounds.right, bounds.bottom);
  /hardware/libhardware/include/hardware/
camera.h 84 int left, int top, int right, int bottom);
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.h 91 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; }
AudioHardwareStub.h 38 virtual status_t setVolume(float left, float right) { return NO_ERROR; }
  /hardware/qcom/display/msm8084/libqdutils/
display_config.cpp 107 rect.right = outParcel.readInt32();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_long_long.pass.cpp 193 right(ios);
233 right(ios);
273 right(ios);
311 right(ios);
put_unsigned_long_long.pass.cpp 193 right(ios);
233 right(ios);
273 right(ios);
311 right(ios);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.h 124 #define right(a) orig(rot(a)) macro
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailPhotoSetter.java 78 rect.right = (int) ((pos[0] + v.getWidth()) * appScale + 0.5f);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageStraighten.java 201 float right = (float) (left + ww); local
203 outRect.set(left, top, right, bottom);
213 float right = tmp.right; local
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.h 124 #define right(a) orig(rot(a)) macro
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControlBar.java 126 boolean changed, int left, int top, int right, int bottom) {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_graphics.rsh 390 * Any of left, right, top, bottom could be NULL
393 rsgMeasureText(const char *, int *left, int *right, int *top, int *bottom);
398 rsgMeasureText(rs_allocation, int *left, int *right, int *top, int *bottom);
rs_matrix.rsh 236 * @param right
243 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
250 * @param right
257 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_graphics.rsh 390 * Any of left, right, top, bottom could be NULL
393 rsgMeasureText(const char *, int *left, int *right, int *top, int *bottom);
398 rsgMeasureText(rs_allocation, int *left, int *right, int *top, int *bottom);
rs_matrix.rsh 236 * @param right
243 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
250 * @param right
257 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_graphics.rsh 390 * Any of left, right, top, bottom could be NULL
393 rsgMeasureText(const char *, int *left, int *right, int *top, int *bottom);
398 rsgMeasureText(rs_allocation, int *left, int *right, int *top, int *bottom);
rs_matrix.rsh 236 * @param right
243 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
250 * @param right
257 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 394 * Any of left, right, top, bottom could be NULL
397 rsgMeasureText(const char *, int *left, int *right, int *top, int *bottom);
402 rsgMeasureText(rs_allocation, int *left, int *right, int *top, int *bottom);
rs_matrix.rsh 35 * right argument. E.g. to create a transformation matrix that applies the
238 * \warning Prior to version 21, storing the result back into right matrix is not supported and
245 * @param rhs The right matrix of the product.
270 * @param rhs The right matrix of the product.
343 * identified by the six clipping planes <em>left, right, bottom, top,
354 * @param right
361 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
367 * identified by the six clipping planes <em>left, right, bottom, top,
375 * @param right
382 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far)
    [all...]
  /sdk/templates/docs/
default.css 80 border-right: 2px solid #eee;
97 border-right: 2px solid #333;
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 57 *width = text_rc.right - text_rc.left;
58 *width += (window.right - window.left) -
59 (client.right - client.left);
264 SetViewportExtEx(all_dc[i], rc.right, rc.bottom, NULL);
267 HBITMAP bmp_mem = ::CreateCompatibleBitmap(ps.hdc, rc.right, rc.bottom);
270 POINT logical_area = { rc.right, rc.bottom };
284 if ((rc.right - rc.left) > 200 && (rc.bottom - rc.top) > 200) {
521 size_t x = (rc.right / 2) - (total_width / 2);
545 ::MoveWindow(listbox_, 0, 0, rc.right, rc.bottom, TRUE);
  /external/chromium_org/ui/views/controls/table/
table_view.cc 525 if (text_x < cell_bounds.right() - kTextHorizontalPadding) {
530 text_x, cell_bounds.right() - text_x - kTextHorizontalPadding),
532 cell_bounds.right() - text_x,
661 std::max(0, bounds->right() - kTextHorizontalPadding - text_x));
894 const int right = std::min(GetVisibleBounds().right(), cell_bounds.right()); local
895 if (right > cell_bounds.x() &&
896 gfx::GetStringWidth(text, font_list_) <= (right - cell_bounds.x()))

Completed in 1451 milliseconds

<<71727374757677787980>>