HomeSort by relevance Sort by last modified time
    Searched refs:line_length (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/libpng/contrib/tools/
chkfmt 83 line_length=100;;
88 line_length=132;;
91 line_length=96;;
94 line_length=80;;
104 splt="`fold -$line_length "$file".$$ | diff -c "$file".$$ -`"
  /system/extras/tests/framebuffer/
fb_test.c 98 fb->stride = fi.line_length / bytes_per_pixel;
106 fb->stride = fi.line_length / bytes_per_pixel;
135 fprintf(stderr, "fi.line_length = %d\n", fi->line_length);
210 int stride = fi.line_length / (vi.bits_per_pixel >> 3);
245 int stride = fi.line_length / (vi.bits_per_pixel >> 3);
  /external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 24 ASAN_LIT_TEST_LINT_FILTER=${ASAN_TEST_LINT_FILTER},-whitespace/line_length
27 TSAN_LIT_TEST_LINT_FILTER=${TSAN_TEST_LINT_FILTER},-whitespace/line_length
30 LSAN_LIT_TEST_LINT_FILTER=${LSAN_RTL_LINT_FILTER},-whitespace/line_length
  /art/build/
Android.cpplint.mk 20 ART_CPPLINT_FILTER := --filter=-whitespace/line_length,-build/include,-readability/function,-readability/streams,-readability/todo,-runtime/references,-runtime/sizeof,-runtime/threadsafe_fn,-runtime/printf
  /hardware/qcom/display/msm8084/libgralloc/
framebuffer.cpp 92 m->info.yoffset = (int)(offset / m->finfo.line_length);
228 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); local
229 info.yres_virtual = (uint32_t) ((size * numberOfBuffers) / line_length);
233 if (info.yres_virtual < ((size * 2) / line_length) ) {
235 info.yres_virtual = (int)(size / line_length);
329 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
408 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
  /hardware/qcom/display/msm8226/libgralloc/
framebuffer.cpp 93 m->info.yoffset = (int)(offset / m->finfo.line_length);
229 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); local
230 info.yres_virtual = (uint32_t) ((size * numberOfBuffers) / line_length);
234 if (info.yres_virtual < ((size * 2) / line_length) ) {
236 info.yres_virtual = (int)(size / line_length);
330 unsigned int fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
409 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 92 m->info.yoffset = offset / m->finfo.line_length;
221 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); local
222 info.yres_virtual = (size * numberOfBuffers) / line_length;
226 if (info.yres_virtual < ((size * 2) / line_length) ) {
228 info.yres_virtual = size / line_length;
314 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
381 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
  /hardware/qcom/display/msm8974/libgralloc/
framebuffer.cpp 92 m->info.yoffset = offset / m->finfo.line_length;
221 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); local
222 info.yres_virtual = (size * numberOfBuffers) / line_length;
226 if (info.yres_virtual < ((size * 2) / line_length) ) {
228 info.yres_virtual = size / line_length;
314 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
387 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
  /hardware/qcom/display/msm8994/libgralloc/
framebuffer.cpp 95 m->info.yoffset = (int)(offset / m->finfo.line_length);
232 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); local
233 info.yres_virtual = (uint32_t) ((size * numberOfBuffers) / line_length);
237 if (info.yres_virtual < ((size * 2) / line_length) ) {
239 info.yres_virtual = (int)(size / line_length);
333 unsigned int fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
438 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py 130 line_length = 0
132 L = f.readline(line_length)
133 if not L and line_length != 0: break
134 self.assertTrue(len(L) <= line_length)
135 line_length = (line_length + 1) % 50
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py 130 line_length = 0
132 L = f.readline(line_length)
133 if not L and line_length != 0: break
134 self.assertTrue(len(L) <= line_length)
135 line_length = (line_length + 1) % 50
  /bootable/recovery/minui/
graphics_fbdev.cpp 134 gr_framebuffer[0].row_bytes = fi.line_length;
140 if (vi.yres * fi.line_length * 2 <= fi.smem_len) {
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 106 m->info.yoffset = offset / m->finfo.line_length;
131 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres);
287 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres_virtual);
343 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
gralloc.cpp 122 const size_t bufferSize = m->finfo.line_length * m->info.yres;
256 const size_t bufferSize = m->finfo.line_length * m->info.yres;
  /external/vboot_reference/cgpt/
cgpt_find.c 224 size_t line_length = 0; local
226 while (getline(&line, &line_length, fp) != -1) {
248 while (getline(&line, &line_length, fp) != -1) {
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/bench/
cssmin.py 192 def wrap_css_lines(css, line_length):
199 if char == '}' and (i - line_start >= line_length):
  /external/mesa3d/src/gallium/winsys/sw/fbdev/
fbdev_sw_winsys.c 224 fbdev->rows = fbdev->finfo.smem_len / fbdev->finfo.line_length;
225 fbdev->stride = fbdev->finfo.line_length;
  /external/freetype/src/base/
ftstroke.c 766 FT_Fixed line_length; /* length of last lineto */ member in struct:FT_StrokerRec_
986 FT_Fixed line_length )
1001 /* lines are long enough (line_length is zero for curves). */
1003 if ( !border->movable || line_length == 0 ||
1014 stroker->line_length >= min_length &&
1015 line_length >= min_length );
1051 FT_Fixed line_length )
1159 /* (line_length is zero for curves) */
1160 if ( line_length == 0 )
1190 /* (line_length is zero for curves) *
1293 FT_Fixed line_length; local
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftstroke.c 766 FT_Fixed line_length; /* length of last lineto */ member in struct:FT_StrokerRec_
986 FT_Fixed line_length )
1001 /* lines are long enough (line_length is zero for curves). */
1002 if ( !border->movable || line_length == 0 )
1012 stroker->line_length >= min_length &&
1013 line_length >= min_length );
1049 FT_Fixed line_length )
1157 /* (line_length is zero for curves) */
1158 if ( line_length == 0 )
1188 /* (line_length is zero for curves) *
1294 FT_Fixed line_length; local
    [all...]
  /bionic/libc/kernel/uapi/drm/
via_drm.h 230 __u32 line_length; member in struct:drm_via_dmablit
  /external/kernel-headers/original/uapi/drm/
via_drm.h 263 __u32 line_length; member in struct:drm_via_dmablit
  /external/libdrm/include/drm/
via_drm.h 261 __u32 line_length; member in struct:drm_via_dmablit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
via_drm.h 261 __u32 line_length; member in struct:drm_via_dmablit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
via_drm.h 261 __u32 line_length; member in struct:drm_via_dmablit
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
pretty-print.h 94 int line_length; member in struct:__anon33683

Completed in 1853 milliseconds

1 2 3 4 5