HomeSort by relevance Sort by last modified time
    Searched refs:BITS (Results 101 - 113 of 113) sorted by null

1 2 3 45

  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp 641 // Note: the following only works for "n"s that fit in 32-bits, but
    [all...]
  /external/pixman/pixman/
pixman-access.c 169 uint32_t *bits = __bits_image->bits; \
185 ((uint8_t *) ((bits) + (stride) * (line)))
188 ((uint8_t *) ((bits) + offset1 + \
192 ((uint8_t *) ((bits) + offset0 + \
304 return image->bits.indexed->rgba[pixel];
320 return image->bits.indexed->ent[pixel & 0x7fff];
326 return image->bits.indexed->ent[pixel & 0x7fff];
336 const uint8_t * bits,
345 pixel = FETCH_1 (image, bits, offset)
593 const uint32_t *bits = image->bits.bits + y * image->bits.rowstride; local
622 const uint32_t *bits = image->bits.bits + y * image->bits.rowstride; local
653 const uint32_t *bits = image->bits.bits + y * image->bits.rowstride; local
683 const uint32_t *bits = image->bits.bits + y * image->bits.rowstride; local
714 const uint32_t *bits = image->bits.bits + y * image->bits.rowstride; local
743 const uint32_t *bits = image->bits.bits + image->bits.rowstride * line; local
813 uint32_t *bits = image->bits + line * image->rowstride; local
833 uint32_t *bits = image->bits + line * image->rowstride; local
854 uint32_t *bits = image->bits + line * image->rowstride; local
875 uint32_t *bits = image->bits + line * image->rowstride; local
895 uint32_t *bits = image->bits + line * image->rowstride; local
913 const uint32_t *bits = image->bits + image->rowstride * line; local
972 uint32_t *bits = image->bits + image->rowstride * y; local
998 uint32_t *bits = image->bits + image->rowstride * y; local
1023 uint32_t *bits = image->bits + image->rowstride * y; local
1049 uint32_t *bits = image->bits + image->rowstride * y; local
1074 uint32_t *bits = image->bits + image->rowstride * y; local
1147 const uint32_t *bits = image->bits.bits + y * image->bits.rowstride; local
1176 uint32_t *bits = image->bits + line * image->rowstride; local
1199 uint32_t *bits = image->bits + image->rowstride * y; local
    [all...]
pixman-bits-image.c 151 bits_image_t *bits = &ima->bits; local
171 if (!pixman_transform_point_3d (bits->common.transform, &v))
174 ux = ux_top = ux_bottom = bits->common.transform->matrix[0][0];
194 if (y1 < 0 || y1 >= bits->height)
202 top_row = bits->bits + y1 * bits->rowstride;
207 if (y2 < 0 || y2 >= bits->height)
215 bottom_row = bits->bits + y2 * bits->rowstride
737 bits_image_t *bits = &image->bits; local
886 bits_image_t *bits = &image->bits; local
1040 bits_image_t *bits = &image->bits; local
    [all...]
pixman-region.c     [all...]
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
h2-1.2.147.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 447 /// <summary> Grows the set to a larger number of bits.</summary>
461 /// <summary>return how much space is being used by the bits array not
462 /// how many actually have member bits on.
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 794 milliseconds

1 2 3 45