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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
StrokeData.h 78 LineJoin lineJoin() const { return (LineJoin)m_lineJoin; }
79 void setLineJoin(LineJoin join) { m_lineJoin = (SkPaint::Join)join; }
GraphicsTypes.h 86 enum LineJoin {
117 PLATFORM_EXPORT String lineJoinName(LineJoin);
118 PLATFORM_EXPORT bool parseLineJoin(const String&, LineJoin&);
GraphicsTypes.cpp 131 bool parseLineJoin(const String& s, LineJoin& join)
148 String lineJoinName(LineJoin join)
GraphicsContextState.h 89 void setLineJoin(LineJoin);
GraphicsContextState.cpp 139 void GraphicsContextState::setLineJoin(LineJoin join)
GraphicsContext.h 140 void setLineJoin(LineJoin join) { mutableState()->setLineJoin(join); }
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGpStubs.h 97 typedef LineJoin GpLineJoin;
GdiPlusLineCaps.h 76 IN LineJoin lineJoin)
78 return SetStatus(DllExports::GdipSetCustomLineCapStrokeJoin(nativeCap, lineJoin));
81 inline LineJoin
84 LineJoin lineJoin;
86 SetStatus(DllExports::GdipGetCustomLineCapStrokeJoin(nativeCap, &lineJoin));
88 return lineJoin;
GdiPlusPen.h 80 // Line cap and join APIs by using LineCap and LineJoin enums.
165 Status SetLineJoin(IN LineJoin lineJoin)
167 return SetStatus(DllExports::GdipSetPenLineJoin(nativePen, lineJoin));
170 LineJoin GetLineJoin() const
172 LineJoin lineJoin;
174 SetStatus(DllExports::GdipGetPenLineJoin(nativePen, &lineJoin));
176 return lineJoin;
GdiPlusHeaders.h 709 Status SetStrokeJoin(IN LineJoin lineJoin);
710 LineJoin GetStrokeJoin() const;
GdiPlusEnums.h 265 enum LineJoin
    [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/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 65 static LineJoin initialJoinStyle() { return MiterJoin; }
128 void setJoinStyle(LineJoin val) { svg_inherited_flags._joinStyle = val; }
299 LineJoin joinStyle() const { return (LineJoin) svg_inherited_flags._joinStyle; }
380 unsigned _joinStyle : 2; // LineJoin
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.h 88 String lineJoin() const;
220 LineJoin getLineJoin() const { return state().m_lineJoin; }
257 LineJoin m_lineJoin;
CanvasRenderingContext2D.cpp 496 String CanvasRenderingContext2D::lineJoin() const
503 LineJoin join;
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 255 } LineJoin;
256 LineJoin m_LineJoin;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.cpp 226 static TextStream& operator<<(TextStream& ts, LineJoin style)
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 497 m_GraphState.GetModify()->m_LineJoin = (CFX_GraphStateData::LineJoin)pObject->GetInteger();
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 188 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenLineJoin)(GpPen *pen, GpLineJoin lineJoin);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]

Completed in 462 milliseconds