/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
hdreg.h | 197 #define WIN_SPECIFY 0x91 /* set drive geometry translation */ 325 #define HDIO_GETGEO 0x0301 /* get device geometry */
|
/external/grub/docs/ |
grub.info | 255 Be independent of drive geometry translations 269 In traditional disk calls (called "CHS mode"), there is a geometry [all...] |
grub.texi | 306 @item Be independent of drive geometry translations 321 In traditional disk calls (called @dfn{CHS mode}), there is a geometry [all...] |
/external/webkit/Source/WebKit/qt/tests/qwebpage/ |
tst_qwebpage.cpp | [all...] |
/external/skia/include/core/ |
SkCanvas.h | 43 values. For any given draw call (e.g. drawRect), the geometry of the object 45 stack. The transformed geometry is clipped by the intersection of all of 303 of a geometry against the current clip. Treating them as antialiased [all...] |
/system/core/toolbox/ |
newfs_msdos.c | 779 * Get disk slice, partition, and geometry information. 848 /* create a fake geometry for a file image */ 934 * Check a disk geometry value.
|
/external/mesa3d/src/glsl/ |
glsl_parser_extras.cpp | 90 case geometry_shader: return "geometry";
|
linker.cpp | 462 /* FINISHME: For geometry shaders, this should also look for inout 479 /* FINISHME: For geometry shaders, this should also look for inout [all...] |
/external/skia/gpu/src/ |
GrInOrderDrawBuffer.cpp | 358 // important to not mess with reserve/lock geometry in the target with this
|
/external/webkit/Source/WebCore/platform/graphics/ |
GraphicsLayer.cpp | 485 // Avoid dumping the sublayer transform on the root layer, because it's used for geometry flipping, whose behavior
|
GraphicsLayer.h | 338 // Flippedness of the contents of this layer. Does not affect sublayer geometry.
|
/external/webkit/Source/WebCore/rendering/ |
RenderLayerCompositor.cpp | 329 // We just need to do a geometry update. This is only used for position:fixed scrolling; 330 // most of the time, geometry is updated via RenderLayer::styleChanged(). [all...] |
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
WebHostedNetscapePluginView.mm | 128 // Since this layer isn't going to be inserted into a view, we need to create another layer and flip its geometry
|
/frameworks/base/core/java/android/widget/ |
TabWidget.java | 476 // TODO: detect this via geometry with a tabwidget listener rather
|
/frameworks/base/graphics/java/android/graphics/ |
Paint.java | 232 * Geometry and text drawn with this style will be filled, ignoring all 237 * Geometry and text drawn with this style will be stroked, respecting 242 * Geometry and text drawn with this style will be both filled and 244 * the paint. This mode can give unexpected results if the geometry [all...] |
/frameworks/base/opengl/tests/hwc/ |
hwcColorEquiv.cpp | 393 // Turn off the geometry changed flag
|
hwcRects.cpp | 339 // Turn off the geometry changed flag
|
/external/skia/src/animator/ |
SkAnimateSchema.xsd | 605 Geometry can be filled, stroked or both. 609 <!-- @pattern fill The interior of the geometry is filled with the paint's color. --> 611 <!-- @pattern stroke The outline of the geometry is stroked with the paint's color. --> [all...] |
/external/qemu/hw/ |
pc.c | 372 geometry. It is always such that: 1 <= sects <= 63, 1 374 geometry can be different if a translation is done. */ [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
GraphicsContextAndroid.cpp | [all...] |
/external/webkit/Source/WebCore/plugins/qt/ |
PluginViewQt.cpp | 169 // rest of frame during e.g. scrolling, we set the window geometry 174 // so we need to call setNPWindowIfNeeded() if window geometry has changed [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebview.cpp | 163 QSize range = hitFrame->contentsSize() - hitFrame->geometry().size(); 175 QSize s = frame ? frame->contentsSize() - frame->geometry().size() : QSize(0, 0); [all...] |
/frameworks/base/docs/html/resources/tutorials/opengl/ |
opengl-es20.jd | 49 <li>Define a projection to correct for screen geometry</li> 207 int, int) onSurfaceChanged()} is called if the geometry of the {@link
|
/external/webkit/Source/WebKit/mac/ |
ChangeLog-2006-02-09 | [all...] |
/external/grub/stage2/ |
builtins.c | 1355 /* geometry */ 1359 struct geometry geom; 1371 /* Check for the geometry. */ 1440 "geometry", 1443 "geometry DRIVE [CYLINDER HEAD SECTOR [TOTAL_SECTOR]]", 1445 " set the geometry of the drive arbitrarily. The number of the cylinders," [all...] |