Searched refs:far (Results 51 - 75 of 89) sorted by relevance

1234

/external/ImageMagick/www/api/
H A Dconstitute.php107 <p>PingImage() returns all the properties of an image or image sequence except for the pixels. It is much faster and consumes far less memory than ReadImage(). On failure, a NULL image is returned and exception describes the reason for the failure.</p>
H A Dmorphology.php152 <dd> Note that two convolutions with two "Blur" kernels perpendicular to each other, is equivalent to a far larger "Gaussian" kernel with the same sigma value, However it is much faster to apply. This is how the "-blur" operator actually works. </dd>
H A Ddrawing-wand.php1139 <p>DrawGetStrokeMiterLimit() returns the miter limit. When two line segments meet at a sharp angle and miter joins have been specified for 'lineJoin', it is possible for the miter to extend far beyond the thickness of the line stroking the path. The miterLimit' imposes a limit on the ratio of the miter length to the 'lineWidth'.</p>
3255 <p>DrawSetStrokeMiterLimit() specifies the miter limit. When two line segments meet at a sharp angle and miter joins have been specified for 'lineJoin', it is possible for the miter to extend far beyond the thickness of the line stroking the path. The miterLimit' imposes a limit on the ratio of the miter length to the 'lineWidth'.</p>
/external/swiftshader/src/OpenGL/compiler/
H A DInitialize.cpp423 TField *far = new TField(new TType(EbtFloat, EbpHigh, EvqGlobal, 1), NewPoolTString("far"), zeroSourceLoc); local
426 fields->push_back(far);
/external/syslinux/core/
H A Disolinux.asm490 ;; call <direct far>
492 ;; and use <direct far> as the new vector for int 13. The code above is
1121 ; Tell the user we got this far...
H A Dpxelinux.asm146 ; Tell the user we got this far
/external/valgrind/coregrind/m_debuginfo/
H A Dlzodefs.h146 # define __far far
157 # define __far far
H A Dminilzo-inl.c170 # define __far far
181 # define __far far
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb88 Like Parser, the class does not stray too far from the Recognizer API.
/external/libxml2/doc/
H A Dsearch.php94 // We handle only the first argument so far
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dll.S396 # ! if we get this far, we matched
/external/valgrind/exp-bbv/tests/x86-linux/
H A Dll.S394 # ! if we get this far, we matched
/external/libvncserver/common/
H A Dlzodefs.h159 # define __far far
170 # define __far far
H A Dminilzo.c179 # define __far far
190 # define __far far
/external/syslinux/lzo/include/lzo/
H A Dlzodefs.h159 # define __far far
170 # define __far far
/external/syslinux/memdisk/
H A Dmemdisk16.asm162 jmp far [cs:b_csip]
/external/wpa_supplicant_8/hostapd/
H A DAndroid.mk723 AESOBJS = # none so far
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm95 db 'invalid distance too far back'
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h1145 #define CALLF(s,a) call far s:a
1226 #define JMPF(s,a) jmp far s:a
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl872 void CallLogWrapper::glDepthRange (glw::GLdouble near, glw::GLdouble far)
875 m_log << TestLog::Message << "glDepthRange(" << near << ", " << far << ");" << TestLog::EndMessage;
876 m_gl.depthRange(near, far);
/external/bison/
H A Dmaint.mk901 # but that would be far less efficient, reading the entire contents
/external/deqp/framework/opengl/wrapper/
H A DglwApi.inl787 void glwDepthRange (GLdouble near, GLdouble far);
H A DglwFunctionTypes.inl127 typedef GLW_APICALL void (GLW_APIENTRY* glDepthRangeFunc) (GLdouble near, GLdouble far);
/external/swiftshader/include/GL/
H A Dglcorearb.h138 typedef void (APIENTRYP PFNGLDEPTHRANGEPROC) (GLdouble near, GLdouble far);
187 GLAPI void APIENTRY glDepthRange (GLdouble near, GLdouble far);
/external/syslinux/lzo/src/
H A Dminiacc.h219 # define __far far
230 # define __far far

Completed in 2711 milliseconds

1234