OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dashStyle
(Results
1 - 6
of
6
) 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
));
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 494 milliseconds