HomeSort by relevance Sort by last modified time
    Searched refs:geometry (Results 251 - 275 of 282) sorted by null

<<1112

  /external/syslinux/core/
isolinux.asm 96 sp_chs: resb 3 ; Simulated CHS geometry
145 dsp_chs: resb 3 ; Simulated CHS geometry
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 23 import androidx.media.filterfw.geometry.Quad;
  /external/skia/src/core/
SkPaint.cpp     [all...]
  /external/ImageMagick/MagickCore/
fx.c 67 #include "MagickCore/geometry.h"
4023 geometry[MagickPathExtent], local
    [all...]
feature.c 69 #include "MagickCore/geometry.h"
252 geometry[MagickPathExtent];
287 (void) FormatLocaleString(geometry,MagickPathExtent,
289 kernel_info=AcquireKernelInfo(geometry,exception);
250 geometry[MagickPathExtent]; local
    [all...]
accelerate.c 260 geometry[MagickPathExtent]; local
277 (void) FormatLocaleString(geometry,MagickPathExtent,
279 kernel=AcquireKernelInfo(geometry,exception);
    [all...]
morphology.c 169 % geometry arguments supplied. See AcquireKernelBuiltIn()
267 /* ParseGeometry() needs the geometry separated! -- Arrgghh */
273 /* Size handling and checks of geometry settings */
412 /* ParseGeometry() needs the geometry separated! -- Arrgghh */
419 /* For Debugging Geometry Input */
420 (void) FormatLocaleFile(stderr, "Geometry = 0x%04X : %lg x %lg %+lg %+lg\n",
568 % They take a KernelType, and a set of geometry style arguments, which were
830 % Rectangle:{geometry}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 784 STDMETHOD_(void, DrawGeometry)(ID2D1Geometry *geometry, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) PURE;
785 STDMETHOD_(void, FillGeometry)(ID2D1Geometry *geometry, ID2D1Brush *brush, ID2D1Brush *opacityBrush = NULL) PURE;
    [all...]
  /external/ImageMagick/MagickWand/
drawing-wand.c 4045 geometry[MagickPathExtent], local
    [all...]
  /external/ImageMagick/www/api/
magick-image.php     [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py 71 from geometry.elements import Point
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configDialog.py 32 self.geometry("+%d+%d" % (parent.winfo_rootx()+20,
    [all...]
EditorWindow.py 101 dlg.geometry("=+%d+%d" % geom)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configDialog.py 32 self.geometry("+%d+%d" % (parent.winfo_rootx()+20,
    [all...]
EditorWindow.py 101 dlg.geometry("=+%d+%d" % geom)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 32 self.geometry("+%d+%d" % (parent.winfo_rootx()+20,
    [all...]
EditorWindow.py 101 dlg.geometry("=+%d+%d" % geom)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 32 self.geometry("+%d+%d" % (parent.winfo_rootx()+20,
    [all...]
EditorWindow.py 101 dlg.geometry("=+%d+%d" % geom)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 13 Widgets are positioned with one of the geometry managers Place, Pack
777 """Return geometry string for this widget in the form "widthxheight+X+Y"."""
778 return self.tk.call('winfo', 'geometry', self._w)
1595 geometry = wm_geometry variable in class:Wm
    [all...]
turtle.py 468 self.geometry("%dx%d%+d%+d"%(width, height, startx, starty))
798 if width <= 1: # the window isn't managed by a geometry manager
801 if height <= 1: # the window isn't managed by a geometry manager
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 13 Widgets are positioned with one of the geometry managers Place, Pack
777 """Return geometry string for this widget in the form "widthxheight+X+Y"."""
778 return self.tk.call('winfo', 'geometry', self._w)
1595 geometry = wm_geometry variable in class:Wm
    [all...]
turtle.py 468 self.geometry("%dx%d%+d%+d"%(width, height, startx, starty))
798 if width <= 1: # the window isn't managed by a geometry manager
801 if height <= 1: # the window isn't managed by a geometry manager
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 13 Widgets are positioned with one of the geometry managers Place, Pack
777 """Return geometry string for this widget in the form "widthxheight+X+Y"."""
778 return self.tk.call('winfo', 'geometry', self._w)
1595 geometry = wm_geometry variable in class:Wm
    [all...]

Completed in 3362 milliseconds

<<1112