OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strokePath
(Results
1 - 3
of
3
) sorted by null
/external/skia/gm/
getpostextpath.cpp
15
static void
strokePath
(SkCanvas* canvas, const SkPath& path) {
37
strokePath
(canvas, path);
56
strokePath
(canvas, path);
/external/pdfium/xfa/src/fwl/src/theme/
pushbuttontp.cpp
42
CFX_Path
strokePath
;
43
strokePath
.Create();
44
strokePath
.MoveTo(rect.left + PUSHBUTTON_SIZE_Corner, rect.top);
45
strokePath
.LineTo(fRight - PUSHBUTTON_SIZE_Corner, rect.top);
46
strokePath
.LineTo(fRight, rect.top + PUSHBUTTON_SIZE_Corner);
47
strokePath
.LineTo(fRight, fBottom - PUSHBUTTON_SIZE_Corner);
48
strokePath
.LineTo(fRight - PUSHBUTTON_SIZE_Corner, fBottom);
49
strokePath
.LineTo(rect.left + PUSHBUTTON_SIZE_Corner, fBottom);
50
strokePath
.LineTo(rect.left, fBottom - PUSHBUTTON_SIZE_Corner);
51
strokePath
.LineTo(rect.left, rect.top + PUSHBUTTON_SIZE_Corner);
[
all
...]
/external/skia/src/core/
SkScalerContext.cpp
651
SkPath
strokePath
;
652
if (rec.applyToPath(&
strokePath
, localPath)) {
653
localPath.swap(
strokePath
);
Completed in 176 milliseconds