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

  /external/pdfium/core/fxge/
cfx_graphstatedata.h 28 enum LineJoin {
33 LineJoin m_LineJoin;
cfx_graphstate.h 31 CFX_GraphStateData::LineJoin GetLineJoin() const;
32 void SetLineJoin(CFX_GraphStateData::LineJoin join);
  /external/pdfium/core/fxge/ge/
cfx_graphstate.cpp 47 CFX_GraphStateData::LineJoin CFX_GraphState::GetLineJoin() const {
51 void CFX_GraphState::SetLineJoin(CFX_GraphStateData::LineJoin join) {
  /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/core/fpdfapi/page/
cpdf_allstates.cpp 69 static_cast<CFX_GraphStateData::LineJoin>(pObject->GetInteger()));
  /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/ImageMagick/www/api/
drawing-wand.php     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 209 GpLineJoin lineJoin);
    [all...]
  /external/ImageMagick/coders/
wmf.c 929 DrawSetStrokeLineJoin(WmfDrawingWand,MiterJoin); /* Default linejoin is PS_JOIN_MITER */
2045 linejoin; local
    [all...]

Completed in 763 milliseconds