HomeSort by relevance Sort by last modified time
    Searched refs:alignment (Results 201 - 225 of 540) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselController.java 294 * @param alignment a bitmask of DetailAlignment flags.
296 public void setDetailTextureAlignment(int alignment) {
297 int xBits = alignment & DetailAlignment.HORIZONTAL_ALIGNMENT_MASK;
300 "Must specify exactly one horizontal alignment flag");
302 int yBits = alignment & DetailAlignment.VERTICAL_ALIGNMENT_MASK;
305 "Must specify exactly one vertical alignment flag");
308 mDetailTextureAlignment = alignment;
310 mRenderScript.setDetailTextureAlignment(alignment);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 229 int alignment = pack ? m_pixelStore.pack_alignment : m_pixelStore.unpack_alignment; local
233 width, height, format, type, pack, alignment);
236 size_t aligned_linesize = int(linesize / alignment) * alignment;
238 aligned_linesize += alignment;
  /external/chromium/chrome/browser/themes/
theme_service.cc 26 // Strings used in alignment properties.
359 std::string ThemeService::AlignmentToString(int alignment) {
364 if (alignment & ThemeService::ALIGN_TOP)
366 else if (alignment & ThemeService::ALIGN_BOTTOM)
369 if (alignment & ThemeService::ALIGN_LEFT)
371 else if (alignment & ThemeService::ALIGN_RIGHT)
382 int ThemeService::StringToAlignment(const std::string& alignment) {
384 base::SplitStringAlongWhitespace(UTF8ToWide(alignment), &split);
  /external/chromium/chrome/browser/ui/webui/
ntp_resource_cache.cc 95 int alignment; local
97 ThemeService::NTP_BACKGROUND_ALIGNMENT, &alignment);
108 return ThemeService::AlignmentToString(alignment);
122 if (alignment & ThemeService::ALIGN_TOP) {
123 if (alignment & ThemeService::ALIGN_LEFT)
125 else if (alignment & ThemeService::ALIGN_RIGHT)
129 return ThemeService::AlignmentToString(alignment);
  /external/webkit/Source/WebCore/html/
HTMLElement.cpp 617 // Vertical alignment with respect to the current baseline of the text
622 const AtomicString& alignment = attr->value(); local
623 if (equalIgnoringCase(alignment, "absmiddle"))
625 else if (equalIgnoringCase(alignment, "absbottom"))
627 else if (equalIgnoringCase(alignment, "left")) {
630 } else if (equalIgnoringCase(alignment, "right")) {
633 } else if (equalIgnoringCase(alignment, "top"))
635 else if (equalIgnoringCase(alignment, "middle"))
637 else if (equalIgnoringCase(alignment, "center"))
639 else if (equalIgnoringCase(alignment, "bottom")
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 529 PSH_Alignment alignment )
538 alignment->align = PSH_BLUE_ALIGN_NONE;
557 alignment->align |= PSH_BLUE_ALIGN_TOP;
558 alignment->align_top = zone->cur_ref;
579 alignment->align |= PSH_BLUE_ALIGN_BOT;
580 alignment->align_bot = zone->cur_ref;
  /external/libffi/src/mips/
ffi.c 108 a = (*p_arg)->alignment;
218 *loc = ALIGN(*loc, e->alignment);
232 /* Next Argument register at alignment of FFI_SIZEOF_ARG. */
698 if (arg_types[i]->alignment == 8 && (argn & 0x1))
769 o = ALIGN(offset, elt_type->alignment);
856 if (arg_types[i]->alignment > sizeof(ffi_arg))
857 argn = ALIGN(argn, arg_types[i]->alignment / sizeof(ffi_arg));
  /bionic/libc/arch-x86/bionic/
clone.S 12 # 16-byte alignment on child stack
  /bionic/libc/include/
stdlib.h 64 extern int posix_memalign(void **memptr, size_t alignment, size_t size);
  /external/aac/libFDK/src/
FDK_bitbuffer.cpp 331 INT alignment = hBitBuf->BitCnt & 0x07 ; local
333 if (alignment)
336 FDK_pushForward (hBitBuf, 8 - alignment, config) ; /* BS_READER */
338 FDK_put (hBitBuf,0 , 8 - alignment) ; /* BS_WRITER */
  /external/bison/lib/
obstack.h 129 pointer (e.g., the AS/400), play it safe and compute the alignment
131 alignment relative to 0. */
162 int alignment_mask; /* Mask of alignment for each object. */
237 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
238 _obstack_begin ((h), (size), (alignment), \
242 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
243 _obstack_begin_1 ((h), (size), (alignment), \
328 /* These assume that the obstack alignment is good enough for pointers
330 shares that much alignment. */
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc 134 GtkWidget* alignment = gtk_alignment_new(0.0, 0.0, 1.0, 1.0); local
135 gtk_alignment_set_padding(GTK_ALIGNMENT(alignment),
139 gtk_container_add(GTK_CONTAINER(alignment), content);
140 gtk_container_add(GTK_CONTAINER(window_), alignment); local
  /external/eigen/unsupported/test/mpreal/
dlmalloc.h 146 memalign(size_t alignment, size_t n);
148 in accord with the alignment argument.
150 The alignment argument should be a power of two. If the argument is
152 8-byte alignment is guaranteed by normal malloc calls, so don't
381 because of alignment and bookkeeping overhead. Because it includes
382 alignment wastage as being in use, this figure may be greater than
401 often not) due to alignment and minimum size constraints.
503 void* mspace_memalign(mspace msp, size_t alignment, size_t bytes);
  /external/freetype/src/base/
ftbitmap.c 378 FT_Int alignment )
411 if ( alignment > 0 )
413 pad = source->width % alignment;
415 pad = alignment - pad;
  /external/libffi/src/x86/
ffi64.c 186 byte_offset = ALIGN (byte_offset, (*ptr)->alignment);
321 long align = cif->arg_types[i]->alignment;
389 long align = arg_types[i]->alignment;
519 long align = arg_types[i]->alignment;
  /external/libffi/testsuite/libffi.call/
cls_12byte.c 61 cls_struct_type.alignment = 0;
cls_16byte.c 62 cls_struct_type.alignment = 0;
cls_18byte.c 3 Depending on the ABI. Double alignment check on darwin.
66 cls_struct_type.alignment = 0;
cls_19byte.c 3 Depending on the ABI. Double alignment check on darwin.
69 cls_struct_type.alignment = 0;
cls_20byte.c 62 cls_struct_type.alignment = 0;
cls_20byte1.c 64 cls_struct_type.alignment = 0;
cls_3_1byte.c 66 cls_struct_type.alignment = 0;
cls_4_1byte.c 68 cls_struct_type.alignment = 0;
cls_5_1_byte.c 70 cls_struct_type.alignment = 0;
cls_5byte.c 65 cls_struct_type.alignment = 0;

Completed in 3752 milliseconds

1 2 3 4 5 6 7 891011>>