/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 76 self.geometry("+%d+%d" % (parent.winfo_rootx()+50,
|
/external/ImageMagick/coders/ |
miff.c | 57 #include "MagickCore/geometry.h" 875 *geometry; 877 geometry=GetPageGeometry(options); 878 (void) ParseAbsoluteGeometry(geometry,&image->page); 879 geometry=DestroyString(geometry); 870 *geometry; local 999 *geometry; local [all...] |
/external/deqp/ |
Android.mk | [all...] |
/external/libvorbis/doc/ |
Vorbis_I_spec.tex | 9 %\usepackage[margin=3cm]{geometry}
|
/external/syslinux/diag/geodsp/ |
geodspms.asm | 20 ; Display geometry translation info for diagnosing misconceptions
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
EffectsRecorder.java | 26 import android.filterfw.geometry.Point; 27 import android.filterfw.geometry.Quad; [all...] |
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
ParseHelper.cpp | 651 // Return true if this is a geometry shader input array or tessellation control output array. 690 // Handle a dereference of a geometry shader input array or tessellation control output array. 708 // If there has been an input primitive declaration (geometry shader) or an output [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
wsgui.py | 216 self.top.geometry("")
|
tktools.py | 41 widget.withdraw() # Remain invisible while we figure out the geometry
43 widget.update_idletasks() # Actualize geometry information
57 widget.geometry("+%d+%d" % (x, y))
|
/external/ImageMagick/scripts/ |
xsnap | 55 wm geometry .alert \ 121 wm geometry .options \ 290 wm geometry .print \ 364 wm geometry .save \ 514 exec convert -geometry 320x320> $snap(snapshot) -depth 8 $snap(tile)
|
/external/ImageMagick/www/api/ |
property.php | 250 <p>Single letter substitutions will only happen if the character before the percent is NOT a number. But braced substitutions will always be performed. This prevents the typical usage of percent in a interpreted geometry argument from being substituted when the percent is a geometry flag.</p>
|
cache-view.php | 157 <p>GetCacheViewAuthenticPixels() gets pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.</p> 345 <p>GetCacheViewVirtualPixels() gets virtual pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.</p> 526 <p>QueueCacheViewAuthenticPixels() queues authentic pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.</p>
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
Quad.java | 17 package androidx.media.filterfw.geometry;
|
/external/deqp/modules/gles3/performance/ |
es3pDepthTests.cpp | 90 typedef vector<float> Geometry; 95 Geometry geometry; member in struct:deqp::gles3::Performance::__anon17303::ObjectData 97 ObjectData (const ProgramSources& shader_, const Geometry& geometry_) : shader(shader_), geometry(geometry_) {} 117 , m_numVertices (int(object.geometry.size())/4) 125 gl.bufferData(GL_ARRAY_BUFFER, object.geometry.size() * sizeof(float), &object.geometry[0], GL_STATIC_DRAW); 682 log << TestLog::Section("Geometry", "Geometry"); [all...] |
/frameworks/rs/script_api/ |
rs_graphics.spec | 500 drawing large quantities of geometry. 532 for drawing large quantities of geometry. 549 intended for drawing large quantities of geometry.
|
/external/ImageMagick/MagickWand/ |
montage.c | 103 "-adaptive-sharpen geometry", 105 "-annotate geometry text", 108 "-blur geometry reduce image noise and reduce detail levels", 109 "-border geometry surround image with a border of color", 111 "-crop geometry preferred size and location of the cropped image", 112 "-extent geometry set the image size", 116 "-frame geometry surround image with an ornamental border", 119 "-repage geometry size and location of an image canvas (operator)", 120 "-resize geometry resize the image", 122 "-scale geometry scale the image" [all...] |
/external/ImageMagick/Magick++/demo/ |
demo.cpp | 61 null.size( Geometry(70,70) ); 110 example.border( Geometry(6,6) ); 407 example.shave( Geometry( 10, 10) ); 473 montageOpts.geometry( "130x194+10+5>" ); 495 Geometry placement(0,0,(montage_image.columns()/2)-(logo.columns()/2),0);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
Vector3D.java | 18 package org.apache.commons.math.geometry;
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
vktGeometryTestsUtil.hpp | 24 * \brief Geometry Utilities 42 namespace geometry namespace in namespace:vkt 207 } //geometry
|
/external/deqp/external/vulkancts/modules/vulkan/ |
vktTestPackage.cpp | 400 addChild(geometry::createTests (m_testCtx));
|
/external/toybox/toys/pending/ |
fdisk.c | 225 struct hd_geometry geometry; local 227 if (ioctl(dev_fd, HDIO_GETGEO, &geometry)) return; 228 disk->heads = geometry.heads; 229 disk->sectors = geometry.sectors; [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
keybindingDialog.py | 38 self.withdraw() #hide while setting geometry 40 self.geometry("+%d+%d" % 45 self.deiconify() #geometry set, unhide
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
keybindingDialog.py | 38 self.withdraw() #hide while setting geometry 40 self.geometry("+%d+%d" % 45 self.deiconify() #geometry set, unhide
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
keybindingDialog.py | 38 self.withdraw() #hide while setting geometry 40 self.geometry("+%d+%d" % 45 self.deiconify() #geometry set, unhide
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
keybindingDialog.py | 38 self.withdraw() #hide while setting geometry 40 self.geometry("+%d+%d" % 45 self.deiconify() #geometry set, unhide
|