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

1 2 3 45

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
fb.h 149 __u32 line_length; member in struct:fb_fix_screeninfo
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
fb.h 149 __u32 line_length; member in struct:fb_fix_screeninfo
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
fb.h 149 __u32 line_length; member in struct:fb_fix_screeninfo
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
fb.h 149 __u32 line_length; member in struct:fb_fix_screeninfo
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
fb.h 149 __u32 line_length; member in struct:fb_fix_screeninfo
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
fb.h 149 __u32 line_length; member in struct:fb_fix_screeninfo
  /system/extras/perfprofd/
perfprofdcore.cc 338 size_t line_length = 0; local
340 getline(&linebuf, &line_length, fp) != -1;
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 568 string::size_type line_length = local
570 memcpy(target_ptr, data_.data() + data_pos, line_length);
571 target_ptr += line_length;
572 data_pos += line_length;
    [all...]
  /frameworks/base/tests/touchlag/
touchlag.cpp 231 framebuffer.s = fi.line_length / (vi.bits_per_pixel >> 3);
  /external/mesa3d/src/gallium/state_trackers/vega/
matrix.h 418 static INLINE VGfloat line_length(VGfloat x1, VGfloat y1, function
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 92 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8);
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 108 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8);
    [all...]
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c     [all...]
  /art/tools/
cpplint.py 217 'whitespace/line_length',
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 217 'whitespace/line_length',
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 2118 __vki_u32 line_length; \/* length of a line in bytes *\/ member in struct:vki_fb_fix_screeninfo
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 162 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8);
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 169 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8);
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 198 'whitespace/line_length',
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py 198 'whitespace/line_length',
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 224 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8);
    [all...]

Completed in 721 milliseconds

1 2 3 45