HomeSort by relevance Sort by last modified time
    Searched full:dashstyle (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspen.h 145 DashStyle GetDashStyle() const
147 DashStyle result = DashStyleSolid;
275 Status SetDashStyle(DashStyle dashStyle)
278 nativePen, dashStyle));
gdiplusgpstubs.h 43 typedef enum DashStyle GpDashStyle;
gdiplusenums.h 76 typedef enum DashStyle {
83 } DashStyle;
  /external/pdfium/xfa/include/fxgraphics/
fx_graphics.h 175 FX_ERR SetLineDash(FX_DashStyle dashStyle);
258 FX_ERR RenderDeviceSetLineDash(FX_DashStyle dashStyle);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 118 D2D1_DASH_STYLE dashStyle = D2D1_DASH_STYLE_SOLID,
120 D2D1_STROKE_STYLE_PROPERTIES r = {startCap, endCap, dashCap, lineJoin, miterLimit, dashStyle, dashOffset};
d2d1.h 544 D2D1_DASH_STYLE dashStyle;
    [all...]
  /external/pdfium/xfa/src/fxgraphics/src/
fx_graphics.cpp 234 FX_ERR CFX_Graphics::SetLineDash(FX_DashStyle dashStyle) {
238 return RenderDeviceSetLineDash(dashStyle);
701 FX_ERR CFX_Graphics::RenderDeviceSetLineDash(FX_DashStyle dashStyle) {
702 switch (dashStyle) {
    [all...]
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.cpp 553 pGdiPen->SetDashStyle((Gdiplus::DashStyle)pPen->GetDashStyle());
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 195 GpDashStyle dashstyle);
    [all...]

Completed in 404 milliseconds