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

  /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/pdfium/core/include/fxge/
fx_ge.h 251 } LineJoin;
252 LineJoin m_LineJoin;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 500 m_GraphState.GetModify()->m_LineJoin = (CFX_GraphStateData::LineJoin)pObject->GetInteger();
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 193 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenLineJoin)(GpPen *pen, GpLineJoin lineJoin);
    [all...]

Completed in 3017 milliseconds