HomeSort by relevance Sort by last modified time
    Searched refs:LineJoin (Results 1 - 25 of 25) sorted by null

  /external/ImageMagick/MagickCore/
draw.h 91 } LineJoin;
238 LineJoin
239 linejoin; member in struct:_DrawInfo
draw.c 285 clone_info->linejoin=draw_info->linejoin;
2703 linejoin; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h 60 typedef enum LineJoin GpLineJoin;
gdipluspen.h 164 LineJoin GetLineJoin() const
166 LineJoin result = LineJoinMiter;
290 Status SetLineJoin(LineJoin lineJoin)
293 nativePen, lineJoin));
gdiplusenums.h 553 typedef enum LineJoin {
558 } LineJoin;
gdiplusheaders.h 296 LineJoin GetStrokeJoin() const;
302 Status SetStrokeJoin(LineJoin lineJoin);
gdiplusimpl.h 689 __inline__ LineJoin CustomLineCap::GetStrokeJoin() const
691 LineJoin result = LineJoinMiter;
729 __inline__ Status CustomLineCap::SetStrokeJoin(LineJoin lineJoin)
732 nativeCustomLineCap, lineJoin));
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 222 // vector shapes) when they are stroked. Values of LineJoin are
224 void strokeLineJoin(const LineJoin lineJoin_);
225 LineJoin strokeLineJoin(void) const;
228 // angle and miter joins have been specified for 'lineJoin', it is
Drawable.h 1789 void linejoin( LineJoin linejoin_ ) function in class:Magick::DrawableStrokeLineJoin
1793 LineJoin linejoin( void ) const function in class:Magick::DrawableStrokeLineJoin
    [all...]
Image.h 439 // vector shapes) when they are stroked. Values of LineJoin are
441 void strokeLineJoin(const LineJoin lineJoin_);
442 LineJoin strokeLineJoin(void) const;
445 // angle and miter joins have been specified for 'lineJoin', it is
    [all...]
Include.h 781 using MagickCore::LineJoin;
    [all...]
  /external/ImageMagick/MagickWand/
drawing-wand.h 88 extern WandExport LineJoin
208 DrawSetStrokeLineJoin(DrawingWand *,const LineJoin),
drawing-wand.c     [all...]
  /external/pdfium/xfa/include/fxgraphics/
fx_graphics.h 177 FX_ERR GetLineJoin(CFX_GraphStateData::LineJoin& lineJoin);
179 FX_ERR SetLineJoin(CFX_GraphStateData::LineJoin lineJoin);
  /external/pdfium/core/include/fxge/
fx_ge.h 190 } LineJoin;
191 LineJoin m_LineJoin;
  /external/ImageMagick/Magick++/lib/
Options.cpp 621 void Magick::Options::strokeLineJoin(const LineJoin lineJoin_)
623 _drawInfo->linejoin=lineJoin_;
626 Magick::LineJoin Magick::Options::strokeLineJoin(void) const
628 return(_drawInfo->linejoin);
Image.cpp 1434 void Magick::Image::strokeLineJoin(const Magick::LineJoin lineJoin_)
1440 Magick::LineJoin Magick::Image::strokeLineJoin(void) const
    [all...]
  /external/pdfium/xfa/src/fxgraphics/src/
fx_graphics.cpp 243 FX_ERR CFX_Graphics::GetLineJoin(CFX_GraphStateData::LineJoin& lineJoin) {
247 lineJoin = _info._graphState.m_LineJoin;
253 FX_ERR CFX_Graphics::SetLineJoin(CFX_GraphStateData::LineJoin lineJoin) {
257 _info._graphState.m_LineJoin = lineJoin;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 479 (CFX_GraphStateData::LineJoin)pObject->GetInteger();
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.cpp 556 pGdiPen->SetLineJoin((Gdiplus::LineJoin)pPen->GetLineJoin());
fde_gedevice.cpp 343 graphState.m_LineJoin = (CFX_GraphStateData::LineJoin)pPen->GetLineJoin();
  /external/ImageMagick/www/api/
drawing-wand.php     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 203 GpLineJoin lineJoin);
    [all...]
  /external/ImageMagick/coders/
wmf.c 929 DrawSetStrokeLineJoin(WmfDrawingWand,MiterJoin); /* Default linejoin is PS_JOIN_MITER */
2045 linejoin; local
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 

Completed in 808 milliseconds