HomeSort by relevance Sort by last modified time
    Searched defs:geom (Results 1 - 13 of 13) sorted by null

  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
bvcache.h 36 struct bvsurfgeom *geom; member in struct:bvcopparams
  /external/f2fs-tools/tools/
fibmap.c 54 struct hd_geometry geom; local
69 if (ioctl(fd, HDIO_GETGEO, &geom) < 0)
72 *start_lba = geom.start;
  /external/gptfdisk/
diskio-windows.cc 128 DISK_GEOMETRY_EX geom; local
137 &geom, sizeof(geom), &retBytes, NULL)) {
138 blockSize = geom.Geometry.BytesPerSector;
  /external/ImageMagick/Magick++/lib/
Geometry.cpp 182 geom[MagickPathExtent]; local
199 (void) CopyMagickString(geom,geometry_.c_str(),MagickPathExtent);
200 if (geom[0] != '-' && geom[0] != '+' && geom[0] != 'x' &&
201 !isdigit(static_cast<int>(geom[0])))
203 pageptr=GetPageGeometry(geom);
206 (void) CopyMagickString(geom,pageptr,MagickPathExtent);
211 flags=GetGeometry(geom,&x,&y,&width_val,&height_val);
  /external/f2fs-tools/lib/
libf2fs.c 440 struct hd_geometry geom; local
485 if (ioctl(fd, HDIO_GETGEO, &geom) < 0)
488 c->start_sector = geom.start;
  /external/chromium-trace/catapult/tracing/third_party/d3/
d3.min.js     [all...]
  /external/skia/src/gpu/
GrOvalRenderer.cpp 688 const Geometry& geom = fGeoData[i]; variable
690 GrColor color = geom.fColor;
691 SkScalar innerRadius = geom.fInnerRadius;
692 SkScalar outerRadius = geom.fOuterRadius;
694 const SkRect& bounds = geom.fDevBounds;
901 const Geometry& geom = fGeoData[i]; variable
1151 const Geometry& geom = fGeoData[i]; variable
    [all...]
  /system/core/toolbox/
newfs_msdos.c 800 struct hd_geometry geom; local
822 if (ioctl(fd, HDIO_GETGEO, &geom)) {
824 geom.heads = 64;
825 geom.sectors = 63;
828 if (!geom.heads) {
830 geom.heads = 64;
833 if (!geom.sectors) {
835 geom.sectors = 63;
838 bpb->spt = geom.sectors;
841 bpb->hds = geom.heads
    [all...]
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 578 const Geometry& geom = fGeoData[i]; variable
582 setup_dashed_rect(rects[rectIndex], vertices, curVIdx, geom.fSrcRotInv,
591 setup_dashed_rect_pos(rects[rectIndex], curVIdx, geom.fSrcRotInv, verts);
599 setup_dashed_rect(rects[rectIndex], vertices, curVIdx, geom.fSrcRotInv,
608 setup_dashed_rect_pos(rects[rectIndex], curVIdx, geom.fSrcRotInv, verts);
616 setup_dashed_rect(rects[rectIndex], vertices, curVIdx, geom.fSrcRotInv,
625 setup_dashed_rect_pos(rects[rectIndex], curVIdx, geom.fSrcRotInv, verts);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 434 XkbGeometryPtr geom; member in struct:_XkbDesc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 434 XkbGeometryPtr geom; member in struct:_XkbDesc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 1261 xGetGeometryReply geom; member in union:__anon37733
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h 1261 xGetGeometryReply geom; member in union:__anon39596
    [all...]

Completed in 1314 milliseconds