HomeSort by relevance Sort by last modified time
    Searched refs:line_length (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftstroke.c 776 FT_Fixed line_length; /* length of last lineto */ member in struct:FT_StrokerRec_
996 FT_Fixed line_length )
1011 /* lines are long enough (line_length is zero for curves). */
1013 if ( !border->movable || line_length == 0 ||
1024 stroker->line_length >= min_length &&
1025 line_length >= min_length );
1061 FT_Fixed line_length )
1169 /* (line_length is zero for curves) */
1170 if ( line_length == 0 )
1200 /* (line_length is zero for curves) *
1303 FT_Fixed line_length; local
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftstroke.c 776 FT_Fixed line_length; /* length of last lineto */ member in struct:FT_StrokerRec_
996 FT_Fixed line_length )
1011 /* lines are long enough (line_length is zero for curves). */
1013 if ( !border->movable || line_length == 0 ||
1024 stroker->line_length >= min_length &&
1025 line_length >= min_length );
1061 FT_Fixed line_length )
1169 /* (line_length is zero for curves) */
1170 if ( line_length == 0 )
1200 /* (line_length is zero for curves) *
1303 FT_Fixed line_length; local
    [all...]
  /bionic/libc/kernel/uapi/drm/
via_drm.h 230 __u32 line_length; member in struct:drm_via_dmablit
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 421 const size_t line_length = 16; local
422 for (size_t n = 0; n < read_bytes; n += line_length) {
424 const size_t max_line = min(line_length, read_bytes - n);
427 for (size_t i = 0; i < line_length; ++i) {
  /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:__anon41895
  /system/extras/libpagemap/
pm_process.c 248 size_t line_length = 0; local
275 while (getline(&line, &line_length, maps_f) != -1) {
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 92 static int line_length(const char *l) function
535 data += line_length(data);
538 for (; *data != '\0'; data += line_length(data)) {
  /device/linaro/hikey/gralloc/
alloc_device.cpp 277 const size_t bufferSize = m->finfo.line_length * m->info.yres;
518 const size_t bufferSize = m->finfo.line_length * m->info.yres;
  /external/autotest/scheduler/
rdb.py 370 line_length = len(hosts)
372 (float(failed_leasing)/line_length) * 100)
  /hardware/qcom/display/msm8084/libgralloc/
gpu.cpp 206 size_t bufferSize = m->finfo.line_length * m->info.yres;
329 const size_t bufferSize = m->finfo.line_length * m->info.yres;
  /hardware/qcom/display/msm8226/libgralloc/
gpu.cpp 209 unsigned int bufferSize = m->finfo.line_length * m->info.yres;
331 const unsigned int bufferSize = m->finfo.line_length * m->info.yres;
  /hardware/qcom/display/msm8909/libgralloc/
gpu.cpp 220 unsigned int bufferSize = m->finfo.line_length * m->info.yres;
344 const unsigned int bufferSize = m->finfo.line_length * m->info.yres;
  /hardware/qcom/display/msm8960/libgralloc/
gpu.cpp 192 size_t bufferSize = m->finfo.line_length * m->info.yres;
316 const size_t bufferSize = m->finfo.line_length * m->info.yres;
  /hardware/qcom/display/msm8994/libgralloc/
gpu.cpp 217 unsigned int bufferSize = m->finfo.line_length * m->info.yres;
345 const unsigned int bufferSize = m->finfo.line_length * m->info.yres;
  /hardware/qcom/display/msm8996/libgralloc/
gpu.cpp 198 unsigned int bufferSize = m->finfo.line_length * m->info.yres;
340 const unsigned int bufferSize = m->finfo.line_length * m->info.yres;
  /bionic/libc/kernel/uapi/linux/
fb.h 197 __u32 line_length; member in struct:fb_fix_screeninfo
  /development/ndk/platforms/android-21/include/linux/
fb.h 197 __u32 line_length; member in struct:fb_fix_screeninfo
  /development/ndk/platforms/android-3/include/linux/
fb.h 149 __u32 line_length; member in struct:fb_fix_screeninfo
  /external/kernel-headers/original/uapi/linux/
fb.h 167 __u32 line_length; /* length of a line in bytes */ member in struct:fb_fix_screeninfo
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 140 len = len + line_length(bez->x1, bez->y1, bez->x2, bez->y2);
141 len = len + line_length(bez->x2, bez->y2, bez->x3, bez->y3);
142 len = len + line_length(bez->x3, bez->y3, bez->x4, bez->y4);
144 chord = line_length(bez->x1, bez->y1, bez->x4, bez->y4);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fb.h 161 __u32 line_length; /* length of a line in bytes */ member in struct:fb_fix_screeninfo

Completed in 4521 milliseconds

12 3 4 5