OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkCullPointsPath
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkCullPoints.h
48
/** \class
SkCullPointsPath
53
class
SkCullPointsPath
{
55
SkCullPointsPath
();
56
SkCullPointsPath
(const SkIRect& r, SkPath* dst);
/external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp
109
SkCullPointsPath
::
SkCullPointsPath
()
113
SkCullPointsPath
::
SkCullPointsPath
(const SkIRect& r, SkPath* dst)
117
void
SkCullPointsPath
::reset(const SkIRect& r, SkPath* dst) {
122
void
SkCullPointsPath
::moveTo(int x, int y) {
126
void
SkCullPointsPath
::lineTo(int x, int y) {
Completed in 1018 milliseconds