HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 726 - 750 of 5026) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_gles20.mm 102 window_width_ = window_rect_.right - window_rect_.left;
110 float left,
122 if (new_eagl_channel->SetStreamSettings(z_order, left, top, right, bottom) ==
192 if (window_width_ != (window_rect_.right - window_rect_.left) ||
194 window_width_ = window_rect_.right - window_rect_.left;
243 rect.left = bounds.origin.x;
284 const float left,
296 agl_channel->SetStreamSettings(0, left, top, right, bottom);
  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_x11_render.cc 65 const float left,
89 renderChannel->Init(_window, left, top, right, bottom);
129 float& left,
143 renderChannel->GetStreamProperties(zOrder, left, top, right, bottom);
  /external/chromium_org/tools/gn/
operators.h 31 const ParseNode* left,
  /external/chromium_org/ui/base/cocoa/
appkit_utils.h 18 int left; member in struct:ui::NinePartImageIds
  /external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
control_panel.css 62 left: 0;
135 left: -2px; /* Required to align the input element with the parent. */
158 left and right must be equal to 1/2 of the thumb icon width. */
160 left: 14px; /* Exactly 1/2 of the thumb width */
174 /* The filled portion of the slider bar to the left of the thumb. */
179 border-left-style: none;
181 left: 0;
185 /* Rounded caps to the left and right of the slider bar. */
190 /* Left cap is always filled, should be the same color as .filled. */
191 .custom-slider > .bar > .cap.left {
    [all...]
  /external/chromium_org/ui/gfx/
canvas_paint_win.h 52 return ps_.rcPaint.right - ps_.rcPaint.left == 0 ||
  /external/chromium_org/ui/views/controls/
focusable_border.h 27 void SetInsets(int top, int left, int bottom, int right);
  /external/chromium_org/ui/webui/resources/css/
trash.css 24 left: 8px;
56 margin-left: 1px;
  /external/freetype/include/
ftpfr.h 110 * left :: Index of the left glyph.
130 FT_UInt left,
  /external/freetype/include/internal/services/
svpfr.h 41 FT_UInt left,
  /external/guava/guava/src/com/google/common/collect/
ReverseNaturalOrdering.java 33 @Override public int compare(Comparable left, Comparable right) {
34 checkNotNull(left); // right null is caught later
35 if (left == right) {
39 return right.compareTo(left);
  /external/guava/guava/src/com/google/common/primitives/
UnsignedBytes.java 278 // @Override public int compare(byte[] left, byte[] right) {
279 // int minLength = Math.min(left.length, right.length);
288 // long lw = theUnsafe.getLong(left, BYTE_ARRAY_BASE_OFFSET + (long) i);
323 // int result = UnsignedBytes.compare(left[i], right[i]);
328 // return left.length - right.length;
337 @Override public int compare(byte[] left, byte[] right) {
338 int minLength = Math.min(left.length, right.length);
340 int result = UnsignedBytes.compare(left[i], right[i]);
345 return left.length - right.length;
  /external/libvpx/armv7a-neon/
vp9_rtcd.h 76 void vp9_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
79 void vp9_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
82 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
85 void vp9_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
88 void vp9_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
91 void vp9_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
94 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
97 void vp9_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
100 void vp9_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
103 void vp9_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    [all...]
  /external/openfst/src/lib/
symbol-table-ops.cc 21 SymbolTable *MergeSymbolTable(const SymbolTable &left, const SymbolTable &right,
24 // copied version of SymbolTable of left or right if either symbol table is
26 SymbolTable *merged = new SymbolTable("merge_" + left.Name() + "_" +
28 // copy everything from the left symbol table
30 SymbolTableIterator liter(left);
61 // Symbol doesn't exist from left
76 return left.Copy();
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
svpfr.h 41 FT_UInt left,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
svpfr.h 41 FT_UInt left,
  /external/pdfium/fpdfsdk/include/
fpdftext.h 81 // left - Pointer to a double number receiving left position of the character box.
90 DLLEXPORT void STDCALL FPDFText_GetCharBox(FPDF_TEXTPAGE text_page, int index, double* left,
145 // left - Pointer to a double value receiving the rectangle left boundary.
152 DLLEXPORT void STDCALL FPDFText_GetRect(FPDF_TEXTPAGE text_page, int rect_index, double* left, double* top,
159 // left - Left boundary.
169 DLLEXPORT int STDCALL FPDFText_GetBoundedText(FPDF_TEXTPAGE text_page,double left, double top,
292 // left - Pointer to a double value receiving the rectangle left boundary.
    [all...]
  /external/skia/src/core/
SkBlitter.cpp 277 void SkRectClipBlitter::blitH(int left, int y, int width) {
284 int right = left + width;
286 if (left < fClipRect.fLeft) {
287 left = fClipRect.fLeft;
293 width = right - left;
295 fBlitter->blitH(left, y, width);
299 void SkRectClipBlitter::blitAntiH(int left, int y, const SkAlpha aa[],
301 if (!y_in_rect(y, fClipRect) || left >= fClipRect.fRight) {
305 int x0 = left;
306 int x1 = left + compute_anti_width(runs)
    [all...]
  /external/skia/src/pathops/
SkPathOpsLine.cpp 31 // isLeft(): tests if a point is Left|On|Right of an infinite line.
33 // Return: >0 for P2 left of the line through P0 and P1
126 double SkDLine::ExactPointH(const SkDPoint& xy, double left, double right, double y) {
128 if (xy.fX == left) {
138 double SkDLine::NearPointH(const SkDPoint& xy, double left, double right, double y) {
142 if (!AlmostBetweenUlps(left, xy.fX, right)) {
145 double t = (xy.fX - left) / (right - left);
148 double realPtX = (1 - t) * left + t * right;
152 double tiniest = SkTMin(SkTMin(y, left), right)
    [all...]
  /external/skia/src/svg/
SkSVGRect.cpp 30 SVG_ADD_ATTRIBUTE_ALIAS(left, x);
  /external/zlib/src/contrib/infback9/
infback9.c 179 if (left == 0) { \
181 left = WSIZE; \
183 if (out(out_desc, put, (unsigned)left)) { \
228 unsigned long left; /* available output */ local
268 left = WSIZE;
332 if (copy > left) copy = left;
336 left -= copy;
494 left--;
553 if (offset > WSIZE - (wrap ? 0: left)) {
    [all...]
  /frameworks/av/media/libmedia/
Metadata.cpp 146 size_t left = curr - mBegin; local
147 while (left > 0) {
150 if (size < kRecordHeaderSize || size > left) {
160 left -= size;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
ms_stereo.c 107 Word32 left, right; local
108 left = (mdctSpectrumLeft[j] >> 1);
110 mdctSpectrumLeft[j] = left + right;
111 mdctSpectrumRight[j] = left - right;
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoHelper.java 45 displayRect.left = 0;
  /frameworks/base/core/tests/coretests/src/android/view/
GlobalFocusChange.java 35 findViewById(R.id.left).getViewTreeObserver().addOnGlobalFocusChangeListener(this);

Completed in 1262 milliseconds

<<21222324252627282930>>