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

  /external/strace/
hdio.c 47 struct_hd_geometry geo; local
50 if (!umove_or_printaddr(tcp, arg, &geo))
53 (unsigned) geo.heads,
54 (unsigned) geo.sectors,
55 geo.cylinders,
56 (unsigned long) geo.start);
  /external/skia/src/gpu/ops/
GrAtlasTextOp.h 88 const Geometry& geo = fGeoData[0]; local
89 fColor = geo.fColor;
91 geo.fBlob->computeSubRunBounds(&bounds, geo.fRun, geo.fSubRun, geo.fViewMatrix, geo.fX,
92 geo.fY);
GrNonAAFillRectOp.cpp 265 const RectInfo& geo = fRects[0]; variable
267 geo.fColor, geo.fRect.fLeft, geo.fRect.fTop, geo.fRect.fRight,
268 geo.fRect.fBottom);
  /external/skia/src/c/
sk_surface.cpp 430 SkPixelGeometry geo = kUnknown_SkPixelGeometry; local
431 if (props && !from_c_pixelgeometry(props->pixelGeometry, &geo)) {
435 SkSurfaceProps surfProps(0, geo);
446 SkPixelGeometry geo = kUnknown_SkPixelGeometry; local
447 if (props && !from_c_pixelgeometry(props->pixelGeometry, &geo)) {
451 SkSurfaceProps surfProps(0, geo);
  /external/syslinux/extlinux/
main.c 166 int get_geometry(int devfd, uint64_t totalbytes, struct hd_geometry *geo)
174 memset(geo, 0, sizeof *geo);
176 if (!ioctl(devfd, HDIO_GETGEO, geo)) {
179 geo->heads = fd_str.head;
180 geo->sectors = fd_str.sect;
181 geo->cylinders = fd_str.track;
182 geo->start = 0;
189 memcpy(geo, &gp->g, sizeof *geo);
234 struct hd_geometry geo; local
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 1114 SkPixelGeometry geo = fProps.pixelGeometry(); local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/zxing/core/
core.jar 

Completed in 1148 milliseconds