OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawPrimitive
(Results
1 - 9
of
9
) sorted by null
/external/ImageMagick/www/api/
draw.php
55
<p class="text-center"><a href="draw.php#AcquireDrawInfo">AcquireDrawInfo</a> • <a href="draw.php#CloneDrawInfo">CloneDrawInfo</a> • <a href="draw.php#DestroyDrawInfo">DestroyDrawInfo</a> • <a href="draw.php#DrawAffineImage">DrawAffineImage</a> • <a href="draw.php#DrawClipPath">DrawClipPath</a> • <a href="draw.php#DrawImage">DrawImage</a> • <a href="draw.php#DrawGradientImage">DrawGradientImage</a> • <a href="draw.php#DrawPatternPath">DrawPatternPath</a> • <a href="draw.php#
DrawPrimitive
">
DrawPrimitive
</a> • <a href="draw.php#GetAffineMatrix">GetAffineMatrix</a></p>
287
<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/draw_8c.html" id="
DrawPrimitive
">
DrawPrimitive
</a></h2>
289
<p>
DrawPrimitive
() draws a primitive (line, rectangle, ellipse) on the image.</p>
291
<p>The format of the
DrawPrimitive
method is:</p>
294
MagickBooleanType
DrawPrimitive
(Image *image,const DrawInfo *draw_info,
/external/ImageMagick/MagickCore/
draw.h
381
DrawPrimitive
(Image *,const DrawInfo *,const PrimitiveInfo *,ExceptionInfo *);
methods.h
302
#define
DrawPrimitive
PrependMagickMethod(
DrawPrimitive
)
[
all
...]
draw.c
[
all
...]
/external/webrtc/webrtc/test/win/
d3d_renderer.cc
213
d3d_device_->
DrawPrimitive
(D3DPT_TRIANGLESTRIP, 0, 2);
/external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc
639
_pd3dDevice->
DrawPrimitive
(D3DPT_TRIANGLESTRIP, 0, 2);
654
_pd3dDevice->
DrawPrimitive
(D3DPT_TRIANGLESTRIP, 0, 2);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d.h
[
all
...]
d3d9.h
[
all
...]
d3d8.h
[
all
...]
Completed in 193 milliseconds