OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nativecap
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusLineCaps.h
26
nativeCap
= NULL;
37
baseCap, baseInset, &
nativeCap
);
44
// So don't create a
nativeCap
.
46
nativeCap
= NULL;
53
DllExports::GdipDeleteCustomLineCap(
nativeCap
);
61
return SetStatus(DllExports::GdipSetCustomLineCapStrokeCaps(
nativeCap
,
70
return SetStatus(DllExports::GdipGetCustomLineCapStrokeCaps(
nativeCap
,
78
return SetStatus(DllExports::GdipSetCustomLineCapStrokeJoin(
nativeCap
, lineJoin));
86
SetStatus(DllExports::GdipGetCustomLineCapStrokeJoin(
nativeCap
, &lineJoin));
94
return SetStatus(DllExports::GdipSetCustomLineCapBaseCap(
nativeCap
, baseCap));
[
all
...]
GdiPlusPen.h
181
GpCustomLineCap*
nativeCap
= NULL;
183
nativeCap
= customCap->
nativeCap
;
185
return SetStatus(DllExports::GdipSetPenCustomStartCap(nativePen,
nativeCap
));
193
return SetStatus(DllExports::GdipGetPenCustomStartCap(nativePen, &(customCap->
nativeCap
)));
198
GpCustomLineCap*
nativeCap
= NULL;
200
nativeCap
= customCap->
nativeCap
;
202
return SetStatus(DllExports::GdipSetPenCustomEndCap(nativePen,
nativeCap
));
210
return SetStatus(DllExports::GdipGetPenCustomEndCap(nativePen, &(customCap->
nativeCap
)));
[
all
...]
GdiPlusHeaders.h
745
CustomLineCap(GpCustomLineCap*
nativeCap
, Status status)
748
SetNativeCap(
nativeCap
);
751
VOID SetNativeCap(GpCustomLineCap*
nativeCap
)
753
this->
nativeCap
=
nativeCap
;
765
GpCustomLineCap*
nativeCap
;
Completed in 299 milliseconds